From dfbca117e3fa6e41d63858c1ef5382993d5c143a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 1 Dec 2019 18:00:48 +0100 Subject: stp: M3UA client-side tests: Expect routing context IE in ASPAC Change-Id: I7011480fed2492add28bbd64a27c0ad71609cb32 Related: OS#4285 --- stp/STP_Tests_M3UA.ttcn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stp') diff --git a/stp/STP_Tests_M3UA.ttcn b/stp/STP_Tests_M3UA.ttcn index c550d408..23f93d88 100644 --- a/stp/STP_Tests_M3UA.ttcn +++ b/stp/STP_Tests_M3UA.ttcn @@ -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); -- cgit v1.2.3