From 7aff2ca8cd04947be25a7e9b34f159b424c2fcae Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Feb 2018 15:34:50 +0100 Subject: sgsn: GTP Create PDP: Include missing required "Charging ID" IE Change-Id: I7e4b71d7ca6e75f759f77fb47abc9816c0aa716d --- sgsn/SGSN_Tests.ttcn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sgsn') diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn index 6b36bc24..3a9db69b 100644 --- a/sgsn/SGSN_Tests.ttcn +++ b/sgsn/SGSN_Tests.ttcn @@ -763,6 +763,7 @@ type record PdpActPars { octetstring apn optional, ProtocolConfigOptionsV pco optional, OCT1 exp_rej_cause optional, + OCT4 chg_id, OCT4 ggsn_tei_c, OCT4 ggsn_tei_u, @@ -794,7 +795,7 @@ function f_pdp_ctx_act(PdpActPars apars) runs on BSSGP_ConnHdlr { apars.sgsn_tei_c, cause, apars.ggsn_tei_c, apars.ggsn_tei_u, apars.nsapi, - apars.ggsn_ip_c, apars.ggsn_ip_u)); + apars.ggsn_ip_c, apars.ggsn_ip_u, apars.chg_id)); } } alt { @@ -871,6 +872,7 @@ template (value) PdpActPars t_PdpActPars := { apn := omit, pco := omit, exp_rej_cause := omit, + chg_id := '00000001'O, /* FIXME: make below dynamic !! */ ggsn_tei_c := '00010000'O, -- cgit v1.2.3