aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-01-19don't logon twiceHarald Welte1-2/+2
2009-01-18add bs11_config as LMT alternativeHarald Welte2-1/+374
2009-01-18abis_nm_reset_resource is a bs11 specific functionHarald Welte1-3/+3
2009-01-18Implementation of GSM12.21 LOAD SOFTWARE (BS11 dialect thereof)Harald Welte1-14/+300
2009-01-18add BTS TYPE field to facilitate future non-BS11 BTS supportHarald Welte1-0/+1
2009-01-18abis_nm: use correct length in 08.59 OML header for all messagesHarald Welte1-14/+9
2009-01-18abis_nm: more BS11 specific messages for configurationHarald Welte1-11/+44
2009-01-18* prefix all BS11 specific OML functions with proper nameHarald Welte2-12/+83
2009-01-18add some more BS11 specific OML definitions Harald Welte1-1/+1
2009-01-11fix typoHarald Welte1-1/+1
2009-01-10If there is already a subscriber and it does not equal to us -> moanHarald Welte1-0/+5
2009-01-10Make mi_to_string parse the TMSI we generate, finish CM Service Request imple...Harald Welte1-10/+27
2009-01-10Start working on CM Service RequestHarald Welte1-5/+51
2009-01-09Reset the use_count to zero in chan_freeHarald Welte1-0/+5
2009-01-09Use use_lchan/put_lchan for call handling to keep the channel upHarald Welte1-1/+6
2009-01-09Print the refcount of the lchan as wellHarald Welte1-1/+2
2009-01-06[paging] Page pagegroup one...Harald Welte1-0/+19
2009-01-06Hook the paging code into bsc_hack.c and telnet_interface.cHarald Welte3-2/+54
2009-01-06Start creating a paging layer...Harald Welte2-1/+84
2009-01-06Handle TMSI reallocation complete by printing the subscriberHarald Welte1-1/+6
2009-01-06Allow to set a different ARFCNHarald Welte1-3/+24
2009-01-06Tabs no Spaces... at least hereHarald Welte1-1/+1
2009-01-05add initializer function for subchan_demuxHarald Welte1-0/+13
2009-01-05* add function to change c-bits in TRAU frame from uplink to downlinkHarald Welte1-4/+118
2009-01-05handle IDLE speech frames in trau_frame codeHarald Welte1-0/+3
2009-01-05make sure we build (even if not use) subchan_demux and trau_frame codeHarald Welte1-1/+2
2009-01-05add (untested) TRAU frame decoder with support for FR/EFR and AMRHarald Welte1-0/+115
2009-01-05add (untested) 16kbit E1 sub-channel demux with TRAU frame syncHarald Welte1-0/+166
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther9-299/+49
2009-01-04Be able to initiate paging from the telnet interfaceHolger Freyther2-4/+32
2009-01-04Fix warningHolger Freyther1-1/+1
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