Commit Graph

2680 Commits

Author SHA1 Message Date
Sukchan Lee
d29f520018 1 Profile function is working. Need to update for multiple profile 2017-09-20 23:42:54 +09:00
Sukchan Lee
454f192692 design update for profile list 2017-09-20 21:21:44 +09:00
Sukchan Lee
63ee0c2cb1 Profile Menu is added 2017-09-20 19:34:14 +09:00
Sukchan Lee
bf4c17a481 In Database, profile id is a key. As such, 'Title' is able to be duplcated. 2017-09-20 17:18:15 +09:00
Sukchan Lee
783afd00d9 Profile DB and REST API is added 2017-09-20 14:58:53 +09:00
Sukchan Lee
a9026cb816 Profile DB is added 2017-09-20 14:47:34 +09:00
Sukchan Lee
bf55e0112f context association is re-architectured 2017-09-18 21:58:33 +09:00
Sukchan Lee
bd9c8d467b Change the sequence
BEFORE : Modify bearer -> Delete Indirect Tunnel -> UE Context Release
AFTER : Modify bearer -> Timer Expire -> UE Context Release -> Delete
Indirect Tunnel
2017-09-18 21:30:04 +09:00
Sukchan Lee
8862741a8d change s1ap_send_ue_release_command with delay parameter 2017-09-18 19:30:03 +09:00
Sukchan Lee
5663f64cbb timer library update 2017-09-18 16:18:01 +09:00
Sukchan Lee
028ac433ff Like GTP, read data from S1AP socket though pkbuf alloc failed to exit from infinite select() 2017-09-18 13:20:16 +09:00
James Park
bd6d78a2f8 Read data from socket though pkbuf_alloc failed to exit from infinite
select()
2017-09-15 17:26:21 -07:00
James Park
ea2c66159a Misc update 2017-09-15 15:36:10 -07:00
James Park
a6bd2ff30c Forward GTP_END_MARKER to target 2017-09-15 15:07:27 -07:00
Sukchan Lee
c9e5386d99 fix the test code bug from Jinyoung's work 2017-09-16 06:37:28 +09:00
James Park
f7a21fee06 Switch to new enb when receive s1ap_path_switch_req 2017-09-15 14:02:14 -07:00
Sukchan Lee
d0fd6c4a73 add ho failure and ho prep failure... All done 2017-09-15 13:28:07 +09:00
Sukchan Lee
a02cca7e54 update it 2017-09-15 12:54:26 +09:00
Sukchan Lee
6e3d988a65 missing 2017-09-15 12:11:24 +09:00
Sukchan Lee
0888f49c48 HO cancel done 2017-09-15 12:06:26 +09:00
Sukchan Lee
f783e2ffd0 fix the bug for memory leak of handover message(enb/mme status trasfer) encoding/decoding 2017-09-15 10:40:25 +09:00
Sukchan Lee
0b6657f501 Handover Test has Memory Leak!.
I'm not sure what happend in real environment.
2017-09-15 01:11:35 +09:00
Sukchan Lee
c6967648fa update it 2017-09-14 21:46:56 +09:00
Sukchan Lee
bbef3e6ff5 S11(MME-SGW) GTP Node changed from per-SESSION to per-UE 2017-09-14 19:55:21 +09:00
Sukchan Lee
cbc8fba7f1 clear source_ue link pointer after HO is finished 2017-09-14 19:33:58 +09:00
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