pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35603?usp=email )
Change subject: GSUP_Types: add message type for osmo-epdg CEAI interface
......................................................................
GSUP_Types: add message type for osmo-epdg CEAI interface
The CEIA interface is an interface between osmo-epdg and
strongswan.
It is used by the osmo-epdg to synchronize state.
Related: OS#6091
Related: libosmocore.git Change-Id I6f7c20340c99f94b1326a8a7dc99c86cf6a0dbc3
Change-Id: I3da4f731597eee3736a9aab513f5257a78e8d8eb
---
M library/GSUP_Types.ttcn
1 file changed, 18 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks
refs/changes/03/35603/1
diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn
index b3154ac..dbf3fd4 100644
--- a/library/GSUP_Types.ttcn
+++ b/library/GSUP_Types.ttcn
@@ -172,7 +172,8 @@
OSMO_GSUP_MESSAGE_CLASS_SUBSCRIBER_MANAGEMENT (1),
OSMO_GSUP_MESSAGE_CLASS_SMS (2),
OSMO_GSUP_MESSAGE_CLASS_USSD (3),
- OSMO_GSUP_MESSAGE_CLASS_INTER_MSC (4)
+ OSMO_GSUP_MESSAGE_CLASS_INTER_MSC (4),
+ OSMO_GSUP_MESSAGE_CLASS_IPSEC_EPDG (5)
} with { variant "FIELDLENGTH(8)" };
type record GSUP_MSISDN {
@@ -695,7 +696,7 @@
template (value) GSUP_PDU ts_GSUP_EPDGTunnel_REQ(hexstring imsi, GSUP_CnDomain
dom := OSMO_GSUP_CN_DOMAIN_PS,
template (omit) octetstring
source_name := omit) :=
ts_GSUP(OSMO_GSUP_MSGT_EPDG_TUNNEL_REQUEST, f_gen_ts_ies(imsi, dom :=
dom,
-
source_name := source_name));
+
source_name := source_name));//HERE
template (present) GSUP_PDU tr_GSUP_EPDGTunnel_REQ(template (present)
hexstring imsi := ?) :=
tr_GSUP_IMSI(OSMO_GSUP_MSGT_EPDG_TUNNEL_REQUEST, imsi);
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35603?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3da4f731597eee3736a9aab513f5257a78e8d8eb
Gerrit-Change-Number: 35603
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange