daniel has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/65/41165/1
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: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I3b8847ebcfedc8fc0ed5fcfd453dcfe26eb070b0
Gerrit-Change-Number: 41165
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann@sysmocom.de>