aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc_hack.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-2125C3 is over, so call our network OpenBSCHarald Welte1-2/+2
2009-02-18use official TCH/F for initial channel modes rather than BS-11 specific 0x09Harald Welte1-7/+7
2009-02-17don't reduce power quite as much to make sure we still get a singal (bs-11) a...Harald Welte1-5/+5
2009-02-15* use more constants to name the various BTS/TRX/... attributesHarald Welte1-31/+80
2009-02-15support non-123 ARFCN on nonoBTSHarald Welte1-1/+8
2009-02-15* use the correct BCCH channel type for nanoBTSHarald Welte1-33/+5
2009-02-15Add support for ip.access RSL link on port 3003Harald Welte1-0/+8
2009-02-15* add bsc_hack commandline argument to select BTS typeHarald Welte1-12/+199
2009-02-11[ccch load] Enable notifications for CCCH/PAGING LOAD againHolger Freyther1-2/+2
2009-02-10* fill the e1_link member of every bts_trx_ts structureHarald Welte1-1/+10
2009-02-09[paging] Cleanup page -> paging in function namesHolger Freyther1-1/+1
2009-02-09* add trau_mux implementation to relay from one incoming TRAUHarald Welte1-11/+27
2009-02-07make sure certain functions are per TRX, not per BTS, such asHarald Welte1-7/+7
2009-02-06[paging] Move the paging state into struct gsm_btsHolger Freyther1-3/+2
2009-02-06increase CCCH LOAD indication threshold to 50% to remove lots of noiseHarald Welte1-2/+2
2009-02-04[paging] Keep a copy of the Control Channel Description in the bts structHolger Freyther1-0/+11
2009-02-01Enable CCCH LOAD INDICATION always, from 0% upwards, and report it every secondHarald Welte1-3/+3
2009-01-18abis_nm_reset_resource is a bs11 specific functionHarald Welte1-3/+3
2009-01-18* prefix all BS11 specific OML functions with proper nameHarald Welte1-6/+6
2009-01-06Hook the paging code into bsc_hack.c and telnet_interface.cHarald Welte1-0/+11
2009-01-06Allow to set a different ARFCNHarald Welte1-3/+24
2009-01-06Tabs no Spaces... at least hereHarald Welte1-1/+1
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-215/+0
2009-01-02Add simplistic telnet control interfaceHolger Freyther1-0/+3
2009-01-02Add the option to write the communication on the D Channel to a pcap fileHolger Freyther1-1/+22
2009-01-01Document where to find the how to determine the paging groupHolger Freyther1-0/+1
2009-01-01add signal handlers for clean shutdown of BTS via OML on shutdown of programHarald Welte1-0/+46
2009-01-01don't return a value in a void functionHarald Welte1-1/+1
2008-12-31Add an option to set the global reject causeHolger Freyther1-1/+6
2008-12-30* add network name information to GSM networkHarald Welte1-1/+7
2008-12-30Add an option to allow everyone to the network.Holger Freyther1-1/+6
2008-12-30Channel opened not from a PAGING COMMAND... remove messageHolger Freyther1-1/+0
2008-12-29Introduce new callbacks, remember that we have LOC UPD REQ, reject things onl...Holger Freyther1-6/+23
2008-12-29Up on call released release the channel and take the next itemHolger Freyther1-0/+11
2008-12-29Initiate a call once we have a channel assignedHolger Freyther1-0/+5
2008-12-29Unite the acked/nacked handling in a common response...Holger Freyther1-34/+15
2008-12-29Inform the bsc about acked or nacked channels...Holger Freyther1-0/+53
2008-12-29Add callback for allocated lchannelsHolger Freyther1-0/+24
2008-12-29Improve page command handling in the bsc_hackHolger Freyther1-29/+63
2008-12-29Documentation update and where we found the informationHarald Welte1-1/+1
2008-12-29disable paging, send SETUP after LOCATION UPDATE ACCEPTHarald Welte1-0/+2
2008-12-28* use 16bit for network and country codeHarald Welte1-7/+8
2008-12-28make it optional where the hlr database is storedHolger Freyther1-1/+7
2008-12-28Add the new options to the getopt_long call as wellHolger Freyther1-1/+1
2008-12-28Fix compile, on rebase the static_assert change got lost...Harald Welte1-2/+2
2008-12-28[bsc_hack] Patch the tables before we setup the rslHolger Freyther1-15/+31
2008-12-28[bsc_hack] Start to understand the SI packages we sendHolger Freyther1-14/+31
2008-12-28[bsc_hack] Make sure that the newly defined structs match the current packetsHolger Freyther1-0/+7
2008-12-28bsc_hack: Add command line parameter to set the MCC and MNCHolger Freyther1-4/+28
2008-12-28working state up to location update and classmark inquiryHarald Welte1-0/+74