aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding.h')
-rw-r--r--src/encoding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/encoding.h b/src/encoding.h
index 79dc32d..6164b89 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -74,6 +74,9 @@ public:
static void encode_rbb(const char *show_rbb, uint8_t *rbb);
+ static void write_packet_access_reject(
+ bitvec * dest, uint32_t tlli);
+
static void write_packet_uplink_ack(
struct gprs_rlcmac_bts *bts, bitvec * dest,
struct gprs_rlcmac_ul_tbf *tbf, bool is_final,