Neels Hofmeyr has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12464 )

Change subject: osmo_rat_type: add OSMO_RAT_EUTRAN_SGS
......................................................................

osmo_rat_type: add OSMO_RAT_EUTRAN_SGS

osmo-msc is about to implement the SGs interface and requires a RAT indicator
for that.

Change-Id: I00588396bfe03feba38ecb0717d584594f0b2b46
---
M include/osmocom/gsm/gsm_utils.h
M src/gsm/gsm_utils.c
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h
index 095ac41..7d0beca 100644
--- a/include/osmocom/gsm/gsm_utils.h
+++ b/include/osmocom/gsm/gsm_utils.h
@@ -246,6 +246,7 @@
        OSMO_RAT_UNKNOWN = 0,
        OSMO_RAT_GERAN_A,
        OSMO_RAT_UTRAN_IU,
+       OSMO_RAT_EUTRAN_SGS,

        /* keep this last */
        OSMO_RAT_COUNT
diff --git a/src/gsm/gsm_utils.c b/src/gsm/gsm_utils.c
index 3862047..9eb41fb 100644
--- a/src/gsm/gsm_utils.c
+++ b/src/gsm/gsm_utils.c
@@ -1003,5 +1003,6 @@
        { OSMO_RAT_UNKNOWN, "unknown" },
        { OSMO_RAT_GERAN_A, "GERAN-A" },
        { OSMO_RAT_UTRAN_IU, "UTRAN-Iu" },
+       { OSMO_RAT_EUTRAN_SGS, "EUTRAN-SGs" },
        {}
 };

--
To view, visit https://gerrit.osmocom.org/12464
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I00588396bfe03feba38ecb0717d584594f0b2b46
Gerrit-Change-Number: 12464
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to