summaryrefslogtreecommitdiffstats
path: root/default/gsm.conf
Commit message (Collapse)AuthorAgeFilesLines
* Adding interface support for remote app (chan_lcr).Andreas Eversberg2010-12-131-9/+1Star
| | | | | | | | | | | | | | chan_lcr can be handled as an interface. This way it is possible to (e.g.): - make a SIP phone become an LCR extension with all LCR features. - make conference calls. (untested) - perform parallel ringing. (ISDN phone and SIP phones can ring in parallel.) - do voice recoding. It is still also possible to link chan_lcr directly without interface (as before). Documentation/howto for that will follow.
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-16/+7Star
|
* Make LCR run with OpenBSC main branch.Andreas Eversberg2009-12-201-3/+0Star
| | | | | | modified: default/gsm.conf modified: gsm.cpp modified: gsm_conf.c
* LCR now compiles with current version of OpenBSC.root2009-08-231-33/+5Star
| | | | | | | | | | | | | | | | | No more patch is required, just link openbsc directory to LCR source directory and run "configure": cd lcr ln -s path_to_openbsc/openbsc . modified: Makefile.am modified: Makefile.in deleted: bootstrap.c deleted: bootstrap.h modified: configure modified: configure.ac modified: default/gsm.conf modified: gsm.cpp modified: gsm.h modified: gsm_conf.c
* Changed GSM api to current development tree of OpenBSC.root2009-07-051-1/+1
| | | | | | | | Removed obsolete (never finisshed) installation wizzard. modified: bootstrap.c modified: default/gsm.conf deleted: wizzard.c
* Added GSM IMSI dialing by using dialing "imsi-<number>".root2009-06-181-1/+1
| | | | | | | | | | | | | | | Applied API change of OpenBSC. modified: Makefile.am modified: Makefile.in modified: README modified: bootstrap.c modified: default/gsm.conf modified: dss1.cpp modified: gsm.cpp modified: gsm_audio.c modified: gsm_conf.c modified: interface.c
* gsm improvementsAndreas Eversberg2009-06-061-3/+5
| | | | | | | | | | | | | | | | | | | | | code cleanup modified: README modified: action.cpp modified: action_efi.cpp modified: action_vbox.cpp modified: alawulaw.c modified: bchannel.c modified: bootstrap.c modified: callerid.c modified: cause.c modified: chan_lcr.c modified: default/gsm.conf modified: dss1.cpp modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: message.h
* OpenBSC API change.Andreas Eversberg2009-05-211-1/+4
| | | | | | | | | modified: README modified: bootstrap.c modified: bootstrap.h modified: default/gsm.conf modified: gsm.cpp modified: gsm_conf.c
* Added GSM network support.Andreas Eversberg2009-05-111-0/+74
This turns LCR into a GSM mobile switching center. More infos will follow.