aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-11-22[talloc] Provide a copy of strnlen on OSXHolger Hans Peter Freyther1-0/+9
2009-11-20[misc] Fix the make distcheckHolger Hans Peter Freyther2-2/+3
2009-11-20[contrib] Add a utility to convert an IE page to an enumHolger Hans Peter Freyther1-0/+37
2009-11-20[mgcp] Make the number of endpoints configurable...Holger Hans Peter Freyther2-1/+14
2009-11-20[mgcp] The nanoBTS is not binding a RTCP portHolger Hans Peter Freyther1-4/+2
2009-11-20[mgcp] The initialisation is done inside CRCX, remove hereHolger Hans Peter Freyther1-2/+0
2009-11-20[mgcp] Do not forward or find the BTS if the endpoint is unusedHolger Hans Peter Freyther1-0/+8
2009-11-20[mgcp] Add a show command for the mgcp...Holger Hans Peter Freyther1-0/+20
2009-11-20[mgcp] Fix writing the configuration fileHolger Hans Peter Freyther1-0/+4
2009-11-20[mgcp] Add telnet interface for mgcp.Holger Hans Peter Freyther2-4/+6
2009-11-20[mgcp] MGCP... update config file to use AMRHolger Hans Peter Freyther1-5/+6
2009-11-20[mgcp] Add option to route audio back to both endsHolger Hans Peter Freyther1-23/+36
2009-11-20[mgcp] Add a simple mgcp gateway used for the BSCHolger Hans Peter Freyther6-1/+1242
2009-11-20[sccp] Implement sending the Inactivity Test on a connection..Holger Hans Peter Freyther4-0/+55
2009-11-20[sccp] Implement parts of ITU SCCP for use in the A-InterfaceHolger Hans Peter Freyther10-3/+2396
2009-11-20[debug] Add a debug area for the MGCP code of On WavesHolger Hans Peter Freyther2-0/+3
2009-11-20[debug] Add a debug area for MSCHolger Hans Peter Freyther2-0/+2
2009-11-20[debug] Add a debug area for SCCPHolger Hans Peter Freyther2-0/+3
2009-11-19[vty] Remove tab to make the cell_identity nicely indentHolger Hans Peter Freyther1-1/+1
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 Freyther6-15/+23
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 Freyther5-43/+43
2009-11-19misc: Add routine to generate backtrace from within the applicationHolger Hans Peter Freyther3-0/+54
2009-11-18Merge remote branch 'origin/master'Harald Welte12-40/+123
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 Freyther3-7/+52
2009-11-17[neci] Separate handling of chan requested for paging anyHolger Hans Peter Freyther2-5/+8
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 Freyther6-8/+25
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 Freyther2-8/+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 Welte2-0/+8
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 Welte4-2/+162
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 Welte2-4/+6
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 Welte2-3/+31