summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/gsm48_rr.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-06-16 19:17:29 +0200
committerAndreas.Eversberg2010-06-16 19:17:29 +0200
commitf195635d31ecb7f9f7057418059c731104a4b912 (patch)
treed76da5fb23aee91664c902bf9edfefe01a0c972c /src/host/layer23/include/osmocom/gsm48_rr.h
parentlayer23 VTY: "end" now ends configuration in all config subnodes. (diff)
downloadosmocom-f195635d31ecb7f9f7057418059c731104a4b912.tar.gz
osmocom-f195635d31ecb7f9f7057418059c731104a4b912.tar.xz
osmocom-f195635d31ecb7f9f7057418059c731104a4b912.zip
layer23: Added VTY command to display current states.
Also rejecting ASSIGNMENT COMMAND.
Diffstat (limited to 'src/host/layer23/include/osmocom/gsm48_rr.h')
-rw-r--r--src/host/layer23/include/osmocom/gsm48_rr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/gsm48_rr.h b/src/host/layer23/include/osmocom/gsm48_rr.h
index cde5433..4fc7547 100644
--- a/src/host/layer23/include/osmocom/gsm48_rr.h
+++ b/src/host/layer23/include/osmocom/gsm48_rr.h
@@ -154,5 +154,6 @@ int gsm48_decode_lai(struct gsm48_loc_area_id *lai, uint16_t *mcc,
int gsm48_rr_enc_cm2(struct osmocom_ms *ms, struct gsm48_classmark2 *cm);
int gsm48_rr_tx_rand_acc(struct osmocom_ms *ms, struct msgb *msg);
int gsm48_rr_los(struct osmocom_ms *ms);
+extern const char *gsm48_rr_state_names[];
#endif /* _GSM48_RR_H */