laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmocore/+/41165?usp=email )
Change subject: Register OSMO_EXT protocol number for TCAP routing
......................................................................
Register OSMO_EXT protocol number for TCAP routing
The protocol itself will be implemented in libosmo-sigtran.
Related: SYS#5423
Change-Id: I3b8847ebcfedc8fc0ed5fcfd453dcfe26eb070b0
---
M include/osmocom/gsm/protocol/ipaccess.h
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
osmith: Looks good to me, but someone else must approve
diff --git a/include/osmocom/gsm/protocol/ipaccess.h
b/include/osmocom/gsm/protocol/ipaccess.h
index 5182760..70313c5 100644
--- a/include/osmocom/gsm/protocol/ipaccess.h
+++ b/include/osmocom/gsm/protocol/ipaccess.h
@@ -40,6 +40,7 @@
IPAC_PROTO_EXT_OAP = 0x06, /* Osmocom Authn Protocol */
IPAC_PROTO_EXT_RSPRO = 0x07, /* Remote SIM protocol */
IPAC_PROTO_EXT_PCU = 0x08, /* BSC<->BTS<->PCU
communication */
+ IPAC_PROTO_EXT_TCAP_ROUTING = 0x09, /* TCAP Routing
Protocol */
};
enum ipaccess_msgtype {
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41165?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I3b8847ebcfedc8fc0ed5fcfd453dcfe26eb070b0
Gerrit-Change-Number: 41165
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>