summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/modem/modem.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-07-17 17:11:43 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-07-24 14:00:47 +0200
commit345d03a6f6eb4c2d9511774b1eda33f0a886742a (patch)
tree335c585e7c9c1ab1d1eb657be4dd9d22b4041daa /src/host/layer23/include/osmocom/bb/modem/modem.h
parent0a6ad6bbf882cddc7a3b6634879baad3ca085c28 (diff)
layer23: modem: Delay using cell until fully synced to it
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/modem/modem.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/modem/modem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/modem/modem.h b/src/host/layer23/include/osmocom/bb/modem/modem.h
index 29d2571a..7135bf71 100644
--- a/src/host/layer23/include/osmocom/bb/modem/modem.h
+++ b/src/host/layer23/include/osmocom/bb/modem/modem.h
@@ -4,6 +4,7 @@
int modem_start(void);
int modem_gprs_attach_if_needed(struct osmocom_ms *ms);
+int modem_sync_to_cell(struct osmocom_ms *ms);
enum modem_state {
MODEM_ST_IDLE,