Skip to content
Unstable

Changes

Summary

  1. stp: define PC for IPA ASP peers (details)
  2. cosmetic: RANAP_CodecPort.ttcn: Fix trailing whitespace (details)
  3. Introduce TCAP asn enc/dec (details)
  4. tcap: Add initial templates (details)
Commit 97cb154c443a27cc0749417ed0a1bf430b63196b by Pau Espin Pedrol
stp: define PC for IPA ASP peers

This allows explicitly matching what's configured in osmo-stp's
"routing-key" & "point-code override dpc" VTY configs for each AS.
This in turn makes the osmo-stp cfg file easy to understand by looking
at the peer's (TTCN3) configuration.

There's no need to configure "point-code override opc" in the osmo-stp
since by default the PC declared in the routing-key is used to apply an
OPC on incoming messages over an IPA ASP.

Once we have the PC available in the TTCN3 config file, we can use it
inside IPA<->M3UA test to put the value in generated M3UA messages
(there's no visible changes in IPA ones because ofc the IPA signalling
doesn't include the PC in the messages).

Change-Id: I9cca2f4dd38e03ab1d259ffafd904b8890778883
The file was modifiedstp/STP_Tests_IPA.ttcn
The file was modifiedstp/STP_Tests_IPA_M3UA.ttcn
The file was modifiedstp/osmo-stp-ipa.confmerge
The file was modifiedstp/STP_Tests_IPA_M3UA.cfg
The file was modifiedstp/STP_Tests_IPA.cfg
Commit 633f132553940c6e4b0e3ffebbcf8e917b995e06 by Pau Espin Pedrol
cosmetic: RANAP_CodecPort.ttcn: Fix trailing whitespace

Change-Id: Ibad0a23cfc15dd9d9a03e78ca64eb26b4ecee6d8
The file was modifiedlibrary/ranap/RANAP_CodecPort.ttcn
Commit a1493cab55f46bc71c8b75dd99a28984f0e2a335 by Pau Espin Pedrol
Introduce TCAP asn enc/dec

ASN.1 files obtained from libosmo-asn1-tcap.git
a92fd1a6206832b626aa2a5c841b890ca37e4bd0.

Related: SYS#5423
Change-Id: Iae7f92cde02e5da966966bc95f9b74feec51958d
The file was addedlibrary/tcap/TCAP_DialoguePDUs.asn
The file was addedlibrary/tcap/TCAP_EncDec.cc
The file was addedlibrary/tcap/TCAP_CodecPort.ttcn
The file was addedlibrary/tcap/TCAP_UnidialoguePDUs.asn
The file was addedlibrary/tcap/TCAPMessages.asn
The file was addedlibrary/tcap/TCAP_Types.ttcn
The file was addedlibrary/tcap/regen_makefile.sh
Commit ceef505dbf714e8b9553ca51bdbfe502834c160e by Pau Espin Pedrol
tcap: Add initial templates

Change-Id: Ibc471733554c75b7c494b2bd4126232dd8c0553c
The file was addedlibrary/tcap/TCAP_Templates.ttcn