aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-24rtp_proxy: Fix out of bound access when AMR is enabled.fairwaves/dynamic-rtp-pt-fixAlexander Chemeris1-2/+4
2015-11-24rtp_proxy: Use actual codec type instead of payload type.Alexander Chemeris1-1/+1
2015-11-24rtp_proxy: Don't try to guess codec by payload type - it'll be wrong anyway.Alexander Chemeris1-9/+0
2015-11-24rtp_proxy: Always pass RTP codec into rtp_decode().Alexander Chemeris1-1/+1
2015-11-24rtp_proxy: Fix debug output for rtp_socket_upstream().Alexander Chemeris1-2/+2
2015-11-24rtp_proxy: Pass RTP message type to rtp_socket_upstream().Alexander Chemeris3-4/+40
2015-08-21debian: Update changelog to 0.14.0-fw.3Alexander Chemeris1-0/+7
2015-08-21utils: Support new fields in the v1 of meas_feed in meas_json.Alexander Chemeris2-4/+24
2015-08-20msc: Add channel information to the meas_feed, bump version to v1.Alexander Chemeris2-1/+22
2015-08-20debian: Update changelog to 0.14.0-fw.2fairwaves/0.14.0-fw.2Ivan Kluchnikov1-0/+6
2015-08-20sms: Do not go through the routing a second timeHolger Hans Peter Freyther1-1/+7
2015-08-20sms: Add a way to always route SMS through SMPP systemsHolger Hans Peter Freyther5-0/+73
2015-08-20sms: Simplify the return handling for SMPP routes/unroutableHolger Hans Peter Freyther1-2/+1
2015-08-20sms: Put the try_deliver into the header fileHolger Hans Peter Freyther2-2/+8
2015-08-20sms: Move the routing of the sms to a separate functionHolger Hans Peter Freyther1-39/+50
2015-07-30fix: extension-prefix equal to 0 is used as default valueIvan Kluchnikov1-1/+1
2015-07-27debian: Update changelog to 0.14.0-fw.1fairwaves/0.14.0-fw.1Ivan Kluchnikov1-0/+7
2015-07-27utils: 'meas_json' utility to convert measurement feed into a JSON feed.Alexander Chemeris3-1/+175
2015-07-22sub: Add the ability to set prefix for randomly generated extensionsIvan Kluchnikov7-13/+33
2015-07-22debian: osmocom-meas-utils should not depend on -dev packagesIvan Kluchnikov1-2/+2
2015-05-30libbsc: Update a BTS's SIs when ms_max_power is changed from VTY.Alexander Chemeris1-0/+8
2015-05-30libbsc: Abstract out SIs update/generation for a BTS into a separate function.Alexander Chemeris3-14/+28
2015-05-30debian: Add osmocom-meas-utils packageIvan Kluchnikov3-2/+21
2015-05-27libmsc: Update 'max_power_red' VTY command.Alexander Chemeris1-9/+24
2015-05-27debian: build only osmo-nitb packageIvan Kluchnikov3-99/+3
2015-05-26gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging s...Ivan Kluchnikov1-3/+2
2015-05-26osmo-nitb support for codec negotiationAndreas Eversberg5-71/+111
2015-05-26If requested TCH/H channel is not available, try assigning TCH/FAndreas Eversberg1-0/+10
2015-05-26Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg1-1/+1
2015-05-26Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg9-42/+474
2015-05-26Drop bad speech frames rather than forwarding them via RTPAndreas Eversberg1-0/+9
2015-05-26Add check for non existing lchan at tch_frame_down()Andreas Eversberg1-0/+4
2015-05-26Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg1-0/+4
2015-05-26Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg4-3/+33
2015-05-26Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg4-18/+46
2015-05-26Add traffic forwarding via RTP to remote applicationAndreas Eversberg15-43/+253
2015-05-05Merge branch 'zecke/features/gprs-gsup-fixes'Holger Hans Peter Freyther11-10/+170
2015-05-05sgsn: Show the QoS that has been assignedHolger Hans Peter Freyther1-1/+2
2015-05-05sgsn: Dump the E164 (encoded) assigned to the subscriberHolger Hans Peter Freyther1-0/+5
2015-05-05sgsn: Handle different levels of QoSHolger Hans Peter Freyther1-5/+12
2015-05-05sgsn: Store subscribed QoS and attempt to use itHolger Hans Peter Freyther5-4/+41
2015-05-05sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther4-2/+36
2015-05-05gsup: Extract the QoS fieldHolger Hans Peter Freyther3-1/+15
2015-05-05gsup: Extract the new MSISDN stringHolger Hans Peter Freyther3-0/+17
2015-05-05gsup: Specify the QoS service for the PDP infoHolger Hans Peter Freyther1-0/+22
2015-05-05gsup: Document passing MSISDN as part of the responseHolger Hans Peter Freyther1-0/+23
2015-05-03Merge branch 'zecke/features/acc-list'Holger Hans Peter Freyther28-713/+1098
2015-05-03bsc: Send a LU Reject in case it has been filteredHolger Hans Peter Freyther1-8/+42
2015-05-03bsc: Add access list filtering to the BSCHolger Hans Peter Freyther4-4/+63
2015-05-03bsc: Add access lists to the MSC and the BSCHolger Hans Peter Freyther6-2/+84