PCU: make f_bssgp_establish() run on BSSGP_Client_CT

This means it can be used in different/other scenarios, e.g.
with tests that use PCUIF directly.

Change-Id: I1aa5dc090aac78a85a85ac190343befb0199a093
This commit is contained in:
Harald Welte 2019-03-21 22:12:00 +01:00
parent 4bff40ad04
commit 3d1fd5feef
1 changed files with 2 additions and 2 deletions

View File

@ -195,10 +195,9 @@ function tx_gmm(BIT1 c_r, in octetstring gmm_pdu, BIT4 sapi := c_LLC_SAPI_LLGMM)
}
/* Establish BSSGP connection to PCU */
function f_bssgp_establish() runs on dummy_CT {
function f_bssgp_establish() runs on BSSGP_Client_CT {
timer T:= 10.0;
f_init();
T.start
alt {
[] BSSGP[0].receive(t_BssgpStsInd(?, ?, BVC_S_UNBLOCKED)) { }
@ -386,6 +385,7 @@ testcase TC_rach() runs on dummy_CT {
testcase TC_nsem() runs on dummy_CT {
f_init();
f_bssgp_establish();
while (true) {