Commit Graph

31 Commits

Author SHA1 Message Date
Sukchan Lee a630830f0c P-CSCF simualtor is mostly done 2018-01-06 00:23:26 +09:00
Sukchan Lee b8ef9e9e2a Header Refactoring 2018-01-04 20:38:22 +09:00
Sukchan Lee 79ec7d8bc0 default configuration is changed for packaging.
Even though nextepc can support link-local address, User may not want to
setup link-local address automatically. So we remove link-link address
in default configuration
2017-12-14 10:33:03 +09:00
Sukchan Lee adcc473d6e 'make check` before 'make install'
checkepc.sh script is created.
this script generates necessary configuration file before `make
install`. And then, execute `./testepc -f ./etc/nextepc.conf`
2017-10-24 01:03:25 +09:00
Sukchan Lee 63d29714e2 libs6a -> libfd for adding other interface such as Gx 2017-08-05 14:23:37 +09: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 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 f569538bec improve testcode terminate routine. 2017-08-03 10:18:45 +09:00
Sukchan Lee 4c124cb540 update trace code 2017-08-02 19:33:57 +09:00
Sukchan Lee bcbb08acf5 fix the testcode bug
Previously, test code could be executed although HSS-MME is not
connected.
As such, I've fixed test code is executed right after HSS-MME is connected
2017-08-02 19:15:30 +09:00
Sukchan Lee 5fe3a0fcfb update it 2017-07-11 23:38:52 +09:00
Sukchan Lee c70eb89a24 update it 2017-07-11 18:44:25 +09:00
Sukchan Lee 62950382ae update it 2017-07-11 14:16:15 +09:00
Sukchan Lee 2f4a8b4d63 cellwire -> nextepc 2017-07-10 14:33:46 +09:00
Sukchan Lee e186436098 For testing, the following command is needed for the first time
- sudo ip tuntap add name pgwtun mode tun
 - sudo ./scripts/netconfig.sh

After then,
 - ./test/testcellwire

The above regression test is executed with 10.1.35.215 ip
2017-04-18 20:21:53 +09:00
Sukchan Lee 96156ea66b update it 2017-04-06 19:20:33 +09:00
Sukchan Lee 67fb7cf8f2 rename 2017-04-04 10:49:19 +09:00
Sukchan Lee 814e3f7e94 update it 2017-03-27 00:48:33 +09:00
Sukchan Lee 52ae136923 update it 2017-03-23 23:05:40 +09:00
Sukchan Lee ff3ebab8ba update it 2017-03-10 15:40:45 +09:00
Sukchan Lee 982dddc4de update it 2017-03-05 16:49:57 +09:00
Sukchan Lee 1f187f5de9 update it 2017-03-04 23:48:04 +09:00
Sukchan Lee 3a76d1fc1a initialization done 2017-02-27 15:09:41 +09:00
Sukchan Lee 95857bc9bc update it 2017-02-27 14:55:35 +09:00
Sukchan Lee ad44d2ab58 update it 2017-02-27 14:25:37 +09:00
Sukchan Lee b635c2466d test framework is improved to support multiple test-eNB 2017-02-13 20:49:58 +09:00
Sukchan Lee 31e4aa6237 encode size error is fixed 2017-02-13 18:11:09 +09:00
Sukchan Lee c94b80e097 enb s1 setup request/response test 2017-02-13 16:25:36 +09:00
Sukchan Lee 687daafd3f encode S1AP example 2017-02-06 20:54:31 +09:00
Sukchan Lee 37b99ef99e move ./lib/asn/test to ./test 2017-02-06 19:12:10 +09:00