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 16:24:00 UTC 2019


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 <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190104/5fc3c571/attachment.htm>


More information about the gerrit-log mailing list