summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/modem
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-04-25 13:34:14 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-04-26 14:14:29 +0200
commit6be26a97bfda465ced599c705e47d2f748e3bce9 (patch)
tree2283a7a8d86bf6b8bbe0936485bfd906c96f603b /src/host/layer23/include/osmocom/bb/modem
parentc58b5f0dbccfb03444cf4ace991b20540bf7e3b7 (diff)
layer23: Use subscriber information and events to trigger GMMREG Attach
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/modem')
-rw-r--r--src/host/layer23/include/osmocom/bb/modem/gmm.h3
-rw-r--r--src/host/layer23/include/osmocom/bb/modem/sm.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/modem/gmm.h b/src/host/layer23/include/osmocom/bb/modem/gmm.h
index 4ec3e8ed..6269c82e 100644
--- a/src/host/layer23/include/osmocom/bb/modem/gmm.h
+++ b/src/host/layer23/include/osmocom/bb/modem/gmm.h
@@ -5,3 +5,6 @@
struct osmocom_ms;
int modem_gmm_init(struct osmocom_ms *ms);
+
+int modem_gmm_gmmreg_attach_req(const struct osmocom_ms *ms);
+int modem_gmm_gmmreg_detach_req(const struct osmocom_ms *ms);
diff --git a/src/host/layer23/include/osmocom/bb/modem/sm.h b/src/host/layer23/include/osmocom/bb/modem/sm.h
index 51000cfd..b1a5df5a 100644
--- a/src/host/layer23/include/osmocom/bb/modem/sm.h
+++ b/src/host/layer23/include/osmocom/bb/modem/sm.h
@@ -5,3 +5,4 @@
struct osmocom_ms;
int modem_sm_init(struct osmocom_ms *ms);
+int modem_sm_smreg_pdp_act_req(const struct osmocom_ms *ms, const struct osmobb_apn *apn);