stp: M3UA client-side tests: Expect routing context IE in ASPAC

Change-Id: I7011480fed2492add28bbd64a27c0ad71609cb32
Related: OS#4285
This commit is contained in:
Harald Welte 2019-12-01 18:00:48 +01:00
parent 1c891f229f
commit dfbca117e3
1 changed files with 3 additions and 3 deletions

View File

@ -549,7 +549,7 @@ testcase TC_clnt_asp_act() runs on RAW_M3UA_CT {
f_init_m3ua();
f_init_m3ua_srv();
f_M3UA_CLNT_asp_up_act(M3UA_SRV(0));
f_M3UA_CLNT_asp_up_act(M3UA_SRV(0), rctx := int2oct(1055, 4));
f_clear_m3ua();
}
@ -566,7 +566,7 @@ testcase TC_clnt_sg_to_asp() runs on RAW_M3UA_CT {
f_M3UA_asp_up_act(0);
f_init_m3ua_srv();
f_M3UA_CLNT_asp_up_act(M3UA_SRV(0));
f_M3UA_CLNT_asp_up_act(M3UA_SRV(0), rctx := int2oct(1055, 4));
f_sleep(1.0);
@ -588,7 +588,7 @@ testcase TC_clnt_asp_to_sg() runs on RAW_M3UA_CT {
f_M3UA_asp_up_act(0);
f_init_m3ua_srv();
f_M3UA_CLNT_asp_up_act(M3UA_SRV(0));
f_M3UA_CLNT_asp_up_act(M3UA_SRV(0), rctx := int2oct(1055, 4));
f_sleep(1.0);