aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc_hack.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-27* add database handlingHarald Welte1-0/+12
2008-12-27Use getopt in the bsc_hack to parse optionsHolger Freyther1-0/+53
2008-12-27Move the debug code to a separate debug.cHolger Freyther1-25/+0
2008-12-27misdn.h forward declare mi_setupHolger Freyther1-0/+1
2008-12-26working state up to location update and classmark inquiryHarald Welte1-2/+17
2008-12-26this is the first version that actually talks to the BTSHarald Welte1-10/+34
2008-12-26add debugp() function to fulfill link dependency and build executableHarald Welte1-3/+36
2008-12-25no reasonable commit message possible. tons of changes of the last 2 daysHarald Welte1-5/+5
2008-12-23initial commit of current OpenBSC stateHarald Welte1-0/+543