Commit Graph

1416 Commits

Author SHA1 Message Date
Sukchan Lee c61a704676 done for freeDiameter using autotools 2017-09-29 10:10:55 +09:00
Sukchan Lee 68a8e94dfa fix the SCTP including in Linux 2017-09-28 23:55:13 +09:00
Sukchan Lee c92833fba3 freediameter add 2017-09-28 23:26:50 +09:00
Sukchan Lee bf1f0f3a2b porting to Linux for freeDiameter autotools 2017-09-28 20:14:35 +09:00
Sukchan Lee 02c6cb1b4b finish to setup autotools for freeDiameter 2017-09-28 19:36:43 +09:00
Sukchan Lee 1fb67ba1e7 lex and yacc compile done.
For multiple support CMAKE and Autotools, I'd simply add link file
2017-09-28 17:43:52 +09:00
Sukchan Lee 8f40fc97a9 update configure.ac 2017-09-28 17:27:24 +09:00
Sukchan Lee fab91a6b16 add autoconf & automake for freediameter 2017-09-28 17:00:27 +09:00
Sukchan Lee e0e35f477f re-add freediameter sources 2017-09-28 14:53:02 +09:00
Sukchan Lee 811cd72866 add freediameter binary package 2017-09-27 18:57:56 +09:00
Sukchan Lee f177379673 rename docker directory name 2017-09-27 18:34:58 +09:00
Gwangseok Kim 8c48b2f705 Refactoring docker for freediameter. 2017-09-27 17:10:30 +09:00
Gwangseok Kim e9638058be Added the build framework of freeDiameter debian package, using docker. 2017-09-26 23:43:59 +09:00
Sukchan Lee 15368ffe18 remove freeDiameter source 2017-09-26 16:43:29 +09:00
Lee Sukchan 94f3cb8fd0 fix the compile error in Ubuntu 16.04 2017-09-26 06:59:24 +00:00
Sukchan Lee d5e229f077 re-add freeDiameter 1.2.6 2017-09-26 13:43:49 +09:00
Sukchan Lee 37ca1dd606 remove freeDiameter 2017-09-26 13:40:27 +09:00
Sukchan Lee 2f4b47355e set the default flag for our project 2017-09-26 12:04:13 +09:00
Sukchan Lee 625c301dae add freeDiameter 2017-09-26 11:54:46 +09:00
Sukchan Lee 36dba9ddf9 supports old version mongoc library such like 1.3.1 2017-09-26 09:19:22 +09:00
James Park 87048f7ff4 Update pti of session when received pdn_connectivity_request 2017-09-25 13:59:08 -07:00
Sukchan Lee 3375325436 fix the warning-error in Ubuntu 64 bit 2017-09-25 10:45:09 +00:00
Sukchan Lee 49e6034ff9 upgrade next.js v3 2017-09-24 12:25:32 +09:00
Sukchan Lee aabdc652ca update test code for applying ESM information transfer flag 2017-09-24 01:13:51 +09:00
Sukchan Lee 673b53ead4 ESM State Machine re-designed for sending ESM information based ESM
trasfer flag
2017-09-24 00:59:51 +09:00
Sukchan Lee 08fe1d64a8 move FSM_TRAN from emm_handler.c to emm_sm.c 2017-09-23 17:17:30 +09:00
Sukchan Lee 51c41df3d1 fix the bug for re-connection
remove S1AP_CLEAR_DATA, NAS_CLEAR_DATA, TLV_CLEAR_DATA
2017-09-23 09:22:36 +09:00
Sukchan Lee 4b359000c0 configuration changed
_ADDR => _IPV4
2017-09-22 21:54:01 +09:00
Sukchan Lee c7fb169cb3 fix the bug from minjun' testing 2017-09-22 21:38:38 +09:00
Sukchan Lee d7e9814bee account is done 2017-09-22 20:05:04 +09:00
Sukchan Lee f3b8a9bba3 account create/edit/delete is done 2017-09-22 16:56:02 +09:00
Sukchan Lee 7e8e421ebe create account is done 2017-09-22 16:13:25 +09:00
Sukchan Lee ec3530524a add Initial Account DB and REST API 2017-09-22 09:57:52 +09:00
Sukchan Lee c2de3c5596 execute mme_bearer_find after ESM message decoded 2017-09-21 16:03:42 +09:00
Sukchan Lee 94686be197 Profile is done 2017-09-21 13:02:18 +09:00
Sukchan Lee 40e033fd79 missing 2017-09-20 23:48:12 +09:00
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