aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc_hack.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01remove misleading debug messagesHarald Welte1-6/+3
2009-05-01make sure we terminate bsc_hack if the OML/RSL listening sockets cannot be cr...Harald Welte1-2/+1
2009-05-01Fix long-standing bug: nanoBTS now even works after cold boot (first time aft...Harald Welte1-20/+48
2009-05-01no need to make gsmnet structure non-static (fix from last commit)Harald Welte1-1/+1
2009-05-01* Add support for multiple ip.access nanoBTS at one BSCHarald Welte1-17/+36
2009-05-01abis_nm wants to use bts->bts_nr (the number of the BTS in the OML link) ratherHarald Welte1-9/+9
2009-04-22[misdn] Add option to automatically release layer2 on exitHolger Freyther1-2/+8
2009-04-22[bsc_hack] Allow to select the cardnr defaulting to number 0Holger Freyther1-2/+8
2009-04-22[bsc_hack] Allow to set the location area codeHolger Freyther1-2/+8
2009-04-19[bsc_hack] House keeping, remove dead codeHolger Freyther1-7/+0
2009-04-19[db] Keep track of the current gsm_networkHolger Freyther1-1/+1
2009-04-19[bsc_hack] Initialize db as part of the networkHolger Freyther1-12/+12
2009-03-31[e1] Enable dumping of LAPD frames againHolger Freyther1-5/+1
2009-03-10move is_ipaccess_bts() and parse_btstype9) to gsm_data.cHarald Welte1-18/+1
2009-03-09[misc] Fix compile warnings...Holger Freyther1-0/+3
2009-02-24fix non-randomness of TMSI by seeding the PRNG. Later we should use opensslHarald Welte1-0/+3
2009-02-24enable IMSI ATTACH/DETACHHarald Welte1-1/+1
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