From 345d03a6f6eb4c2d9511774b1eda33f0a886742a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 17 Jul 2023 17:11:43 +0200 Subject: layer23: modem: Delay using cell until fully synced to it Change-Id: If306d82879281bb540c5cdee2eaf354858c8d24b --- src/host/layer23/include/osmocom/bb/modem/modem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/host/layer23/include/osmocom/bb/modem/modem.h') 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, -- cgit v1.2.3