summaryrefslogtreecommitdiffstats
path: root/gsm_conf.c
Commit message (Collapse)AuthorAgeFilesLines
* Splitted GSM support into BS (network) and MS (mobile) part.Andreas Eversberg2010-05-311-4/+0Star
|
* Fixed output problems of error messages while parsing options.conf / gsm.conf.Andreas Eversberg2010-03-171-14/+12Star
| | | | | | | | | | | | | | modified: Makefile.in modified: bchannel.c modified: chan_lcr.c modified: genext.c modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: lcradmin.c modified: main.c modified: options.c modified: options.h
* Make LCR run with OpenBSC main branch.Andreas Eversberg2009-12-201-6/+2Star
| | | | | | modified: default/gsm.conf modified: gsm.cpp modified: gsm_conf.c
* Merge branch 'master' of ssh://jolly@www.mISDN.org/var/git/lcrAndreas Eversberg2009-12-201-3/+1Star
|\
| * Fixes and improves parsing of config file.Andreas Eversberg2009-10-271-3/+1Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last character of unterminated line was ignored. Minor bug fix in 2600 Hz pulse dialing. modified: README modified: action_vbox.cpp modified: crypt.cpp modified: extension.c modified: gsm_conf.c modified: interface.c modified: macro.h modified: route.c modified: ss5.cpp modified: ss5.h
* | Make LCR work with the current openbsc lcr_rtp branch. (soon merged with ↵Andreas Eversberg2009-12-201-3/+0Star
|/ | | | | | master branch) Minor fix in ss5.cpp.
* LCR now compiles with current version of OpenBSC.root2009-08-231-72/+11Star
| | | | | | | | | | | | | | | | | 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
* Applied changes of OpenBSC main branch. LCR now works with OpenBSC main branch.root2009-06-281-1/+0Star
| | | | | | | | | | modified: README modified: bootstrap.c modified: bootstrap.h modified: gsm.cpp modified: gsm.h modified: gsm_conf.c modified: mISDN.cpp
* 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-80/+47Star
| | | | | | | | | | | | | | | | | | | | | 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/+1
| | | | | | | | | 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/+280
This turns LCR into a GSM mobile switching center. More infos will follow.