pespin has uploaded this change for review.

View Change

epdg: Fix instance in CreateSession Resp BearerCtx S2b-U PGW F-TEID IE

According to 3GPP TS 29.274 Table 7.2.2-2, instance=4.

Change-Id: Ie60605f39b4c43f186aee67f966708a1efe70412
---
M epdg/EPDG_Tests.ttcn
1 file changed, 12 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/05/35905/1
diff --git a/epdg/EPDG_Tests.ttcn b/epdg/EPDG_Tests.ttcn
index aceedd4..03ea275 100644
--- a/epdg/EPDG_Tests.ttcn
+++ b/epdg/EPDG_Tests.ttcn
@@ -450,7 +450,7 @@

fteid_c_ie := ts_GTP2C_FTEID(FTEID_IF_S2b_ePDG_GTPC, g_pars.teic_local, 0,
f_inet_addr(mp_s2b_local_ip), omit);
- fteid_u_ie := ts_GTP2C_FTEID(FTEID_IF_S2bU_ePDG_GTPU, g_pars.bearer.teid_local, 2,
+ fteid_u_ie := ts_GTP2C_FTEID(FTEID_IF_S2bU_ePDG_GTPU, g_pars.bearer.teid_local, 4,
f_inet_addr(mp_s2b_local_ip), omit);
paa := ts_GTP2C_PdnAddrAlloc_v4(f_inet_addr(g_pars.ue_ip));
bctx_ies := ts_GTP2C_BcContextIE(ebi := g_pars.bearer.ebi,

To view, visit change 35905. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ie60605f39b4c43f186aee67f966708a1efe70412
Gerrit-Change-Number: 35905
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange