Commit Graph

2282 Commits

Author SHA1 Message Date
Sukchan Lee 314a1cd4be Update debian changelog for ubuntu(xenial) 2019-05-18 09:58:03 +00:00
Sukchan Lee 179df88c32 Update debian changelog 2019-05-18 08:19:39 +00:00
Sukchan Lee bc180c3ffc Improve sanity check for queue-push fail 2019-05-06 23:13:26 +09:00
Sukchan Lee ab81e38487 Fix the ./testsimple crash in MacOSX 2019-05-06 22:49:58 +09:00
Sukchan Lee 2d7438313d Change initialization sequence 2019-05-06 20:43:50 +09:00
Sukchan Lee bb67705a66 BUGFIX: if SCTP uses SEQPACKET, sock should not use hash key. 2019-05-06 19:22:43 +09:00
Sukchan Lee f097364d52 Merge branch 'master' of https://github.com/open5gs/nextepc 2019-05-03 12:43:17 +00:00
Sukchan Lee 0992fbe7f3 Fix the bug of segmentation fault in test program (#175) 2019-05-03 12:41:57 +00:00
Sukchan Lee 9bef56806e
Merge pull request #178 from medeiros405/master
Change in the Log about the address use for the UE.
2019-05-03 12:27:37 +10:00
medeiros405 2ef9718209 Change in the Log about the address use for the UE. 2019-05-02 21:40:10 -03:00
Sukchan Lee d744893fba Update document to fix the WebUI installation URL (#176) 2019-05-02 16:34:05 +10:00
Sukchan Lee 0291d97dd5 Update document for changing debian repository 2019-05-01 18:13:21 +09:00
Sukchan Lee a5f764544f Remove net-select in debian docker 2019-05-01 17:43:42 +09:00
Sukchan Lee 39766bc379 Merge branch 'master' of https://github.com/open5gs/nextepc 2019-05-01 17:25:29 +09:00
Sukchan Lee bf1c6c00fe change fedora latest version 2019-05-01 17:24:59 +09:00
Sukchan Lee c8ed909f46 Remove __DATE__/__TIME due to reproduce same binary 2019-05-01 07:56:46 +00:00
Sukchan Lee 49adabdc70 Fix the compile error for CentOS (#175) 2019-04-30 21:22:35 +00:00
Sukchan Lee e5523342d4 Set submodule to ogslib master 2019-05-01 00:22:43 +09:00
Sukchan Lee 08efe857a0 Merge branch 'master' of https://github.com/open5gs/nextepc 2019-04-30 15:19:03 +00:00
Sukchan Lee aec51b399a add xenial package 2019-04-30 15:18:50 +00:00
Sukchan Lee ce2590d6fc fix the warning 2019-04-30 00:04:43 +09:00
Sukchan Lee 157d5fd739 Update NEWS document 2019-04-29 23:47:33 +09:00
Sukchan Lee 1e2ca81ae3 update ogslib changeset 2019-04-29 23:37:32 +09:00
Sukchan Lee de2cadd926 update changelog for ubuntu 2019-04-29 14:30:51 +00:00
Sukchan Lee dacfb7d209 Reset debian changelog 2019-04-29 14:09:29 +00:00
Sukchan Lee f87ecc9e2c ubuntu release tag 2019-04-29 13:53:10 +00:00
Sukchan Lee 1300a4f0e7 add ubuntu release script 2019-04-29 13:50:50 +00:00
Sukchan Lee 16ea21d4a0 update document 2019-04-29 22:26:52 +09:00
Sukchan Lee 92733e71be Add Google Analytics 2019-04-28 23:20:33 +09:00
Sukchan Lee 8a5ef1ac1a Update Document 2019-04-28 20:28:52 +09:00
Sukchan Lee 6294ae3349 Merge branch 'master' of https://github.com/open5gs/nextepc 2019-04-28 20:20:27 +09:00
Sukchan Lee 59cd4aaa2e Set OGSLib master 2019-04-28 20:19:39 +09:00
Sukchan Lee b9e3d76783 version update in webui 2019-04-28 09:16:18 +00:00
Sukchan Lee 3defa0974c Merge branch 'r0.3.11' 2019-04-28 09:14:50 +00:00
Sukchan Lee bb2e976958 nextepc release v0.3.11 2019-04-28 05:17:14 +00:00
Sukchan Lee 9b53988ab6 Update document 2019-04-28 13:42:14 +09:00
Sukchan Lee af1b87002a Update document 2019-04-28 00:45:07 +09:00
Sukchan Lee 75b09fe410 fix gitignore since test progname is changed 2019-04-28 00:11:48 +09:00
Sukchan Lee c47f065e1a fix the baseurl to nextepc 2019-04-28 00:10:50 +09:00
Sukchan Lee 48bfe83c0f Add a Document 2019-04-28 00:01:51 +09:00
Sukchan Lee 3ff9c6bbb5 add gitsubmodule 2019-04-28 00:00:02 +09:00
Sukchan Lee 1b62f07684 remove gitmodules 2019-04-27 23:57:29 +09:00
Sukchan Lee 0ebd85f364 Integration with OGSLib 2019-04-27 23:54:30 +09:00
Sukchan Lee 4165ec1264 Release v0.3.11 2019-04-27 14:00:29 +00:00
Sukchan Lee 540a3956bb
Merge pull request #171 from toldjuuso/patch-1
typo: trace log message on s11
2019-04-19 06:15:52 +09:00
Juuso Haavisto 9919e7dc86
typo: trace log message on s11 2019-04-18 20:10:18 +03:00
Sukchan Lee 6bd8411fc1 Add log message if EIA0 is used (#167) 2019-04-02 11:11:24 +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 c964d1df3c Increase packet memory buffer (#161) 2019-03-22 16:59:37 +09:00
Sukchan Lee ddaea685b3 Notify mailing list 2019-03-17 21:37:48 +09:00