Commit Graph

47 Commits

Author SHA1 Message Date
Sukchan Lee 10675caf89 Add SGsAP configuration 2019-06-02 21:55:24 +09:00
Sukchan Lee 581f4feb97 struct name update 2019-05-28 17:46:19 +09:00
Sukchan Lee 9be8d1fd00 change new struct definition 2019-05-26 16:10:06 +09:00
Sukchan Lee cdffdcaa78 update it 2019-05-26 15:27:09 +09:00
Sukchan Lee 0ebd85f364 Integration with OGSLib 2019-04-27 23:54:30 +09:00
Sukchan Lee 8fea12643a nas_plmn_id_t structure for NAS message. (#166)
/**********************************
 * NAS PLMN_ID Structure             */
typedef struct _nas_plmn_id_t {
ED2(uint8_t mcc2:4;,
    uint8_t mcc1:4;)
ED2(uint8_t mnc3:4;,
    uint8_t mcc3:4;)
ED2(uint8_t mnc2:4;,
    uint8_t mnc1:4;)
} __attribute__ ((packed)) nas_plmn_id_t;

/**********************************
 * PLMN_ID Structure             */
typedef struct _plmn_id_t {
ED2(c_uint8_t mcc2:4;,
    c_uint8_t mcc1:4;)
ED2(c_uint8_t mnc1:4;,
    c_uint8_t mcc3:4;)
ED2(c_uint8_t mnc3:4;,
    c_uint8_t mnc2:4;)
} __attribute__ ((packed)) plmn_id_t;
2019-03-31 14:26:18 +09:00
Sukchan Lee 8c68560ccd fix the timezone in EMM & GTP encoding 2019-01-20 15:36:11 +09:00
Sukchan Lee 539d0c7bc5 fix the bug about wrong size value when calling core_calloc 2018-04-11 06:47:28 +09:00
Sukchan Lee 7b2355a40f MME_UE Context is not deleted even thought Detach Request(switch-off case) 2018-01-28 13:50:21 +09:00
Sukchan Lee 8c3d4ca0de core_free -> CORE_FREE. We need to know which function raise this
exception
2018-01-13 22:03:30 +09:00
Sukchan Lee 4501a76d96 UE Time Zone is added in Create Session Request(GTP) and CCR(Gx)
I'm not sure where this value should be configured.
At this point, MME estimate UE Time Zone from MME's system.
From this, MME generates UE TIme Zone for Create Session Request.
PGW is just forward this value to the PCRF using CCR(Gx) Message.
2018-01-02 22:14:28 +09:00
Sukchan Lee 649fd75b14 Authentication failure(Resynch failure) is added 2017-12-18 00:01:07 +09:00
Sukchan Lee 94c2c6ca7d message format creation bug is fixed related prefixlen 2017-12-15 09:41:54 +09:00
Sukchan Lee 46c699143a IPv6 Control Plane done 2017-12-14 21:42:19 +09:00
Sukchan Lee 5551ecf6cd TAI List encoding done in Attach Accept 2017-12-11 16:08:17 +09:00
Sukchan Lee 521d7877b4 Multiple TAI list
Configuration Parer, Message Build is added
2017-12-11 00:01:02 +09:00
Sukchan Lee 48cdb1e390 merge 3gpp library to core library 2017-12-07 14:37:58 +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
Sukchan Lee 41262d50fa dedicated bearer(MME->UE) 2017-09-05 00:04:05 +09:00
Sukchan Lee 47722bad31 pdn connectivity request stored in context. and then will be handled
later
2017-09-03 11:48:41 +09:00
Sukchan Lee c922e97520 fix the QoS param bug 2017-08-20 19:04:23 +09:00
Sukchan Lee e9cee2b420 update it 2017-07-13 10:31:07 +09:00
Sukchan Lee 5937025754 esm is added 2017-04-26 15:45:46 +09:00
Sukchan Lee 1f2c813461 esm added 2017-04-26 15:40:46 +09:00
Sukchan Lee 520bd03f68 all NAS EMM message is implemented 2017-04-26 15:14:56 +09:00
Sukchan Lee cca339eff4 service request is initially added 2017-04-26 09:33:26 +09:00
Sukchan Lee 19b164b575 implement nas_types 2017-04-25 20:08:12 +09:00
Sukchan Lee 3098af0cfe add current time in EMM information NAS mssage 2017-04-14 21:18:32 +09:00
Sukchan Lee d9114c9702 update it 2017-04-14 00:17:56 +09:00
Sukchan Lee a1688bc4e3 update it 2017-04-13 13:54:39 +09:00
Sukchan Lee 493729850d update it 2017-04-13 12:21:47 +09:00
Sukchan Lee fa287c8f5b update it 2017-04-13 00:08:12 +09:00
Sukchan Lee 20195b67cf update it 2017-04-11 21:38:24 +09:00
Sukchan Lee 704d475655 update it 2017-04-09 17:00:20 +09:00
Sukchan Lee 67533ec1de update it 2017-04-09 16:34:31 +09:00
Sukchan Lee 5a9081a5ae update it 2017-04-09 14:26:19 +09:00
Sukchan Lee 9ea0bb10c1 update it 2017-04-08 13:02:07 +09:00
Sukchan Lee 465a8e9e8a update it 2017-04-07 23:36:08 +09:00
Sukchan Lee e121488fa5 update it 2017-04-06 17:10:26 +09:00
Sukchan Lee 857dde66cd update it 2017-03-24 23:01:44 +09:00
Sukchan Lee 7685e8a72c update it 2017-03-24 22:52:55 +09:00
Sukchan Lee 577b865aa2 update it 2017-03-24 21:19:24 +09:00
Sukchan Lee d7fc04c800 update it 2017-03-24 21:10:13 +09:00
Sukchan Lee e1f06e5cb0 update it 2017-03-21 21:11:48 +09:00
Sukchan Lee 3facb91b1e Identity Request/Response is added 2017-03-21 15:02:16 +09:00
Sukchan Lee 10b1417b9e update it 2017-03-21 13:53:03 +09:00
Sukchan Lee d53939d41e NAS parsing done 2017-03-21 13:50:40 +09:00