summaryrefslogtreecommitdiffstats
path: root/gsm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Applied changes of OpenBSC main branch. LCR now works with OpenBSC main branch.root2009-06-281-4/+5
| | | | | | | | | | 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-161/+163
| | | | | | | | | | | | | | | 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-4/+46
| | | | | | | | | | | | | | | | | | | | | 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-33/+35
| | | | | | | | | modified: README modified: bootstrap.c modified: bootstrap.h modified: default/gsm.conf modified: gsm.cpp modified: gsm_conf.c
* - Debug option now works for GSM.Andreas Eversberg2009-05-171-33/+53
| | | | | | | | - Fixed some GSM information elements. modified: README modified: default/interface.conf modified: gsm.cpp
* Restructured tones_dir, added tones_dir to interface.confAndreas Eversberg2009-05-141-1/+2
| | | | | | | | | | | | | | | | | | Code cleanup.. modified: README modified: apppbx.cpp modified: default/interface.conf modified: default/options.conf modified: dss1.cpp modified: extension.c modified: gsm.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: options.c modified: options.h modified: port.cpp
* Added GSM network support.Andreas Eversberg2009-05-111-0/+1614
This turns LCR into a GSM mobile switching center. More infos will follow.