Skip to content
Unstable

Changes

Summary

  1. hnbgw: Set sccp_addr parameters during init (details)
  2. hbngw: Store IuSigConid in ConnHdlr params (details)
  3. RANAP_Templates: Add templates for ResetResource(Ack) (details)
  4. RAN_Emulation: Support registering IuSigConId for connectionless RANAP (details)
  5. s1gw: use the new counter name (out_pkt.forward.unmodified) (details)
Commit a124a23b12aed7bba9b1888e934a7f31456888d6 by Pau Espin Pedrol
hnbgw: Set sccp_addr parameters during init

Those will be needed by other tests using UNITDATA primitives to send
RANAP ResetResourceAck.

Change-Id: I53f7e2e0a4622bb25667053b0b80e743e5f493bd
The file was modifiedhnbgw/HNBGW_Tests.ttcn
The file was modifiedhnbgw/ConnHdlr.ttcn
Commit 38a063aa8d955f5b729a3e2dcddb78ea43c50c30 by Pau Espin Pedrol
hbngw: Store IuSigConid in ConnHdlr params

A follow-up patch will want to use the value to register it in order to
get RANAP ResetResource messages.

Change-Id: I7eb5716debcad8427c15341612d37152ca894e5a
The file was modifiedhnbgw/ConnHdlr.ttcn
Commit 6e16d2d20e395e346f7b8131b0710af585ba57eb by Pau Espin Pedrol
RANAP_Templates: Add templates for ResetResource(Ack)

Change-Id: If6357c19b39ef63057a2d8d471975185f0161b22
The file was modifiedlibrary/ranap/RANAP_Templates.ttcn
Commit 86e5371c9e5d33bbae6bc4167fc135a8d6dc27ec by Pau Espin Pedrol
RAN_Emulation: Support registering IuSigConId for connectionless RANAP messages

This allows dispatching received RANAP connectionless (UNITDATA)
messages which target potentially existing connections identified by
IuSigConId, like RANAP Reset Resource (Ack) messages.
Dispatching it to relevant ConnHdlrs allows explicitly waiting to
receive the message and answer from there.

Change-Id: I6a00a425ce52cb0c71b03b545207f27befa11a71
The file was modifiedlibrary/RAN_Emulation.ttcnpp
Commit 869b697a399ea5e6560af784adc92efd0af11049 by Vadim Yanitskiy
s1gw: use the new counter name (out_pkt.forward.unmodified)

Change-Id: I037fea187bb78ba0d4b82d30915c5270d4cd28bb
Related: osmo-s1gw.git I952e198238384dca4be94f91a01d7cfff0a1471f
The file was modifieds1gw/S1GW_Tests.ttcn