aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_hack.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-2/+2
2010-01-14Register GSM_BTS_TYPE_UNKNOWN in bsc_hack.cDaniel Willmann1-0/+2
2010-01-12update copyright statementsHarald Welte1-1/+1
2010-01-10[OML] parse attributes depending on BTS typeHarald Welte1-0/+6
2009-12-24vty: sub-divide talloc contexts and include them in talloc reportHarald Welte1-0/+6
2009-12-23[statistics] Do the syncing to db from within the bsc_hackHolger Hans Peter Freyther1-0/+23
2009-12-22Import the new logging architectureHolger Hans Peter Freyther1-3/+11
2009-12-20remove hand full of 'extern ipacc_rtp_direct' definitionsHarald Welte1-1/+0
2009-12-19add --help message about --rtp-proxy argumentHarald Welte1-0/+1
2009-12-17[handover] first functional handover implementationHarald Welte1-0/+1
2009-12-06location updating reject cause now specified on VTY rather than command line ...Harald Welte1-5/+0
2009-12-06[bsc_hack] Ignore the sigpipe...Holger Hans Peter Freyther1-0/+1
2009-12-01Introduce new S_GLOBAL_SHUTDOWN signalHarald Welte1-0/+2
2009-08-17[bsc_init] Create a bsc_init.c that can be used for setting up hings.Holger Hans Peter Freyther1-1076/+20
2009-08-17actual code running at end of har2009Harald Welte (local)1-0/+13
2009-08-16trigger RRLP position requests after paging succeeded and after subscriber at...Harald Welte (local)1-0/+1
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-0/+1
2009-08-14allow vty to set periodic location updating timer t3212Harald Welte (local)1-2/+1
2009-08-13Merge commit 'har/laforge'Daniel Willmann1-5/+2
2009-08-13disable emergency call bit (i.e. cell does not support emergency call)Harald Welte1-4/+4
2009-08-13fix token auth implementationHarald Welte (local)1-0/+1
2009-08-13replace the command line option -a with the auth-policy config optionJan Luebbe1-4/+0
2009-08-13add 'ms max power' vty command to set the maximum MS power in dBmHarald Welte (local)1-1/+1
2009-08-12add help message about timestamp optionHarald Welte1-0/+1
2009-08-12patch power reduction into NM attributesHarald Welte1-0/+4
2009-08-12patch the SI and NM attr tables independentlyHarald Welte1-23/+39
2009-08-12set nominal TRX power for BS-11 and nanoBTSHarald Welte (local)1-0/+9
2009-08-12implement bts->cell_barred feature, configurable in VTYHarald Welte (local)1-0/+16
2009-08-10Merge commit 'origin/master'Harald Welte1-3/+4
2009-08-10bsc_hack.c: Unconditionally listen for the nanoBTSHolger Hans Peter Freyther1-3/+4
2009-08-10BS11: send measurement report every 5 SACCH framesHarald Welte1-1/+1
2009-08-10perform A-bis OML configuration based on config fileHarald Welte1-124/+77
2009-08-10bsc_hack.c: Explain why the program will exit...Holger Hans Peter Freyther1-1/+3
2009-08-10bsc_hack.c: Allow to use a different file for the config fileHolger Hans Peter Freyther1-2/+8
2009-08-09chane TRX0/TS0 channel combination to not include a CBCHHarald Welte1-3/+3
2009-08-09Merge branch 'master' into config_fileHarald Welte1-0/+5
2009-08-09move ms_pwr utility function to gsm_utils.cHarald Welte1-1/+2
2009-08-09configure MS CCH max power IEI of SI3 and SI4 to 20dBM (100mW)Harald Welte1-0/+4
2009-08-08the actual config file code (not just config files)Harald Welte1-169/+38
2009-08-07in case of SIGABRT, don't exit(0) and thus prevent creating a core fileHarald Welte1-1/+3
2009-08-06introduce '-2' commandline option for second BS-11Harald Welte1-4/+27
2009-08-06shut down the OML (and thus the BTS) when bsc_hack is terminated with ctrl+cHarald Welte1-2/+6
2009-08-06only set BCCH INFO on first TRX (C0) of BTSHarald Welte1-4/+6
2009-08-06use HARDCODED_BTSn_TS defines from bsc_hack.cHarald Welte1-19/+36
2009-08-04fix initialization of TRX1 / TS0Harald Welte1-5/+5
2009-07-29complete TRX1 support for BS11Harald Welte1-19/+89
2009-07-28add RTP proxy mode for ip.accessHarald Welte1-1/+6
2009-07-21allow user to set BSIC and TSC from command lineHarald Welte1-4/+19
2009-07-18some more comments for BS11 attributesHarald Welte1-35/+36
2009-07-16bsc_hack.c: Make adding of (nano)BTS to the network dynamicHolger Hans Peter Freyther1-13/+40