aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm48.h
blob: d0cf09d10d0a7110df886d72a0ffad7f1ce5f311 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _OSMOCORE_GSM48_H

#include <osmocore/tlv.h>

extern const struct tlv_definition gsm48_att_tlvdef;
extern const char *cc_state_names[];
const char *rr_cause_name(uint8_t cause);

#endif