summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/gsm322.h
diff options
context:
space:
mode:
authorAndreas.Eversberg2010-05-08 16:31:27 +0200
committerAndreas.Eversberg2010-05-08 16:31:27 +0200
commitf76e2064a45b9a1a17ee654bcd1e3c1e9fb4618c (patch)
treeed94060e05060989969da24ac9ff62d3af53a9de /src/host/layer23/include/osmocom/gsm322.h
parentMinor condition fix in radio resource. (diff)
downloadosmocom-f76e2064a45b9a1a17ee654bcd1e3c1e9fb4618c.tar.gz
osmocom-f76e2064a45b9a1a17ee654bcd1e3c1e9fb4618c.tar.xz
osmocom-f76e2064a45b9a1a17ee654bcd1e3c1e9fb4618c.zip
Added BCCH timeout timer for detecting loss of radio link (layer23).
Diffstat (limited to 'src/host/layer23/include/osmocom/gsm322.h')
-rwxr-xr-xsrc/host/layer23/include/osmocom/gsm322.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/gsm322.h b/src/host/layer23/include/osmocom/gsm322.h
index 8eea24f..a6e9a75 100755
--- a/src/host/layer23/include/osmocom/gsm322.h
+++ b/src/host/layer23/include/osmocom/gsm322.h
@@ -194,5 +194,6 @@ int gsm322_dump_sim_plmn(struct osmocom_ms *ms);
int gsm322_dump_forbidden_plmn(struct osmocom_ms *ms);
int gsm322_dump_forbidden_la(struct osmocom_ms *ms);
void start_cs_timer(struct gsm322_cellsel *cs, int sec, int micro);
+void start_loss_timer(struct gsm322_cellsel *cs, int sec, int micro);
#endif /* _GSM322_H */