aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Export the gsm0411 alloc and send functionHolger Freyther1-2/+2
2009-01-04Some simple size check. We would not overflow but would send garbageHolger Freyther1-0/+7
2009-01-04make use of new functions to print string chreq reason and lchan typeHarald Welte1-2/+3
2009-01-04use get_[lp]chan_name() functions for telnet interfaceHarald Welte1-4/+4
2009-01-04functions to convert lchan/pchan type into human-readable stringHarald Welte1-0/+50
2009-01-04Add some functions to CREATE OBJECTs in the BS-11 internal databaseHarald Welte1-0/+39
2009-01-04Implement sending custm GSM 04.08 commandsHolger Freyther1-2/+24
2009-01-04Make gsm48_sendmsg public as wellHolger Freyther1-1/+1
2009-01-04Make gsm48_msgb_alloc public and usable for the telnet_interfaceHolger Freyther1-1/+1
2009-01-04Implement the call command...Holger Freyther1-1/+12
2009-01-04Implement put_channel/get_channel, save on which bts we currently operateHolger Freyther1-2/+42
2009-01-04Add implementation to find a lchan by the struct gsm_subscriberHolger Freyther1-0/+16
2009-01-04Define the gsm_subscriber getter functions in the headerHolger Freyther1-2/+2
2009-01-04Add a show command to list the channel allocationHolger Freyther2-0/+65
2009-01-03define and use enum values for BS11 (or Siemens?) specific OML message typesHarald Welte1-3/+3
2009-01-03use NM_MT_* enum instead of hard-coded valuesHarald Welte1-2/+2
2009-01-03Make wireshark happy.Holger Freyther1-1/+1
2009-01-03Go through del_timer otherwise in_list will not be reset leading to crashes...Harald Welte1-1/+1
2009-01-03Readd the dummy lapd header... this gives valid TEI/SAPI informationHarald Welte1-2/+22
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