laforge submitted this change.

View Change

Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve
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(-)

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 change 41165. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I3b8847ebcfedc8fc0ed5fcfd453dcfe26eb070b0
Gerrit-Change-Number: 41165
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>