Change in libosmocore[master]: osmo_rat_type: add OSMO_RAT_EUTRAN_SGS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Jan 4 03:39:30 UTC 2019


Neels Hofmeyr has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/64/12464/1

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: newchange
Gerrit-Change-Id: I00588396bfe03feba38ecb0717d584594f0b2b46
Gerrit-Change-Number: 12464
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190104/02483683/attachment.htm>


More information about the gerrit-log mailing list