summaryrefslogtreecommitdiffstats
path: root/gsm.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-12-20 18:55:03 +0100
committerAndreas Eversberg2009-12-20 18:55:03 +0100
commitab670ecfdc8c7e299bc1b9ddea014980ad7637fa (patch)
tree8e5214d70a85a9325eb9f486fb388995a4cb3228 /gsm.h
parentFixed minor release BUG in SS5. Added comfort noise. (diff)
downloadlcr-ab670ecfdc8c7e299bc1b9ddea014980ad7637fa.tar.gz
lcr-ab670ecfdc8c7e299bc1b9ddea014980ad7637fa.tar.xz
lcr-ab670ecfdc8c7e299bc1b9ddea014980ad7637fa.zip
Make LCR work with the current openbsc lcr_rtp branch. (soon merged with master branch)
Minor fix in ss5.cpp.
Diffstat (limited to 'gsm.h')
-rw-r--r--gsm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gsm.h b/gsm.h
index 1fbcee7..15477ef 100644
--- a/gsm.h
+++ b/gsm.h
@@ -15,7 +15,6 @@ struct gsm_conf {
int noemergshut; /* don't shut down on emergency */
char pcapfile[128]; /* open capture file for BS11 links */
int reject_cause; /* reject cause for unsubcribed IMSIs */
- int rtp_proxy; /* enable RTP proxy */
};
struct lcr_gsm {
@@ -50,8 +49,8 @@ class Pgsm : public PmISDN
void bchannel_receive(struct mISDNhead *hh, unsigned char *data, int len);
void bchannel_send(unsigned int prim, unsigned int id, unsigned char *data, int len);
- void trau_send(void *_tf);
- void trau_receive(void *_frame);
+ void frame_send(void *_frame);
+ void frame_receive(void *_frame);
int hunt_bchannel(void);
void setup_ind(unsigned int msg_type, unsigned int callref, struct gsm_mncc *mncc);