From 014cb8725cd4ef58e6ef4be830a58bbf59d4aa03 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 12 Jul 2010 09:11:00 +0200 Subject: Added new IE definitions to gsm_04_08.h of libosmocore. Also added RR and MM TLV tables to gsm48.c [import from accidential commit to osmocom-bb.git] --- include/osmocore/gsm48.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocore/gsm48.h') diff --git a/include/osmocore/gsm48.h b/include/osmocore/gsm48.h index be9fbbd1..ffe0399b 100644 --- a/include/osmocore/gsm48.h +++ b/include/osmocore/gsm48.h @@ -14,6 +14,8 @@ struct gprs_ra_id { }; extern const struct tlv_definition gsm48_att_tlvdef; +extern const struct tlv_definition gsm48_rr_att_tlvdef; +extern const struct tlv_definition gsm48_mm_att_tlvdef; const char *gsm48_cc_state_name(uint8_t state); const char *gsm48_cc_msg_name(uint8_t msgtype); const char *rr_cause_name(uint8_t cause); -- cgit v1.2.3