aboutsummaryrefslogtreecommitdiffstats
path: root/bsc-nat/BSC_MS_Simulation.ttcn
AgeCommit message (Collapse)AuthorFilesLines
2020-05-18library/IPA: use tr_ASP_IPA_EV instead of inline templatesVadim Yanitskiy1-1/+1
This way we can easily add new parameters to ASP_IPA_Event. Change-Id: Icc37286fcb4d43836d56a26424ecb9dcba58d1f1
2019-06-13bscnat: Fix race condition in TC_ctrl_locationPau Espin Pedrol1-0/+5
Change-Id: Ifb5a2a9936fff94511a6bd11bd8e155a3d3e2d82
2019-06-13bscnat: Introduce test TC_ctrl_locationPau Espin Pedrol1-3/+28
It checks location-state TRAP is forwaded correctly in BSC-NAT from BSC towards locally connected CTRL client, with variable names updated to contain BSC/BTS indexes. It also verifies commands can be applied (SET) in inverse direction. Change-Id: If28aba011a1903788cacbc10c0b62954925d4b1f
2019-06-13bscnat: Add function to run actions on test per BSC componentPau Espin Pedrol1-11/+16
Will be useful to test stuff on IPA layer BSC<->BSC-NAT. Change-Id: I97e743c79e5e9e7613ab91a1aa9ce2377a237fd5
2019-06-13bscnat: Refactor BSC_MS side code to allow different actions per testPau Espin Pedrol1-18/+31
Each test can now plug in different actions to be done by the emulated BSC_MS, by passing a function to f_init(). Old hardcoded behaviour (main()) is renamed and used in already existing tests. Change-Id: Ic82ca333267535c5859e6439deacbf3b1d1fe391
2019-05-27bsc-nat: Introduce Osmux testPau Espin Pedrol1-2/+5
Depends: openbsc.git Iadc004064a5a237c93009f242cb943ebc4d2d7e6 Change-Id: I35f206aab713ccf0a4e074872e291c349c903b9d
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-0/+10
Some of our files didn't have a copyright notice at all, let's add it. Also, update the notices in other files and ensure a SPDX identifier is present in all but the most trivial files. Change-Id: If7fa19ce484b415bc645e39b3d0d666b44b5f0fd
2019-04-21Rename BSSMAP_Emulation -> RAN_EmulationHarald Welte1-4/+4
So far, BSSMAP_Emulation supported only a transport over BSSMAP. However, we soon intend to merge support for RANAP in order to simulate RANAP/Iu connections as well as BSSMAP. Let's start by renaming some of the existing types/functions/ports/modules without introducing any functional changes just yet. Related: OS#2857, OS#2856 Change-Id: Iecbcb0c6c136baad9460eca40606bb4010d8882d
2019-03-29bsc-nat: Use BSCx as token for BSC no xDaniel Willmann1-1/+3
Change-Id: I27cf1a2f5c8a55eb9883ac9430e73c95dded9b7b
2019-03-29bsc-nat: Fix errors due to bit rotDaniel Willmann1-1/+1
Change-Id: I79f3b1b74c9f6f8769a5d71fde04847435f3f345
2017-12-17BSSMAP_Emulation: use BSSAP_CodecPortHarald Welte1-1/+2
So far, BSSMAP_Emulation used the SCCPasp_SP_PORT directly, explicitly calling BSSAP encode/decode functions while processing the primitives. Let's clean this up and use the BSSAP_CodecPort which has meanwhile been developed as a dual-faced port that can be stacked between SCCPasp and the user to avoid any manual encode/decode function calls. Change-Id: Icded789d18f3469f74e16f552df2c7ac44ac4294
2017-11-25rename 'ipa' directory to 'bsc-nat'Harald Welte1-0/+94