summaryrefslogtreecommitdiffstats
path: root/interface.h
diff options
context:
space:
mode:
authorAndreas Eversberg2011-02-26 17:49:21 +0100
committerAndreas Eversberg2011-02-26 17:49:21 +0100
commit34598a346419f0e661526e6208dade4aff570008 (patch)
tree182a626ad5834ae5f4f8315a4732d3cc6a0c504e /interface.h
parent[mail] Prevent bustling error message when sending mail without attachment (diff)
downloadlcr-34598a346419f0e661526e6208dade4aff570008.tar.gz
lcr-34598a346419f0e661526e6208dade4aff570008.tar.xz
lcr-34598a346419f0e661526e6208dade4aff570008.zip
[gsm] Make LCR work with current Osmocom-BB.
Osmocom-BB is still developed, and this only works with the jolly/voice branch. Audio is not yet transmitted, so it is not quite usefull yet.
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/interface.h b/interface.h
index eea6915..f271080 100644
--- a/interface.h
+++ b/interface.h
@@ -57,8 +57,6 @@ struct interface_port {
#ifdef WITH_GSM_MS
int gsm_ms; /* interface is an GSM MS interface */
char gsm_ms_name[32]; /* name of ms */
- char gsm_ms_socket[128]; /* layer1 socket name */
- char gsm_ms_service; /* see GSM_SERVICE_* */
#endif
unsigned int ss5; /* set, if SS5 signalling enabled, also holds feature bits */
int remote; /* interface is a remote app interface */