Commit Graph

997 Commits

Author SHA1 Message Date
Sukchan Lee d8fad33169 update it 2017-08-09 12:52:11 +09:00
Sukchan Lee fa32845647 fix the bug for searching unknown IMSI in DB 2017-08-09 12:42:17 +09:00
Sukchan Lee ad8b7208b2 Merge branch 'master' of https://github.com/acetcom/cellwire 2017-08-09 11:12:49 +09:00
James Park 5db7686c3d Fix leak : Releae the memory of UeCapaiblity if exists before allocating
the new one
2017-08-08 14:45:52 -07:00
James Park 7243966cc4 Save UeRadioCapability into mme_ue.
The saved information will be used when transmitting
InitialContextSetupReq
2017-08-08 12:01:08 -07:00
Sukchan Lee 574a229e42 Experimental-Result is added in FD library.
if IMSI is not found, we need to add the Experimental-Result-Code
2017-08-08 23:45:11 +09:00
James Park d3cdbac70d Retransmit paging if UE is not paged. 2017-08-07 15:58:13 -07:00
James Park f2a1bbeca1 Merge branch 'master' of https://github.com/acetcom/cellwire 2017-08-07 09:42:48 -07:00
James Park d0ed784fa8 Buffer the packets if UE is Idle.
Send the buffered packets first before sending the packet from PGW.
2017-08-07 09:42:03 -07:00
Sukchan Lee 578af98788 fix the suppressions for freediameter 2017-08-05 22:20:59 +09:00
Sukchan Lee cb2f88310a use fd debug routine instead of core debug 2017-08-05 22:06:58 +09:00
Sukchan Lee 511382b5a8 update it 2017-08-05 17:57:29 +09:00
Sukchan Lee 72aa1b7eef use freeDiameter Library CHECK_FCT instead of d_assert 2017-08-05 17:29:35 +09:00
Sukchan Lee 9782363f2b update it 2017-08-05 16:21:07 +09:00
Sukchan Lee 1ca937ae4b update it 2017-08-05 16:17:10 +09:00
Sukchan Lee 27e9a8e7da name changes 2017-08-05 16:07:52 +09:00
Sukchan Lee 262cc871da conf name changes..
TRACE_LEVEL.S6A -> TRACE_LEVEL.FD
2017-08-05 14:37:53 +09:00
Sukchan Lee 63d29714e2 libs6a -> libfd for adding other interface such as Gx 2017-08-05 14:23:37 +09:00
Sukchan Lee ec3391f531 rollback 2017-08-05 11:25:19 +09:00
James Park 66ab5a8ca8 Add missing reset routine to re-send dl_notification message 2017-08-04 15:03:27 -07:00
James Park 8905728287 Merge branch 'master' of https://github.com/acetcom/cellwire 2017-08-04 14:36:09 -07:00
James Park 790885e426 Send S1AP_Paging after receving downlink data notification 2017-08-04 14:34:52 -07:00
Sukchan Lee d9d2d0a87a fix the bug 2017-08-05 00:21:07 +09:00
Sukchan Lee 2e9ac4370e testepc memory leak is fixed 2017-08-04 23:37:08 +09:00
Sukchan Lee 69d3d4ac3f update it 2017-08-04 21:59:02 +09:00
Sukchan Lee 16c14e1a58 update it 2017-08-04 21:55:58 +09:00
Sukchan Lee 772aefec7d initial routine re-architecture to remove memory leak and improve
stability
2017-08-04 21:29:49 +09:00
Sukchan Lee 08f260f6d9 Logger changes from process to thread 2017-08-04 18:02:19 +09:00
Sukchan Lee 9a91870324 add memory check tool 2017-08-04 12:06:56 +09:00
Sukchan Lee 2e6f9f7a34 suppress pkbuf memory leak log 2017-08-04 00:09:28 +09:00
Sukchan Lee d1d223b815 fix the memory leak for proc library 2017-08-03 23:54:36 +09:00
Sukchan Lee c397918b93 remove error checking in test code. It's redundant. 2017-08-03 20:07:56 +09:00
Sukchan Lee 9db7c1c21c fix the bug for testepc 2017-08-03 20:01:01 +09:00
Sukchan Lee 8e2897ab44 fix the bug.. missing break in switch 2017-08-03 19:58:03 +09:00
Sukchan Lee 59999dcb4f add HIDDEN configuration for developer.
...
    GTP: 1,
    OTHERS: 1,
  }

  HIDDEN:
  {
    DISABLE_HSS: 0,
    DISABLE_SGW: 0,
    DISABLE_PGW: 0,
  }

  HSS :
  {

if epcd or testepc, DISABLE_HSS/SGW/PGW is applied.
2017-08-03 19:50:20 +09:00
Sukchan Lee fcc4a7bca0 improve Makefile for Configuration Files
If you change nextepc.conf.in, core.h.in, freeDiameter/mme.conf.in,
   freeDiameter/hss.conf.in, or other *.in files

You just execute 'make';
If nextepc.conf.in file is updated, '/bin/sh config.status
nextepc.conf.in' generates newly updated nextepc.conf
2017-08-03 19:08:12 +09:00
Sukchan Lee f4bd03d96d Fix the diameter duplicated port problem.
SCTP is disabled with 'No_SCTP' option
2017-08-03 15:53:59 +09:00
Sukchan Lee 47c4638c62 fix the bug 2017-08-03 15:15:00 +09:00
Sukchan Lee be36979e1e ip changes for freeDiameter configuration 2017-08-03 15:03:30 +09:00
Sukchan Lee 9955a837d7 fix the bug 2017-08-03 14:19:59 +09:00
Sukchan Lee 5ced50785f add sample configuration for freeDiameter 2017-08-03 14:09:14 +09:00
Sukchan Lee 346570d47d fix the bug 2017-08-03 12:44:41 +09:00
Sukchan Lee cf766cffb5 add log information when initialize routine has an error 2017-08-03 10:31:18 +09:00
Sukchan Lee f569538bec improve testcode terminate routine. 2017-08-03 10:18:45 +09:00
James Park 061605047c Fix bug 2017-08-02 17:49:27 -07:00
James Park 420953fa32 Update downlink data notification 2017-08-02 17:32:50 -07:00
James Park 55c3d5e92e Implement downlink data notfication(Not tested yet) 2017-08-02 16:18:19 -07:00
Sukchan Lee faa05ed5e1 move port number for capturing wireshark 2017-08-03 00:30:43 +09:00
Sukchan Lee 18739296fa initialize/terminate done..
let me know if you have found zombie process.
2017-08-03 00:11:09 +09:00
Sukchan Lee 8fdb177c04 mostly done..initialize/terminate.
more test is needed.
2017-08-02 23:03:34 +09:00