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