From 0d39a8de3c3785989d9c69e9e46acfe07d4d3fe2 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 4 Jan 2019 04:37:00 +0100 Subject: 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 --- include/osmocom/gsm/gsm_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom') diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h index 095ac41a..7d0beca6 100644 --- a/include/osmocom/gsm/gsm_utils.h +++ b/include/osmocom/gsm/gsm_utils.h @@ -246,6 +246,7 @@ enum osmo_rat_type { OSMO_RAT_UNKNOWN = 0, OSMO_RAT_GERAN_A, OSMO_RAT_UTRAN_IU, + OSMO_RAT_EUTRAN_SGS, /* keep this last */ OSMO_RAT_COUNT -- cgit v1.2.3