aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-27libmsc: Update 'max_power_red' VTY command.Alexander Chemeris1-9/+24
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 Eversberg3-65/+107
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 Eversberg6-38/+459
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 Eversberg3-3/+19
2015-05-26Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg2-18/+42
2015-05-26Add traffic forwarding via RTP to remote applicationAndreas Eversberg9-40/+222
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 Freyther3-4/+38
2015-05-05sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther2-2/+24
2015-05-05gsup: Extract the QoS fieldHolger Hans Peter Freyther1-0/+10
2015-05-05gsup: Extract the new MSISDN stringHolger Hans Peter Freyther1-0/+11
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 Freyther3-4/+61
2015-05-03bsc: Add access lists to the MSC and the BSCHolger Hans Peter Freyther3-2/+72
2015-05-03filter: Move the con_type into the filter_stateHolger Hans Peter Freyther7-30/+31
2015-05-03filter: Move from DNAT to DFILTER categoryHolger Hans Peter Freyther2-12/+17
2015-05-03filter: Remove bsc_connection from the filter APIHolger Hans Peter Freyther2-32/+26
2015-05-03filter: Remove nat_sccp_connection from public APIHolger Hans Peter Freyther4-21/+24
2015-05-03filter: Remove the bsc_connection from the internal functionsHolger Hans Peter Freyther1-6/+6
2015-05-03filter: Put all the parameters in a struct to avoid order issuesHolger Hans Peter Freyther1-19/+31
2015-05-03filter: Remove NAT knowledge from auth_imsiHolger Hans Peter Freyther1-8/+17
2015-05-03filter: Separate SCCP/BSSAP extraction and gsm48 codeHolger Hans Peter Freyther3-52/+113
2015-05-03filter: More renaming and remove of "NAT" from itHolger Hans Peter Freyther3-23/+23
2015-05-03filter: Rename BSC to LOCAL and NAT to GLOBALHolger Hans Peter Freyther2-4/+4
2015-05-03filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther7-48/+48
2015-05-03filter: Cease out "struct bsc_nat" from the APIHolger Hans Peter Freyther5-20/+19
2015-05-03filter: Move VTY code into the filter moduleHolger Hans Peter Freyther3-111/+145
2015-05-03filter: Move the access list management aroundHolger Hans Peter Freyther4-89/+119
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther5-2/+7
2015-05-03filter: Move the gsm 04.08 filter to a common placeHolger Hans Peter Freyther4-2/+12
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther6-190/+84
2015-04-29sub: Remove introspection of the "channel queue"Holger Hans Peter Freyther2-122/+4
2015-04-29sub: Remove paging requests before dispatchingHolger Hans Peter Freyther1-4/+10
2015-04-29mncc: Select the codec similar to the modify handlingHolger Hans Peter Freyther1-1/+1
2015-04-28mgcp: Move assignment of src_codec downwardsJacob Erlbeck1-1/+2
2015-04-24mgcp: Allow to disable transcoding for trunksHolger Hans Peter Freyther2-0/+54
2015-04-24mgcp: Ignore the case for finding a codecHolger Hans Peter Freyther1-5/+5
2015-04-23nat: Make mode-set patching optionalHolger Hans Peter Freyther3-4/+32
2015-04-23sgsn/gtp: Fill out the optional RAT typeHolger Hans Peter Freyther1-0/+5
2015-04-23misc: Fix warnings about size of size_t in printfHolger Hans Peter Freyther2-6/+6
2015-04-10nitb: Fix IMSI/IMEI buffer handling (Coverity)Jacob Erlbeck3-5/+4
2015-04-07nitb: Check source string length before calling strncpy (Coverity)Jacob Erlbeck1-0/+14