aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_gmm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 11:07:34 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 11:08:11 +0200
commit75827d65a489fd63fea054b281b091eb064b3495 (patch)
treea2dcb96885c79d2039d7ed726ea9f90adbe2e1f7 /openbsc/include/openbsc/gprs_gmm.h
parenta7c262ad96e9e109f08c1aba9227052e735ccd30 (diff)
[GPRS] add missing header file gprs_gmm.h
Diffstat (limited to 'openbsc/include/openbsc/gprs_gmm.h')
-rw-r--r--openbsc/include/openbsc/gprs_gmm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_gmm.h b/openbsc/include/openbsc/gprs_gmm.h
new file mode 100644
index 000000000..44a28cf83
--- /dev/null
+++ b/openbsc/include/openbsc/gprs_gmm.h
@@ -0,0 +1,10 @@
+#ifndef _GPRS_GMM_H
+#define _GPRS_GMM_H
+
+int gsm48_tx_gsm_act_pdp_rej(struct sgsn_mm_ctx *mm, uint8_t tid,
+ uint8_t cause, uint8_t pco_len, uint8_t *pco_v);
+
+int gsm48_tx_gsm_act_pdp_acc(struct sgsn_pdp_ctx *pdp);
+int gsm0408_gprs_rcvmsg(struct msgb *msg);
+
+#endif /* _GPRS_GMM_H */