Commit graph

661 commits

Author SHA1 Message Date
Sukchan Lee
e2b789cafe auth module is done 2017-05-19 15:08:32 +09:00
Sukchan Lee
0639fa2071 utility function is added 2017-05-19 14:36:17 +09:00
Sukchan Lee
25f7275677 add CSRF for protect Cross Site Attack 2017-05-19 14:13:44 +09:00
Sukchan Lee
ceb1859dba add layout 2017-05-18 22:26:31 +09:00
Sukchan Lee
dcd84f3c47 update it 2017-05-18 22:26:00 +09:00
Sukchan Lee
6caa120eb6 role is added 2017-05-18 17:15:31 +09:00
Sukchan Lee
9417587054 remove lusca module 2017-05-18 17:04:55 +09:00
Sukchan Lee
36e372aa14 add secret page 2017-05-18 16:53:27 +09:00
Sukchan Lee
0c21e39433 simple authentication routine is added. 2017-05-18 15:19:45 +09:00
Sukchan Lee
2f2da5ffc4 React HOCS is added 2017-05-18 11:08:37 +09:00
Sukchan Lee
db473e8ed6 move session information to sqlite db 2017-05-18 09:46:36 +09:00
Sukchan Lee
2b0526bf56 remove session. 2017-05-18 09:11:49 +09:00
Sukchan Lee
b2f82acb9f add initial login page. CSRF protection not applied 2017-05-17 23:20:13 +09:00
Sukchan Lee
4db9608d1c add session component 2017-05-17 19:53:22 +09:00
Sukchan Lee
56c6b5ef96 rename model name 2017-05-17 19:27:17 +09:00
Sukchan Lee
3ac160b4f6 add session component 2017-05-17 15:41:44 +09:00
Sukchan Lee
9667f718f4 add csrf 2017-05-17 11:13:42 +09:00
Sukchan Lee
eb24c437e2 remove reduant code 2017-05-16 22:57:43 +09:00
Sukchan Lee
587e126be8 add auth module initially 2017-05-16 22:52:04 +09:00
Sukchan Lee
0e310b6120 add foreign key 2017-05-16 16:14:50 +09:00
Sukchan Lee
f2f24f2e34 add freezeTableName Option 2017-05-16 15:24:34 +09:00
Sukchan Lee
e35db5b7d2 table name changes from Group to UserRole 2017-05-16 15:17:23 +09:00
Sukchan Lee
586fa30011 indentation 2 2017-05-14 21:42:59 +09:00
Sukchan Lee
c09a9b021d change tab indent from 4 to 2 2017-05-14 21:40:28 +09:00
Sukchan Lee
9e25eddff6 add User & Group Table 2017-05-14 21:24:47 +09:00
Sukchan Lee
9296b10384 add express and sqlite 2017-05-14 18:14:47 +09:00
Sukchan Lee
1123f39239 update it 2017-05-12 15:07:03 +09:00
Sukchan Lee
042e167bb5 add initial code for webui 2017-05-12 15:02:28 +09:00
Sukchan Lee
57d94969bf Merge branch 'master' of https://github.com/acetcom/cellwire 2017-04-28 16:12:18 +09:00
Sukchan Lee
6a68eaac02 change vairable name from 'ue' to 'enb_ue or mme_ue' 2017-04-28 16:11:45 +09:00
James Park
300378d965 Merge branch 'master' of https://github.com/acetcom/cellwire 2017-04-28 15:34:44 +09:00
James Park
6cffc8a407 Add the functions which search mme_ue by imsi or guti 2017-04-28 15:33:40 +09:00
Brandon
141d241411 Merge branch 'master' of https://github.com/acetcom/cellwire 2017-04-28 15:30:28 +09:00
Brandon
0e410f5620 added missing IE for S11 delete session request 2017-04-28 15:30:04 +09:00
James Park
129f484394 add last mac verfication state 2017-04-28 15:01:43 +09:00
James Park
62935aac2c Merge branch 'master' of https://github.com/acetcom/cellwire
Conflicts:
	src/mme/emm_handler.c
	src/mme/emm_handler.h
2017-04-28 14:56:47 +09:00
James Park
2939cf1349 Merge branch 'master' of https://github.com/acetcom/cellwire
Conflicts:
	src/mme/mme_context.c
	src/mme/mme_context.h
	src/mme/s1ap_handler.c
2017-04-28 14:43:04 +09:00
Sukchan Lee
337dccff45 change the name mme_bearer_first to mme_default_bearer_in_sess 2017-04-28 14:08:43 +09:00
Brandon
59df4625f8 Merge branch 'master' of https://github.com/acetcom/cellwire
Conflicts:
	src/mme/mme_context.h
2017-04-28 13:50:40 +09:00
Brandon
846f356322 implement detach process
- mme done including emm, esm, and s1ap
   - sgw/pgw are not finished
   - exception processing is further needed.
2017-04-28 13:46:16 +09:00
James Park
65b5378c91 Split ue_context into two context(enb_ue_t, mme_ue_t) 2017-04-28 13:43:42 +09:00
Sukchan Lee
7fe75bd6af add timer example code 2017-04-28 12:39:14 +09:00
Brandon
707c4f4cad Merge branch 'master' of https://github.com/acetcom/cellwire
Conflicts:
	src/mme/mme_s11_handler.h
2017-04-28 11:23:35 +09:00
Brandon
a21cb41c7a temporal commit for deleting s11 session 2017-04-28 11:20:09 +09:00
Sukchan Lee
f5fdbb093b add default bearer context interface 2017-04-28 08:28:04 +09:00
Sukchan Lee
344188143f add default bearer context when session cotext is added 2017-04-28 08:20:50 +09:00
Sukchan Lee
a377aa7c31 mme_sess_t is added 2017-04-27 23:06:10 +09:00
Sukchan Lee
d7aa300833 fix the mis-typo from enb to sess 2017-04-27 20:59:25 +09:00
Sukchan Lee
b95e40a851 Delete Session Request/Response is added 2017-04-27 13:36:25 +09:00
Sukchan Lee
80af1f0413 change detach_type using MACRO from nas_types.h 2017-04-27 12:38:03 +09:00