blob: 0d03dd91fdc9f0c0ad924ded9b82c135e302d709 [file] [log] [blame]
Harald Welte75827d62010-05-18 11:07:34 +02001#ifndef _GPRS_GMM_H
2#define _GPRS_GMM_H
3
4int gsm48_tx_gsm_act_pdp_rej(struct sgsn_mm_ctx *mm, uint8_t tid,
5 uint8_t cause, uint8_t pco_len, uint8_t *pco_v);
Harald Welte75827d62010-05-18 11:07:34 +02006int gsm48_tx_gsm_act_pdp_acc(struct sgsn_pdp_ctx *pdp);
Harald Welte77289c22010-05-18 14:32:29 +02007int gsm48_tx_gsm_deact_pdp_acc(struct sgsn_pdp_ctx *pdp);
8
Harald Welte75827d62010-05-18 11:07:34 +02009int gsm0408_gprs_rcvmsg(struct msgb *msg);
10
11#endif /* _GPRS_GMM_H */