mitshell / corenet

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

fail connect with e-40 ip.access #2

Closed EugeneBogush closed 7 years ago

EugeneBogush commented 7 years ago

pcap.file: https://drive.google.com/open?id=0B_EtquLcYdypRmFLbmpmR1g1RlE

mitshell commented 7 years ago

I do not see anything wrong here. The S1 link is setup correctly between the eNB and corenet : the connection is successful here. There are 2 reset messages then in the pcap, listing 2 UE contexts ; however, there was no UE context setup before. Moreover, the reset message causes are both "eutran-generated". You should review your eNodeB and corenet configuration. On my side, I see no failure here.

EugeneBogush commented 7 years ago

But eNodeB don't receive Reset acknowledge message.

2017-11-06 23:37 GMT+02:00 mitshell notifications@github.com:

I do not see anything wrong here. The S1 link is setup correctly between the eNB and corenet : the connection is successful here. There are 2 reset messages then in the pcap, listing 2 UE contexts ; however, there was no UE context setup before. Moreover, the reset message causes are both "eutran-generated". You should review your eNodeB and corenet configuration. On my side, I see no failure here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mitshell/corenet/issues/2#issuecomment-342295562, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtwKiplJByQMAPxt6mb255YltCP4EE5ks5sz3wMgaJpZM4QTiXF .

--

Yours faithfully,

Eugene Bogush.

mitshell commented 7 years ago

Yes, the S1AP Reset procedure is not implemented in libmich (it should land here, if implemented: https://github.com/mitshell/libmich/blob/master/libmich/mobnet/UES1proc.py).

Note that I am not developing libmich anymore ; therefore, if you want it to support the S1AP Reset procedure, you will have to find your own way (sorry for this rude answer, but time is missing on my side). Pycrate (a replacement for libmich) will have support for 4G S1AP interfaces in some monthes. It already has 3G Iuh interface's support.

Finally, I do not also fully understand what you are expecting from corenet. This S1AP Reset procedure seems not required to support LTE UE attachment and connection. What should I understand by "fail connect with e-40 ip.access" ?

EugeneBogush commented 7 years ago

thanks for answer

2017-11-07 22:40 GMT+02:00 mitshell notifications@github.com:

Yes, the S1AP Reset procedure is not implemented in libmich (it should land here, if implemented: https://github.com/mitshell/ libmich/blob/master/libmich/mobnet/UES1proc.py).

Note that I am not developing libmich anymore ; therefore, if you want it to support the S1AP Reset procedure, you will have to find your own way (sorry for this rude answer, but time is missing on my side). Pycrate (a replacement for libmich) will have support for 4G S1AP interfaces in some monthes. It already has 3G Iuh interface's support.

Finally, I do not also fully understand what you are expecting from corenet. This S1AP Reset procedure seems not required to support LTE UE attachment and connection. What should I understand by "fail connect with e-40 ip.access" ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mitshell/corenet/issues/2#issuecomment-342615219, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtwKoEaQXkvog9kBCPhjsJMhdksL0LCks5s0MBVgaJpZM4QTiXF .

--

Yours faithfully,

Eugene Bogush.