osmocom-analog/src/libmobile/cause.h

17 lines
348 B
C
Raw Normal View History

2016-03-01 17:40:38 +00:00
#define CAUSE_NORMAL 16
#define CAUSE_BUSY 17
#define CAUSE_NOANSWER 19
#define CAUSE_OUTOFORDER 27
#define CAUSE_INVALNUMBER 28
#define CAUSE_NOCHANNEL 34
#define CAUSE_TEMPFAIL 41
2020-08-09 12:27:56 +00:00
#define CAUSE_RESOURCE_UNAVAIL 47
2016-03-01 17:40:38 +00:00
#define CAUSE_INVALCALLREF 81
#define LOCATION_USER 0
#define LOCATION_PRIVATE_LOCAL 1
2016-03-01 17:40:38 +00:00
const char *cause_name(int cause);