diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2019-01-04 04:37:00 +0100 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2019-01-04 04:38:54 +0100 |
commit | 0d39a8de3c3785989d9c69e9e46acfe07d4d3fe2 (patch) | |
tree | af94107653ff26d7592719986d5ea7fdcfbd6a31 /include/osmocom | |
parent | 5b5c3499cfd9b001215ae23ca86ba04c780abb46 (diff) |
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
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/gsm_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |