Commit graph

1405 commits

Author SHA1 Message Date
Sukchan Lee
18a2a91bdd S1 Handover Done 2017-09-14 18:52:29 +09:00
Sukchan Lee
f64b55aa2a enb_ue_t -> source_ue and target_ue during S1 handover 2017-09-14 18:01:26 +09:00
Sukchan Lee
1ea7bea037 Use mme_ue->tai, mme_ue->e_cgi.
Do not access enb_ue->tai, enb_ue->e_cgi
2017-09-14 17:40:01 +09:00
Sukchan Lee
640d2efb07 update it 2017-09-14 17:29:34 +09:00
Sukchan Lee
7a324ec8e9 delete indirect tunnel done.. 2017-09-14 14:18:47 +09:00
Sukchan Lee
345f055dd7 S1HO modify bearer request/response is done.. 2017-09-14 11:12:02 +09:00
Sukchan Lee
eb1ff95ca6 add SERVICE_REQUEST in EPS_TYPE
rollback TAU/SERVICE_REQUEST handler in detached state
2017-09-14 00:02:26 +09:00
Sukchan Lee
d39fd987e4 add eNB status transfer handler 2017-09-13 23:49:31 +09:00
Sukchan Lee
dadadc5179 fix the s1ap encoding bug 2017-09-13 23:27:02 +09:00
Sukchan Lee
f53c4c5d7f Handover Command Encoding...failed! 2017-09-13 21:51:02 +09:00
Sukchan Lee
271ba54423 add create indirect data forwarding tunnel response 2017-09-13 20:35:19 +09:00
Sukchan Lee
ff7ef740c0 add tunnel context in SGW context 2017-09-13 18:52:05 +09:00
Sukchan Lee
142a988064 SGW tunnel context is changed 2017-09-13 17:04:37 +09:00
Sukchan Lee
feef9c7236 tunnel context is added 2017-09-13 16:41:47 +09:00
Sukchan Lee
0bdd02227c add Create Indirect Data Forward Tunnel Request 2017-09-13 16:22:39 +09:00
Sukchan Lee
b65256152c add 32768 packet buffer for create indirect data forward message 2017-09-13 12:46:51 +09:00
Sukchan Lee
ee72b5e938 S1AP STORE/CLEAR DATA is added 2017-09-13 11:57:17 +09:00
Sukchan Lee
0bc90a7829 gtp counter is newly proposed for checking multiple GTP transaction 2017-09-13 11:18:17 +09:00
Sukchan Lee
e45d1887a5 update it 2017-09-12 23:07:55 +09:00
Sukchan Lee
42b34d0f19 update it 2017-09-12 14:16:22 +09:00
Sukchan Lee
287a7ca76c HO message is added 2017-09-12 13:54:55 +09:00
Sukchan Lee
a68e5462ba add path_switch_failure 2017-09-12 10:48:42 +09:00
Sukchan Lee
26386703d3 X2 HO done 2017-09-12 10:41:00 +09:00
Sukchan Lee
f6a1944d36 X2 HO is added. but Security Context is not yet! 2017-09-12 00:49:15 +09:00
Sukchan Lee
4595fd666d update it 2017-09-11 23:58:16 +09:00
Sukchan Lee
b7c544c8db add path_switch req/ack/failure encoder/decoder 2017-09-11 21:14:55 +09:00
Sukchan Lee
fc9857b3f0 add s1ap encoder/decoder function for path switch 2017-09-11 19:20:40 +09:00
Sukchan Lee
04b2e22bf1 add Handover test code 2017-09-11 18:41:14 +09:00
Sukchan Lee
8490a148de service request procedure updated 2017-09-11 14:18:18 +09:00
Sukchan Lee
3b418ca8f9 fix the bug Initial Context Setup Request 2017-09-11 14:01:11 +09:00
Sukchan Lee
b40d19db2b propose TAU process when Unknown GUTI or MAC Faield of Security Context 2017-09-10 23:03:24 +09:00
James Park
f4e4697430 Update state machine 2017-09-08 15:56:42 -07:00
James Park
98e56968ee 1. Move assert routine to accept "downlink notificaton"
2. Add state to sgw_ue
3. Only send "dl notification" when ue is s1u_inactive
2017-09-08 11:46:28 -07:00
Sukchan Lee
97da327a61 add PDN connectivity reject 2017-09-08 18:50:27 +09:00
Sukchan Lee
4b5d6ba01b missing 2017-09-08 17:54:59 +09:00
Sukchan Lee
5455642098 tracking area update for multiple MME 2017-09-08 16:46:37 +09:00
Sukchan Lee
fc974bb707 Merge branch 'master' of https://github.com/acetcom/cellwire 2017-09-08 12:12:13 +09:00
Sukchan Lee
0022e62991 fix the bug dedicated beraer 2017-09-08 12:11:44 +09:00
James Park
2e5b865621 Find the bearer with matched packet(Not yet finished) 2017-09-07 17:51:12 -07:00
Sukchan Lee
08e459a632 update it 2017-09-07 23:51:06 +09:00
Sukchan Lee
b0be746292 add PDN disconnect 2017-09-07 23:41:05 +09:00
Sukchan Lee
913762c317 update it 2017-09-07 22:22:42 +09:00
Sukchan Lee
bd4a816587 fix the bug PTI 2017-09-07 21:28:12 +09:00
Sukchan Lee
c8dd87123c update state machine 2017-09-07 19:44:08 +09:00
Sukchan Lee
71a31cf353 fix the bug for dedicated bearer activation during tracking area request 2017-09-07 16:43:39 +09:00
Sukchan Lee
b787e31b4e update it 2017-09-07 15:56:31 +09:00
Sukchan Lee
ac51f9e0e6 change the test order for testing multiple delete session 2017-09-07 14:41:40 +09:00
Sukchan Lee
fb7ae93b07 fix the bug for ping.
gtpv2c_header_t and gtp_header_t(v1) is merged to gtp_header_t.
In this case, sizeof(gtp_header_t) is 12 because the structure has an
attribute of gtpv2c header something like sequence number.

As such, we should not use sizeof(gtp_header_t) directly.
Use GTPV1U_HEADER_LEN and GTPV2C_HEADER_LEN.
2017-09-07 14:10:52 +09:00
Sukchan Lee
229d04c284 Multiple PDN ..done! 2017-09-07 00:37:16 +09:00
Sukchan Lee
5b2728babd STORE/CLEAR_DATA is introduced to move data betwwen NAS and GTP 2017-09-06 20:29:55 +09:00