diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-07-15 19:20:36 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-07-15 22:49:19 +0200 |
commit | 5ade8f4b726985c1d61baf1037dd3d1f3aa1f121 (patch) | |
tree | 85011b1565cb95cf4558dcede44f985b0df8144f /include | |
parent | aab6b26d8dc476999efd541d77898987eb9af542 (diff) |
extend osmo_sysinfo_type with missing SYSINFO_TYPE
The list should now be complete up to Releae 14
Change-Id: I693cabe1a3b00a8c4198f7a4a1c647c5d7dc6c41
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/sysinfo.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/osmocom/gsm/sysinfo.h b/include/osmocom/gsm/sysinfo.h index 8e26f996..11bb2682 100644 --- a/include/osmocom/gsm/sysinfo.h +++ b/include/osmocom/gsm/sysinfo.h @@ -36,7 +36,12 @@ enum osmo_sysinfo_type { SYSINFO_TYPE_5ter, SYSINFO_TYPE_EMO, SYSINFO_TYPE_MEAS_INFO, - /* FIXME all the various bis and ter */ + SYSINFO_TYPE_13alt, + SYSINFO_TYPE_15, + SYSINFO_TYPE_2n, + SYSINFO_TYPE_21, + SYSINFO_TYPE_22, + SYSINFO_TYPE_23, _MAX_SYSINFO_TYPE }; |