Commit
402c199ca39147adca104d0df8d81436be4c9f22
by Oliver Smith
sgsn/SGSN_Tests_SNS.cfg: adjust to recent changes
Fix this error: Error: Error message was received from HC at 10.0.2.100 [10.0.2.100]: Error while setting parameter field 'SGSN_Tests.mp_ranap_cfg[0].sctp_addr' to '{ 23908, "127.0.0.103", 2905, "127.0.0.200" }': Non existent field name in type @RAN_Adapter.RAN_Configuration: sctp_addr
Fixes: 0cdd73a8 ("Split SCCP_Adapter out of RAN_Adapter") Change-Id: I62a1188aa3346fda3f0674296629ade51a02088f
Commit
0e1f39f0cbd35d70ace0cc39ad7a7d38632c4826
by Oliver Smith
testenv: set PYTHONUNBUFFERED=1
Prepare to run PyHSS, which needs this variable to be set or else no log messages are printed. This problem exists with potentially all python scripts that testenv would run, so set the env var for all commands.
Commit
477a06dc16270933fe2695d71afc3e3ad52e3c7b
by Oliver Smith
hlr: add MSC to ccm_pars.name
Fix an immediate disconnect from pyHSS: [ERROR] 127.0.0.1:9999: Role not found in tags. 'sgsn' or 'msc' must appear in one of there tags: TYPE, UNIT, UNITNAME. Closing connection.