Skip to content
Success

Changes

Summary

  1. library/SGsAP_CodecPort: Properly fill in ASP_Send record (details)
  2. mme: Rename GTP related functions (details)
  3. mme: Introduce f_init() helper (details)
  4. mme: Move g_Tguard to MTC_CT (details)
  5. mme: Call f_init_handler() inside f_start_handler_with_pars() (details)
  6. mme: Split ConnHdlr to its own file (details)
  7. Add templates for S1AP Handover procedure (details)
  8. S1GW tests: Add test cases for S1 handover procedure (details)
  9. mme: Set EPS Attach Type to valid value 'EPS Attach' (details)
Commit 1eed3efd77646c2cb82ed1d71b45dd971e35a2b1 by Pau Espin Pedrol
library/SGsAP_CodecPort: Properly fill in ASP_Send record

Otherwise it showed up as unbound and errors about wrong protocol showed
up. According to osmo-msc code ppid 0 is expected, so set it.

Change-Id: I6434a6522af3cae35824df5931ad5c33d79c505b
The file was modifiedlibrary/SGsAP_CodecPort.ttcn
Commit 6ad4cd7d47a0fedd1ba1820f02a9d01947abcca6 by Pau Espin Pedrol
mme: Rename GTP related functions

Better express what they are about. For instance, they only work on
GTPC, not GTPU.

Change-Id: I84b25b2c64f2d5b473e08949e8501dc5dae5b393
The file was modifiedmme/MME_Tests.ttcn
Commit 872cc3cd2c047b1deda5fc991340082d5dcd7192 by Pau Espin Pedrol
mme: Introduce f_init() helper

Change-Id: I89f0dfb9c79c3edb7b42751a76f36a983da59c1d
The file was modifiedmme/MME_Tests.ttcn
Commit 1eb0bb87b7c5a83b022435452bc5d2a1066936d3 by Pau Espin Pedrol
mme: Move g_Tguard to MTC_CT

There's no need to have Tguard per ConnHdlr, one in the MTC_CT is enough
and simpler to handle.

Furthermore, it allows to early arm it, in case something fails during
f_init().

Change-Id: I8b766ad83030ac5c92fe64b7ea2df35468b23fc0
The file was modifiedmme/MME_Tests.ttcn
Commit c62d2f427cab81011ccd88495e68e6f6cc7968bf by Pau Espin Pedrol
mme: Call f_init_handler() inside f_start_handler_with_pars()

Change-Id: I9d05c340b173cbab08bbd066d7261341d902d455
The file was modifiedmme/MME_Tests.ttcn
The file was modifiedmme/MME_Tests_SGsAP.ttcn
Commit 589f2aacdd3dc4a1a08a2614c57ac349e00550ba by Pau Espin Pedrol
mme: Split ConnHdlr to its own file

Change-Id: I322e679fa252388649b897a13d2d4a325212a71a
The file was addedmme/ConnHdlr.ttcn
The file was modifiedmme/MME_Tests.ttcn
The file was modifiedmme/MME_Tests_SGsAP.ttcn
Commit 4ea8bff7dff2a315c54f30a44b99a36838f7a49d by Vadim Yanitskiy
Add templates for S1AP Handover procedure

These templates include handover preperation and resource allocation for
S1 handover procedure. It supports mandatory information elements only
at this time.

Related: SYS#7309
Change-Id: Ib8b8aee0665a4f6644287b802f5e941bd82128f6
The file was modifiedlibrary/s1ap/S1AP_Templates.ttcn
Commit 8eba9aadafb10ccae07f4be318f110e50330ba07 by Vadim Yanitskiy
S1GW tests: Add test cases for S1 handover procedure

The test cases expect the handover preparation and resource allocation
to be passed on correctly with expected modifcation of E-RABs.

Related: SYS#7309
Change-Id: Id349c84749f7e897defa8cfd2ecd2c1f2fb52fc7
The file was modifieds1gw/S1GW_ConnHdlr.ttcn
The file was modifieds1gw/expected-results.xml
The file was modifieds1gw/S1GW_Tests.ttcn
Commit 6d7fbc66f413079bd490036b7b23a48059c9e3bc by Pau Espin Pedrol
mme: Set EPS Attach Type to valid value 'EPS Attach'

Previous value 0 is unused, see TS 3GPP TS 24.301 9.9.3.11.

Change-Id: I7b0c028620ee1ff6b819cce95b39fb93a70d4106
The file was modifiedmme/ConnHdlr.ttcn