diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-06-25 21:39:01 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-06-25 21:39:01 +0200 |
commit | 3d73227b61fb1610a0e4bf317321a298702f76e4 (patch) | |
tree | 5a0e5d602dd5d3d14f070dd18bb83a37d4cababa /include | |
parent | cf7e5dad45141325b26a8d9de2441ac65466d09d (diff) |
RSL: Fix typo
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_08_58.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h index 74a4083b..9b641b34 100644 --- a/include/osmocom/gsm/protocol/gsm_08_58.h +++ b/include/osmocom/gsm/protocol/gsm_08_58.h @@ -426,7 +426,7 @@ struct rsl_ie_chan_ident { #define RSL_SYSTEM_INFO_5bis 0x0d #define RSL_SYSTEM_INFO_5ter 0x0e #define RSL_SYSTEM_INFO_10 0x0f -#define REL_EXT_MEAS_ORDER 0x47 +#define RSL_EXT_MEAS_ORDER 0x47 #define RSL_MEAS_INFO 0x48 #define RSL_SYSTEM_INFO_13 0x28 #define RSL_SYSTEM_INFO_2quater 0x29 |