aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-01Do not call rsl_chan_release directly but use the use_count of the lchanHolger Freyther2-15/+17
2009-01-01Speculative fix for not sending LOCATION UPDATING REJECTHolger Freyther1-0/+2
2009-01-01add signal handlers for clean shutdown of BTS via OML on shutdown of programHarald Welte1-0/+46
2009-01-01get rid of some more gcc warningsHarald Welte1-2/+2
2009-01-01get rid of gcc warnings about function prototypeHarald Welte1-2/+5
2009-01-01add missing string.h includeHarald Welte1-0/+1
2009-01-01don't return a value in a void functionHarald Welte1-1/+1
2008-12-31* fix check for null-pointer in release_loc_updating_req()Harald Welte1-3/+3
2008-12-31Move the db_test.c to a specific test directoryHolger Freyther2-71/+1
2008-12-31Introduce logical updating request operation on the gsm_lchanHolger Freyther1-29/+60
2008-12-31We have freed the channel there is no subscriber associated anymoreHolger Freyther1-0/+1
2008-12-31Add an option to set the global reject causeHolger Freyther2-3/+13
2008-12-31Fix the compile the timer got renamedHolger Freyther1-2/+2
2008-12-30Recylce a gsm_lchan when the refcount drops to zeroHolger Freyther2-4/+54
2008-12-30Document where Channel release is coming fromHolger Freyther1-0/+1
2008-12-30Fix indenting... use tabs hereHolger Freyther1-4/+4
2008-12-30* add network name information to GSM networkHarald Welte1-1/+7
2008-12-30* fix IMSI parsing of last two digitsHarald Welte1-11/+105
2008-12-30Add an option to allow everyone to the network.Holger Freyther2-3/+25
2008-12-30Fix regression and send the accept message againHolger Freyther1-0/+1
2008-12-30Channel opened not from a PAGING COMMAND... remove messageHolger Freyther1-1/+0
2008-12-30use 'ALL YOUR PHONE ARE BELONG TO US' as SMSHarald Welte1-3/+3
2008-12-30export debug_flagsHarald Welte1-1/+1
2008-12-30update the timestamp in the dbHarald Welte1-0/+8
2008-12-30suppress hexdumps for better console readabilityHarald Welte1-13/+18
2008-12-30add missing return statementHarald Welte1-1/+2
2008-12-30Nothing to see here, move along;Daniel Willmann1-1/+1
2008-12-30Change TPDU of welcome messageDaniel Willmann1-2/+18
2008-12-30Fix documentation so one is finding it in GSM04.08Holger Freyther1-4/+4
2008-12-29Introduce new callbacks, remember that we have LOC UPD REQ, reject things onl...Holger Freyther2-26/+55
2008-12-29Regenerate a valid TPDU and send it at first registrationDaniel Willmann2-5/+4
2008-12-29Send real SMSC noDaniel Willmann1-2/+11
2008-12-29Up on call released release the channel and take the next itemHolger Freyther2-0/+14
2008-12-29Initiate a call once we have a channel assignedHolger Freyther1-0/+5
2008-12-29Add RPDU lengthDaniel Willmann1-1/+5
2008-12-29Unite the acked/nacked handling in a common response...Holger Freyther2-38/+19
2008-12-29Inform the bsc about acked or nacked channels...Holger Freyther2-0/+68
2008-12-29Add callback for allocated lchannelsHolger Freyther2-5/+31
2008-12-29Remove duplicate call... semantic should stay the sameHolger Freyther1-1/+0
2008-12-29Improve page command handling in the bsc_hackHolger Freyther2-30/+73
2008-12-29[gsm_04_08] Do not automatically initiate a callHolger Freyther1-3/+3
2008-12-29fix big memory leak in E1 TS2 handlingHarald Welte1-0/+3
2008-12-29Implement sending SMS and send one on network registrationDaniel Willmann2-0/+50
2008-12-29Documentation update and where we found the informationHarald Welte1-1/+1
2008-12-29Print channel requests coming from paging command, print the reason in every ...Harald Welte1-2/+8
2008-12-29Create request channel reason to see channel requests originating from PAGHarald Welte1-0/+29
2008-12-29debug: Create a region for Paging CommandHarald Welte1-0/+1
2008-12-29Print out info about CP-ERRORDaniel Willmann1-0/+4
2008-12-29RP-ACK needs to be sent in a CP-DATADaniel Willmann1-4/+7
2008-12-29Send transaction index when sending an CP-ACKDaniel Willmann1-5/+7