aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index ad1ece2c..adb7dccf 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -27,6 +27,9 @@
#include <gprs_debug.h>
#include <stdint.h>
+extern "C" {
+#include <osmocom/core/utils.h>
+}
struct bssgp_bvc_ctx;
struct rlc_ul_header;
@@ -61,6 +64,8 @@ enum gprs_rlcmac_tbf_dl_ass_state {
GPRS_RLCMAC_DL_ASS_WAIT_ACK, /* wait for PACKET CONTROL ACK */
};
+extern const struct value_string gprs_rlcmac_tbf_dl_ass_state_names[];
+
enum gprs_rlcmac_tbf_ul_ass_state {
GPRS_RLCMAC_UL_ASS_NONE = 0,
GPRS_RLCMAC_UL_ASS_SEND_ASS, /* send uplink assignment on next RTS */
@@ -68,6 +73,8 @@ enum gprs_rlcmac_tbf_ul_ass_state {
GPRS_RLCMAC_UL_ASS_WAIT_ACK, /* wait for PACKET CONTROL ACK */
};
+extern const struct value_string gprs_rlcmac_tbf_ul_ass_state_names[];
+
enum gprs_rlcmac_tbf_ul_ack_state {
GPRS_RLCMAC_UL_ACK_NONE = 0,
GPRS_RLCMAC_UL_ACK_SEND_ACK, /* send acknowledge on next RTS */