aboutsummaryrefslogtreecommitdiffstats
path: root/src/mslot_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mslot_class.h')
-rw-r--r--src/mslot_class.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mslot_class.h b/src/mslot_class.h
index f26bd647..9e9dfba5 100644
--- a/src/mslot_class.h
+++ b/src/mslot_class.h
@@ -28,7 +28,7 @@
/* 3GPP TS 05.02 Annex B.1 */
-#define MS_NA 255 /* N/A *///
+#define MS_NA 255 /* N/A */
#define MS_A 254 /* 1 with hopping, 0 without */
#define MS_B 253 /* 1 with hopping, 0 without (change Rx to Tx)*/
#define MS_C 252 /* 1 with hopping, 0 without (change Tx to Rx)*/
@@ -44,3 +44,4 @@ uint8_t mslot_class_get_tx(uint8_t ms_cl);
uint8_t mslot_class_get_rx(uint8_t ms_cl);
uint8_t mslot_class_get_sum(uint8_t ms_cl);
uint8_t mslot_class_get_type(uint8_t ms_cl);
+uint8_t mslot_class_max();