summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/gsm480_ss.h
blob: ecd778e4d0ecd8b7a7a7390fd22d457e799f9a66 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _GSM480_SS_H
#define _GSM480_SS_H

int gsm480_ss_init(struct osmocom_ms *ms);
int gsm480_ss_exit(struct osmocom_ms *ms);
int gsm480_rcv_ss(struct osmocom_ms *ms, struct msgb *msg);
int ss_send(struct osmocom_ms *ms, const char *code, int new_trans);

#endif /* _GSM480_SS_H */