pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38589?usp=email )
Change subject: hnbgw: Set missing variable in t_pars() ......................................................................
hnbgw: Set missing variable in t_pars()
Change-Id: I2889d522e4d014ee67f6fc0fdcb36544452c9be8 --- M hnbgw/ConnHdlr.ttcn 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/89/38589/1
diff --git a/hnbgw/ConnHdlr.ttcn b/hnbgw/ConnHdlr.ttcn index 17e2103..adbfcae 100644 --- a/hnbgw/ConnHdlr.ttcn +++ b/hnbgw/ConnHdlr.ttcn @@ -196,6 +196,7 @@ hnb := omit, /* filled in later */ expect_separate_sccp_cr := expect_separate_sccp_cr, tx_sccp_cr_data_len := tx_sccp_cr_data_len, + expect_compl_l3_success := expect_compl_l3_success, pfcp_local_addr := pfcp_local_addr, nas_pdu := omit, sccp_addr_msc := omit,