aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-03Dump something that can be read by wiresharkHarald Welte1-30/+22
2009-01-03Use the right network/link type, prepend the vISDN header...Harald Welte1-4/+24
2009-01-03Write the pcap packet header first :)Harald Welte1-1/+1
2009-01-02Add new management function to struct timer_listHarald Welte1-2/+4
2009-01-02Add simplistic telnet control interfaceHolger Freyther4-1/+377
2009-01-02Use the _safe variant as a bsc_unregister_fd might be called from within the ...Holger Freyther1-2/+2
2009-01-02Write only actual data into the pcap fileHolger Freyther1-1/+1
2009-01-02Attempt to put the time into the pcap packet recordHolger Freyther1-0/+7
2009-01-02Add the option to write the communication on the D Channel to a pcap fileHolger Freyther2-1/+110
2009-01-01Document where to find the how to determine the paging groupHolger Freyther2-8/+1
2009-01-01Change the subscriber and database backendHolger Freyther3-54/+83
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