aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-28working state up to location update and classmark inquiryHarald Welte6-15/+113
2008-12-28Add SMS (GSM 04.11) testing programDaniel Willmann6-2/+59
2008-12-28Start implementing GSM 04.11 (short message service)Daniel Willmann6-12/+123
2008-12-27sms.txt: Analyze CP-DATA, RP-DATA, TPDUDaniel Willmann1-0/+32
2008-12-27Draft ideas for high level call handlingStefan Schmidt1-0/+64
2008-12-27add extension field to subscriber struct and name column to dbJan Luebbe3-19/+65
2008-12-27fix TMSI length in Mobile Identity IE of LOCATION UPDATE ACCEPTHarald Welte1-1/+1
2008-12-27smsHarald Welte1-0/+1
2008-12-27SMS stubHarald Welte3-4/+23
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 Luebbe4-20/+98
2008-12-27missing header file changesHarald Welte2-19/+28
2008-12-27add authorized state to subscribers in dbJan Luebbe2-8/+8
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 Luebbe5-208/+241
2008-12-27Use getopt in the bsc_hack to parse optionsHolger Freyther3-0/+59
2008-12-27Prefix debug symbols with debug_ to reduce the namesapce pollutionHolger Freyther3-4/+4
2008-12-27Assign colors to the different categoriesHolger Freyther1-7/+22
2008-12-27Add code to parse a debug category stringHolger Freyther6-1/+89
2008-12-27Make the test timer a noinst programHolger Freyther1-1/+1
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 Freyther9-17/+335
2008-12-27misdn.h forward declare mi_setupHolger Freyther2-0/+27
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 Welte6-26/+261
2008-12-27db: add GPL headers and integrate with autofooJan Luebbe6-27/+91
2008-12-27mISDN header filesHarald Welte2-0/+420
2008-12-27add first sketch of a DB backendJan Luebbe3-0/+252
2008-12-26working state up to location update and classmark inquiryHarald Welte10-29/+137
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 Welte8-40/+115
2008-12-26* fix DEBUGP defines, activate DEBUG functionalityHarald Welte2-2/+7
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