summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom/bb')
-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);