summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/gsm322.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-05-09 19:31:49 +0200
committerAndreas.Eversberg2010-05-09 19:31:49 +0200
commitb763a07c478de98766c0852a4415f070e3850799 (patch)
tree070ce9f6413f4c81357a5371a052b54d49ec8da7 /src/host/layer23/include/osmocom/gsm322.h
parentAdded vty interface (taken from OpenBSC project). (diff)
downloadosmocom-b763a07c478de98766c0852a4415f070e3850799.tar.gz
osmocom-b763a07c478de98766c0852a4415f070e3850799.tar.xz
osmocom-b763a07c478de98766c0852a4415f070e3850799.zip
Added "show ba 1" to view BA lists via VTY interface.
Diffstat (limited to 'src/host/layer23/include/osmocom/gsm322.h')
-rwxr-xr-xsrc/host/layer23/include/osmocom/gsm322.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/gsm322.h b/src/host/layer23/include/osmocom/gsm322.h
index c6828be..4a9c88b 100755
--- a/src/host/layer23/include/osmocom/gsm322.h
+++ b/src/host/layer23/include/osmocom/gsm322.h
@@ -187,6 +187,8 @@ int gsm322_dump_sorted_plmn(struct osmocom_ms *ms);
int gsm322_dump_cs_list(struct gsm322_cellsel *cs, uint8_t flags,
void (*print)(void *, const char *, ...), void *priv);
int gsm322_dump_forbidden_la(struct osmocom_ms *ms);
+int gsm322_dump_ba_list(struct gsm322_cellsel *cs, uint16_t mcc, uint16_t mnc,
+ void (*print)(void *, const char *, ...), void *priv);
void start_cs_timer(struct gsm322_cellsel *cs, int sec, int micro);
void start_loss_timer(struct gsm322_cellsel *cs, int sec, int micro);