aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-19[vty] Write out the neci configurationHolger Hans Peter Freyther1-0/+1
2009-11-19[lchan] RSL and RR need the multirate config, place it in the lchanHolger Hans Peter Freyther4-13/+18
2009-11-19[lchan] Fix the SAPI reset in the chan allocation...Holger Hans Peter Freyther1-1/+1
2009-11-19[gsm48] Send the IPA CRCX after the chan modify ackHolger Hans Peter Freyther1-6/+8
2009-11-19[ipa] Change names of RTP methods to follow MGCP namingHolger Hans Peter Freyther3-27/+27
2009-11-19misc: Add routine to generate backtrace from within the applicationHolger Hans Peter Freyther1-0/+19
2009-11-18Merge remote branch 'origin/master'Harald Welte9-28/+98
2009-11-18max_power_limit: the limit is 24 dB !Harald Welte1-1/+1
2009-11-17[gsm48] When picking AMR we need to supply the multirate configHolger Hans Peter Freyther2-5/+32
2009-11-17[neci] Separate handling of chan requested for paging anyHolger Hans Peter Freyther1-4/+6
2009-11-17[neci] Use the correct length when going over the arrayHolger Hans Peter Freyther1-6/+25
2009-11-17[paging] In expiration handling remove the request before doing the callbackHolger Hans Peter Freyther1-4/+10
2009-11-17Fix configuration file generationAndreas.Eversberg1-1/+1
2009-11-17[si] Make it possible to set the NECI value...Holger Hans Peter Freyther4-6/+22
2009-11-17[rsl] Improve error message when the lchan allocation is failingHolger Hans Peter Freyther1-1/+2
2009-11-17ipaccess-config.c: Spelling fix in the config modeHolger Hans Peter Freyther1-1/+1
2009-11-17[ipaccess] Fix spelling in the commentHolger Hans Peter Freyther1-1/+1
2009-11-17[telnet] Remove unused variables from the telnet interfaceHolger Hans Peter Freyther1-1/+0
2009-11-17fix some more compiler warningsHarald Welte3-2/+3
2009-11-17[abis_nm] avoid integer-to-pointer casting and associated gcc warningsHarald Welte3-6/+12
2009-11-17silent call: add header file for function prototypesHarald Welte1-0/+1
2009-11-14VTY (silent sms / sms): better error reportingHarald Welte1-4/+9
2009-11-14silent sms: make it silent again (type 64), fix subscriber refcount leakHarald Welte1-1/+5
2009-11-14Add "silent call" feature to OpenBSCHarald Welte3-2/+148
2009-11-14[VTY] restructure sms and silent sms commandsHarald Welte1-63/+32
2009-11-14[VTY] Add feature to send silent SMS from consoleHarald Welte1-4/+46
2009-11-13ipaccess-config: Print BCCH info test reportsHarald Welte1-3/+17
2009-11-13[OML] don't hexdump bcch infoHarald Welte1-2/+0
2009-11-13[OML] fix bugs in BCCH info parser for ip.accessHarald Welte1-3/+5
2009-11-13[OML] more verbose error reporting in case object instance unknownHarald Welte1-7/+21
2009-11-13[ip.access] Parse cell global ID as part of BCCH infoHarald Welte1-2/+21
2009-11-13make ipaccess-config compile again (remove duplicate testres_name definition)Harald Welte1-17/+0
2009-11-12ip.access: Introduce parser function for BCCH Info test resultHarald Welte1-0/+102
2009-11-12move 'struct value_string' and 'get_value_string()' to gsm_dataHarald Welte2-18/+13
2009-11-11[SMS] implement GSM340_TP_VPF_ABSOLUTESteffen Neubauer1-3/+50
2009-11-07change some identifiers from u_int64_t to unsigned long longHarald Welte1-1/+1
2009-11-06[mncc] Fix possible transaction/subscriber and real life subscriber leakHolger Hans Peter Freyther1-1/+6
2009-11-06vty: Do not leak the gsm_subscriberHolger Hans Peter Freyther1-0/+5
2009-10-30Merge remote branch 'origin/master'Harald Welte2-0/+7
2009-10-29ip.access: Header has a 16bit length in network byte orderSylvain Munaut1-5/+5
2009-10-29[lchan] Keep track which SAPIs has been established with the BTSHolger Hans Peter Freyther2-0/+7
2009-10-29[misc] Use talloc_zero instead of talloc and later memsetHolger Hans Peter Freyther3-14/+7
2009-10-27misc: Use NULL instead of integer value for a NULL pointerHolger Hans Peter Freyther1-2/+2
2009-10-27input/ipaccess.c: clang says ret might be uninitializedHolger Hans Peter Freyther1-1/+1
2009-10-27abis_nm.c: Remove duplicate entry from the tableHolger Hans Peter Freyther1-1/+0
2009-10-27[gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utilsHolger Hans Peter Freyther2-5/+37
2009-10-27[gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.cHolger Hans Peter Freyther2-42/+48
2009-10-27[gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utilsHolger Hans Peter Freyther2-0/+33
2009-10-27ipaccess-config: Introduce stream-id/oml_tei to make it work againHolger Hans Peter Freyther1-2/+9
2009-10-26[USSD] more whitespace fixesHarald Welte1-3/+3