pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36353?usp=email )
Change subject: WIP ......................................................................
WIP
Change-Id: I262de7280763791348848fbc52d0ea3ac096d23a --- M pgw/PGW_Tests.ttcn 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/53/36353/1
diff --git a/pgw/PGW_Tests.ttcn b/pgw/PGW_Tests.ttcn index ae65c4f..937f2ae 100644 --- a/pgw/PGW_Tests.ttcn +++ b/pgw/PGW_Tests.ttcn @@ -604,6 +604,7 @@ avp := f_DIAMETER_get_avp(rx_gy, c_AVP_Code_DCC_NONE_CC_Request_Number); req_num := valueof(avp.avp_data.avp_DCC_NONE_CC_Request_Number);
+ log("PESPIN: Tx tx_dia res_code: ", g_pars.gy.cca_res_code); if (g_pars.gy.cca_res_code != cca_res_code_success) { tx_dia := ts_DIA_Gy_CCA(rx_gy.hop_by_hop_id, rx_gy.end_to_end_id, sess_id, g_pars.gy.cca_res_code, req_type, req_num); @@ -614,6 +615,7 @@ tx_dia := ts_DIA_Gy_CCA(rx_gy.hop_by_hop_id, rx_gy.end_to_end_id, sess_id, g_pars.gy.cca_res_code, req_type, req_num); } + log("PESPIN: Tx tx_dia: ", tx_dia); return tx_dia; }