aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_gmm.h
blob: 0d03dd91fdc9f0c0ad924ded9b82c135e302d709 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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 gsm48_tx_gsm_deact_pdp_acc(struct sgsn_pdp_ctx *pdp);

int gsm0408_gprs_rcvmsg(struct msgb *msg);

#endif /* _GPRS_GMM_H */