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
Lee Sukchan
94f3cb8fd0
fix the compile error in Ubuntu 16.04
2017-09-26 06:59:24 +00: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
Sukchan Lee
3375325436
fix the warning-error in Ubuntu 64 bit
2017-09-25 10:45:09 +00: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
James Park
bd6d78a2f8
Read data from socket though pkbuf_alloc failed to exit from infinite
...
select()
2017-09-15 17:26:21 -07:00
Sukchan Lee
d0fd6c4a73
add ho failure and ho prep failure... All done
2017-09-15 13:28:07 +09:00
Sukchan Lee
0888f49c48
HO cancel done
2017-09-15 12:06:26 +09:00
Sukchan Lee
c6967648fa
update it
2017-09-14 21:46:56 +09:00
Sukchan Lee
7a324ec8e9
delete indirect tunnel done..
2017-09-14 14:18:47 +09:00
Sukchan Lee
dadadc5179
fix the s1ap encoding bug
2017-09-13 23:27:02 +09:00
Sukchan Lee
feef9c7236
tunnel context is added
2017-09-13 16:41:47 +09:00
Sukchan Lee
0bdd02227c
add Create Indirect Data Forward Tunnel Request
2017-09-13 16:22:39 +09:00
Sukchan Lee
b65256152c
add 32768 packet buffer for create indirect data forward message
2017-09-13 12:46:51 +09:00
Sukchan Lee
ee72b5e938
S1AP STORE/CLEAR DATA is added
2017-09-13 11:57:17 +09:00
Sukchan Lee
42b34d0f19
update it
2017-09-12 14:16:22 +09:00
Sukchan Lee
287a7ca76c
HO message is added
2017-09-12 13:54:55 +09:00
Sukchan Lee
fc9857b3f0
add s1ap encoder/decoder function for path switch
2017-09-11 19:20:40 +09:00
Sukchan Lee
0022e62991
fix the bug dedicated beraer
2017-09-08 12:11:44 +09:00
Sukchan Lee
b0be746292
add PDN disconnect
2017-09-07 23:41:05 +09:00
Sukchan Lee
fb7ae93b07
fix the bug for ping.
...
gtpv2c_header_t and gtp_header_t(v1) is merged to gtp_header_t.
In this case, sizeof(gtp_header_t) is 12 because the structure has an
attribute of gtpv2c header something like sequence number.
As such, we should not use sizeof(gtp_header_t) directly.
Use GTPV1U_HEADER_LEN and GTPV2C_HEADER_LEN.
2017-09-07 14:10:52 +09:00
Sukchan Lee
229d04c284
Multiple PDN ..done!
2017-09-07 00:37:16 +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
886ef5a747
add TFT(Packet Filter) in Create Bearer Request
2017-09-06 15:02:43 +09:00
Sukchan Lee
d1056a06c8
add default bearer MBR/GBR parameter if User want to set
2017-09-05 14:52:19 +09:00
Sukchan Lee
257c6f2115
Create Bearer Response (MME->SGW)
2017-09-05 01:17:24 +09:00
Sukchan Lee
41262d50fa
dedicated bearer(MME->UE)
2017-09-05 00:04:05 +09:00
Sukchan Lee
1c8a59d3b4
Create Bearer Request (SGW->MME)
2017-09-04 20:06:54 +09:00
Sukchan Lee
abbd8fa869
Create Bearer Request (PGW->SGW)
2017-09-04 19:20:06 +09:00
Sukchan Lee
af4cf2a4e1
improve EMM SM
2017-09-04 13:04:35 +09:00
Sukchan Lee
87b0897602
design EMM state machine initially.
2017-09-04 00:06:39 +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
af8b6ff212
missing
2017-09-02 01:49:37 +09:00
Sukchan Lee
3bef0ac82f
All GTP re-archi done
2017-09-02 01:48:09 +09:00
Sukchan Lee
6ddaa2a91e
socket descriptor is in GTP Node structure for simple interface
2017-09-02 00:11:49 +09:00
Sukchan Lee
1dddde1d74
fix the bug core_buffer_to_bcd
2017-09-01 22:03:52 +09:00
Sukchan Lee
021e3ee963
MME-SGW GTP-C TEID is assigned per-UE
2017-09-01 21:35:45 +09:00
Sukchan Lee
c44dc0a4c4
update it
2017-09-01 13:51:31 +09:00
Sukchan Lee
b89779a301
update it
2017-09-01 09:36:55 +09:00
Sukchan Lee
55855e4570
update it
2017-09-01 00:46:07 +09:00
Sukchan Lee
4539a64c91
mostly done
2017-09-01 00:29:56 +09:00
Sukchan Lee
8af8d063d7
continue..
2017-08-31 20:48:15 +09:00