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)
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_SGsAP.ttcn
The file was modifiedmme/MME_Tests.ttcn
Commit 589f2aacdd3dc4a1a08a2614c57ac349e00550ba by Pau Espin Pedrol
mme: Split ConnHdlr to its own file

Change-Id: I322e679fa252388649b897a13d2d4a325212a71a
The file was modifiedmme/MME_Tests.ttcn
The file was modifiedmme/MME_Tests_SGsAP.ttcn
The file was addedmme/ConnHdlr.ttcn