Commit
daef91787dcc9f6c161bd024310b7e0898166cc0
by laforge
gbproxy: Fix several tests on titan 11
Rework altsteps to avoid race condition showing up under titan 11.1.0. It's not really clear whether the previous implementation is actually expected/permitted by TTCN-3, where an altstep variable is initialized multiple times with different values through activate(). In any case, the new implementation is much cleaner, only requiring 1 altstep instead of N.
Commit
95f8532dc6f7372ec7f9f14682c656549764ea74
by Pau Espin Pedrol
bts: TC_tx_power_ramp_adm_state_change: Fix Tguard too low sometimes triggering
One can see with the following failing output below that the Tguard is too low: """ 13:36:12.459089 5684 BTS_Tests.ttcn:2836 Reached full power, wating a bit more until success 13:36:12.459097 5684 BTS_Tests.ttcn:2837 Start timer T: 2 s 13:36:14.358525 5684 Misc_Helpers.ttcn:35 setverdict(fail): pass -> fail reason: ""BTS_Tests.ttcn:729 : Tguard timeout"", new component reason: ""BTS_Tests.ttcn:729 : Tguard timeout"" """
Commit
2cfe8b134935ab70d7b967eb255e38553996dcc6
by Pau Espin Pedrol
library/NGAP_Functions: return NAS_PDU IE from InitialContextSetup if present
This is required to obtain the NAS PDU transmitted by open5gs-smfd during Network Triggered Service Request. In that message, the NAS_PDU inside the PDUSessionResourceSetupListCxtReq item is empty, and instead the global NAS_PDU is filled with a Service Accept.
Commit
42a887b460f5fa48368b502f354e64d844141380
by Pau Espin Pedrol
library/NGAP_Emulation: Route Paging through NGAP_UNIT
The Paging message has no amf_ue_id/ran_ue_id, hence it's a non-ue message. Route it over NGAP_UNIT; ConnHdlr can then use the f_create_ngap_expect_proc() function to get a copy of it.