mitshell / corenet

Minimal 3G and LTE / EPC core network
GNU General Public License v2.0
104 stars 36 forks source link

How to trigger attach procedure using corenet.py #6

Closed Hanumantappa closed 6 years ago

Hanumantappa commented 6 years ago

Hi, I am planning to use corenet.py for corenetwork and UE functionality to test my enodb. I see after attach data is being pasted. But not specified how to trigger attach procedure, i am able to see S1-setup success with my Enodb, but Attach not triggered. Could you help me how to trigger attach procedure.

Hanumantappa commented 6 years ago

I am using only ENODEB and not configured HNB, also i need only control plan messages..so didn't configure GTPU also.

mitshell commented 6 years ago

Attach is initiated by the UE (the handset) only, there is no way to initiate an Attach from the core network side. So, you have to use a handset to connect to your eNodeB and then to corenet: this will trigger an attach procedure.