Commit Graph

1934 Commits

Author SHA1 Message Date
Sukchan Lee 2c1d70de3c new s1ap : attach done 2018-03-10 22:52:21 +09:00
Sukchan Lee d40bf0463d continue to move new s1ap library 2018-03-10 12:21:02 +09:00
Sukchan Lee e10d358a2b Merge branch 'master' into s1ap-brchiu 2018-03-09 21:02:17 +09:00
Sukchan Lee bb844434f2 MME Configuration Transfer is added (#29) 2018-03-08 23:29:02 +09:00
Sukchan Lee 6c3390bf30 MME can support S1-handover without creating indirect tunnel 2018-03-07 22:32:31 +09:00
Sukchan Lee c31dfb507d eNB Configuration Transfer is added (#29) 2018-03-07 21:53:53 +09:00
Sukchan Lee 5fad2f0e5c Release 0.3.5 2018-03-06 12:43:34 +00:00
James Park e69cea9b5b Ignore UCS2 bit to encode UIA 2018-03-05 11:02:36 -08:00
Sukchan Lee 1c8d10a696 remove s1ap2 2018-03-05 23:33:29 +09:00
Sukchan Lee 0d073fbb73 s1setup encoder is implemented 2018-03-05 23:32:14 +09:00
Sukchan Lee c5689b3f66 update it 2018-03-05 23:01:07 +09:00
Sukchan Lee 0c9b034f12 move s1ap3 to s1ap 2018-03-05 22:17:22 +09:00
Sukchan Lee 16b69865ac remove s1ap 2018-03-05 22:14:38 +09:00
Sukchan Lee fa981b8028 update it 2018-03-04 23:34:40 +09:00
Sukchan Lee 0628b76296 update it 2018-03-04 23:23:35 +09:00
Sukchan Lee 0d8928ff05 re-add s1ap 2018-03-04 16:30:03 +09:00
Sukchan Lee da04290a62 encoder/decoder sample code is added 2018-03-04 13:35:06 +09:00
Sukchan Lee 6f9e45a332 Modify the security capability length (#27)
If octet 5 is included, then also octet 6 shall be included and octet 7
may be included.
2018-03-03 14:18:33 +09:00
Sukchan Lee 9357381839 Fix the bug of secuirty capability in security command (#27) 2018-03-03 14:10:24 +09:00
Sukchan Lee 8ab602e6d2 update it 2018-02-27 18:35:57 +09:00
Sukchan Lee 84e7f50b3f update test code (#22) 2018-02-27 12:01:01 +09:00
Sukchan Lee 2bc92c5ac8 fix the indentation
* VIM
set sw=4
set ts=4
set expandtab

* Limited with 80 Column
2018-02-27 11:59:08 +09:00
Sukchan Lee 2429a4e363 fix the presentmask and change default configuration (#22) 2018-02-27 11:56:10 +09:00
Sukchan Lee dab0f3ef3a
Merge pull request #22 from medeiros405/master 2018-02-27 11:08:55 +09:00
medeiros405 144548f4c0 src/mme/emm_handler.c 2018-02-26 13:48:26 -03:00
medeiros405 1f44efbc3d src/mme/emm_handler.c 2018-02-26 13:46:28 -03:00
Sukchan Lee 6df88862f9 mistypo 2018-02-26 22:36:51 +09:00
Sukchan Lee f49a66dfc5 script update 2018-02-26 14:59:51 +09:00
Sukchan Lee 7e8718e346 update it 2018-02-26 11:57:49 +09:00
medeiros405 02712a38e6 src/mme/emm_handler.c
src/mme/mme_context.c
src/mme/mme_context.h
support/config/mme.conf.in
2018-02-25 18:33:36 -03:00
Sukchan Lee 888cbfbdb8 S1-reset encoder/decoder is added 2018-02-22 22:52:59 +09:00
Sukchan Lee cdf7fb94bf S1-Setup failure is added 2018-02-22 22:23:16 +09:00
Sukchan Lee e4989c7aa3 fix the README.md 2018-02-22 11:27:38 +09:00
Sukchan Lee 5365893c34 Release 0.3.4 2018-02-22 02:17:11 +00:00
Sukchan Lee 3c65414135 Release 0.3.4 2018-02-22 02:14:31 +00:00
Sukchan Lee 80bcfcf646 Release 0.3.4 2018-02-22 02:10:52 +00:00
Sukchan Lee 7e460fbcb4 dput is added 2018-02-22 10:47:21 +09:00
Sukchan Lee 62fe796d41 fix check.sh 2018-02-22 09:51:38 +09:00
Sukchan Lee 0104543f7d add manpage for dev 2018-02-22 00:48:42 +09:00
Sukchan Lee 39c30cb908 fix it 2018-02-22 00:32:11 +09:00
Sukchan Lee c09b272e53 fix the base image for docker-dev 2018-02-22 00:30:28 +09:00
Sukchan Lee 92d8bde84a change dependency docker-dev 2018-02-22 00:18:31 +09:00
Sukchan Lee e2bb5706fa update Dockerfile 2018-02-21 23:55:44 +09:00
Sukchan Lee d74afc5bc7 for old version gcc compiler, we fix the size of child_desc in TLV message library 2018-02-21 14:48:41 +00:00
Sukchan Lee c8a65b6b18 add other OS for docker 2018-02-21 23:20:48 +09:00
Sukchan Lee f5582c97b5 NULL-pointer sgw_ue context is accessed (#18) 2018-02-21 17:29:47 +09:00
Sukchan Lee b8cc130bf5 update check.sh 2018-02-21 14:35:46 +09:00
Sukchan Lee 12d65e92d1 re-arrange package between base and dev 2018-02-21 14:11:41 +09:00
Sukchan Lee 2904284405 Dockerfile cache invalidating for nextepc build 2018-02-21 13:16:11 +09:00
Sukchan Lee f1b0cd5748 Merge branch 'master' of https://github.com/acetcom/nextepc 2018-02-21 12:35:19 +09:00