Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/12458
Change subject: mncc socket: add RAT type, included from osmo-msc
......................................................................
mncc socket: add RAT type, included from osmo-msc
Patch-by: lynxis
Tweaked-by: neels
Depends: I659687aef7a4d67ca372a39fef31dee07aed7631 (libosmocore),
I6f28dbca1b515f9eaa6a8708a7ccfa1eb6f6b6cc (osmo-msc)
Change-Id: Idde8b2cd62662468e1748ac43b6695c9aaaac520
---
M src/mncc_protocol.h
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector
refs/changes/58/12458/1
diff --git a/src/mncc_protocol.h b/src/mncc_protocol.h
index 4950a77..d53a553 100644
--- a/src/mncc_protocol.h
+++ b/src/mncc_protocol.h
@@ -155,6 +155,7 @@
int notify; /* 0..127 */
int emergency;
char imsi[16];
+ uint8_t ran;
unsigned char lchan_type;
unsigned char lchan_mode;
--
To view, visit https://gerrit.osmocom.org/12458
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idde8b2cd62662468e1748ac43b6695c9aaaac520
Gerrit-Change-Number: 12458
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>