summaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm48.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2010-07-12 09:11:00 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-12 09:11:00 +0200
commit014cb8725cd4ef58e6ef4be830a58bbf59d4aa03 (patch)
tree767063d55bbc55d2afd1e52eedf8a5fdc73feb99 /include/osmocore/gsm48.h
parentcd2a74bd43883e98c6a4f54bbf43a1915c83d483 (diff)
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]
Diffstat (limited to 'include/osmocore/gsm48.h')
-rw-r--r--include/osmocore/gsm48.h2
1 files changed, 2 insertions, 0 deletions
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);