Splitted GSM support into BS (network) and MS (mobile) part.
[lcr.git] / default / interface.conf
index 6bbd6ec..6e19538 100644 (file)
 #nt
 
 
-# A special case for GSM interface.
+# A special case for GSM Network interface.
 # Don't remove/change the settings, they will cause undefined behaviour
 # of LCR. The actual interface is defined in gsm.conf.
-# You may add 'extension' and 'mns' keywords to turn all your subscribers
+# You may add 'extension' and 'msn' keywords to turn all your subscribers
 # in you GSM network to internal 'extensions'.
 # The MSN numbers will equal the subscriber number.
 #[GSM]
-#gsm
+#gsm-bs
 #nt
 #layer1hold no
 #layer2hold no
 #nodtmf
 
 
+# A special case for GSM Mobile Station interface.
+# give "gsm-ms <name of mobile> <layer 2 socket to layer 1>".
+# Don't remove/change the settings, they will cause undefined behaviour
+# of LCR. The actual interface is defined in gsm.conf.
+# You may add 'extern' to make this interface the external line by default.
+#[GSM]
+#gsm-ms 1 /tmp/osmocom_l2
+#layer1hold no
+#layer2hold no
+#tones no
+#earlyb yes
+#channel-in free
+#channel-out any
+#nodtmf
+##external
+
+
 # Hint: Enter "lcr interface" for quick help on interface options.