Skip to content
Unstable

Changes

Summary

  1. start-testsuite: respect $TTCN3_DIR (if set) (details)
  2. Move f_{dec,enc}_mcc_mnc() API BSSMAP_Templates.ttcn -> GSM_Types.ttcn (details)
  3. Fix MNC decoding in f_dec_mcc_mnc() (details)
  4. hnbgw: Support configuring RAC and Cell ID on each hnb conn (details)
  5. hnbgw: Test paging with Page Area ID IE (details)
  6. README: explain how to run testsuites manually (details)
Commit 94c920d1e478bdf6b2f39eb0082306e366fb9586 by Vadim Yanitskiy
start-testsuite: respect $TTCN3_DIR (if set)

Change-Id: I5c1cdc6ffbe50cf7ee48a160d2f406e428326d14
The file was modifiedstart-testsuite.sh
Commit 76fb46829295808f2a587d20baa599dd57cf02f9 by Pau Espin Pedrol
Move f_{dec,enc}_mcc_mnc() API BSSMAP_Templates.ttcn -> GSM_Types.ttcn

The GsmMcc and GsmMnc types used in the function are defined in
GSM_Types.ttcn, which is also incldued by BSSMAP_Templates.
Hence, move the function there so that it can be used in other
testsuites including more generic GSM_Types.ttcn but not
BSSMAP_Templates.ttcn.

Change-Id: Iafafd2957a11d34a9402d252a169fec40593f483
The file was modifiedlibrary/GSM_Types.ttcn
The file was modifiedlibrary/BSSMAP_Templates.ttcn
The file was modifiedcbc/CBC_Tests.ttcn
Commit a5725515b5f2f8da89d6daa42b2239d81143cc7b by Pau Espin Pedrol
Fix MNC decoding in f_dec_mcc_mnc()

This API is so far only used in MSC_Tests.ttcn f_sgs_perform_lu(), but
will be used in more testsuites in follow-up commits.

Change-Id: I9db37d0dc9abbbefd57af4f0e2b91bf8a918d4e9
The file was modifiedlibrary/GSM_Types.ttcn
Commit 886dc9713aacb1e7e480e310b8382edf606e715a by Pau Espin Pedrol
hnbgw: Support configuring RAC and Cell ID on each hnb conn

Change-Id: I490e770be5e390a1f55e1dff1cf0c42e917a8d33
The file was modifiedhnbgw/HNBGW_Tests.ttcn
The file was modifiedhnbgw/ConnHdlr.ttcn
Commit a96d791ed80f1746dbe778f3b7cec484309e9db7 by Pau Espin Pedrol
hnbgw: Test paging with Page Area ID IE

Change-Id: I5a053bcf1f8470038e95d03889da077f8f967bfa
The file was modifiedhnbgw/expected-results.xml
The file was modifiedhnbgw/HNBGW_Tests.ttcn
The file was modifiedlibrary/ranap/RANAP_Templates.ttcn
Commit e217e408c4e236b87915f5c8f9bc4d39ce064983 by Oliver Smith
README: explain how to run testsuites manually

As the testsuites are now in the _build directory, running them might
not be as obvious. Add an example to the README. While at it, explain a
bit more what the testenv script does and where one can read more about
it.

Change-Id: I1ee9319ada889a8dd43cfb32776dc1a8ae12d607
The file was modifiedREADME.md