aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-12-28Add SMS (GSM 04.11) testing programDaniel Willmann1-1/+2
2008-12-28Start implementing GSM 04.11 (short message service)Daniel Willmann3-8/+85
2008-12-27add extension field to subscriber struct and name column to dbJan Luebbe2-19/+63
2008-12-27fix TMSI length in Mobile Identity IE of LOCATION UPDATE ACCEPTHarald Welte1-1/+1
2008-12-27SMS stubHarald Welte1-2/+13
2008-12-27* add database handlingHarald Welte7-26/+127
2008-12-27* fix location update reject (actually reject, not accept)Harald Welte1-1/+1
2008-12-27* release channel after LOCATION UPDATE REJECTHarald Welte1-0/+1
2008-12-27* fix sending of wrong message discriminator for dedicated channel RSL msgsHarald Welte1-64/+14
2008-12-27also track creation and update time for subscriber and equipmentJan Luebbe1-7/+11
2008-12-27add a equipment tableJan Luebbe2-20/+95
2008-12-27add authorized state to subscribers in dbJan Luebbe1-8/+7
2008-12-27hack to write TS2 frames to a file Harald Welte2-4/+76
2008-12-27add minimal MO call state transitionsHarald Welte1-74/+133
2008-12-27remove db debug outputJan Luebbe1-7/+0
2008-12-27rewrite db backendJan Luebbe3-187/+223
2008-12-27Use getopt in the bsc_hack to parse optionsHolger Freyther2-0/+58
2008-12-27Prefix debug symbols with debug_ to reduce the namesapce pollutionHolger Freyther1-1/+1
2008-12-27Assign colors to the different categoriesHolger Freyther1-7/+22
2008-12-27Add code to parse a debug category stringHolger Freyther1-0/+48
2008-12-27fix typoHarald Welte1-1/+1
2008-12-27reduce usleep time for RSL to 10msHarald Welte1-1/+1
2008-12-27Send IDENTITY REQUEST after LOCATION UPDATE REQUESTHarald Welte1-10/+51
2008-12-27* lchan_free() the channels that we RF_CHAN_RELEASEHarald Welte1-0/+3
2008-12-27Move the debug code to a separate debug.cHolger Freyther3-26/+53
2008-12-27* send RF CHANNEL RELEASE if we get CONNECTION FAIL INDICATIONHarald Welte1-1/+2
2008-12-27* translate MOBILE IDENTITY into stringHarald Welte1-3/+60
2008-12-27send RF CHANNEL RELEASE upon RELEASE INDICATION from BTSHarald Welte1-1/+1
2008-12-27Introduce a simple timer API....Holger Freyther3-15/+189
2008-12-27misdn.h forward declare mi_setupHolger Freyther1-0/+1
2008-12-27Fix warning and return an error codeHolger Freyther1-0/+2
2008-12-27whcih -> whichHolger Freyther1-1/+1
2008-12-27now we get up to the SETUP of MO callsHarald Welte3-24/+204
2008-12-27db: add GPL headers and integrate with autofooJan Luebbe4-26/+44
2008-12-27add first sketch of a DB backendJan Luebbe3-0/+252
2008-12-26working state up to location update and classmark inquiryHarald Welte7-28/+79
2008-12-26Send OML messages to OML TEI/SAPI, not RSL :)Harald Welte1-5/+4
2008-12-26this is the first version that actually talks to the BTSHarald Welte5-33/+98
2008-12-26add debugp() function to fulfill link dependency and build executableHarald Welte1-3/+36
2008-12-26free incoming msg after processing by RSLHarald Welte1-0/+1
2008-12-25free() the outgoing msg's after they've been sent to the kernelHarald Welte1-0/+2
2008-12-25add channel allocator to makefileHarald Welte1-1/+1
2008-12-25no reasonable commit message possible. tons of changes of the last 2 daysHarald Welte10-148/+691
2008-12-23autoconfHarald Welte1-0/+7
2008-12-23initial commit of current OpenBSC stateHarald Welte9-0/+2314