aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-07gprs: Fix GSUP cancel_type handling (Coverity)Jacob Erlbeck1-1/+2
2015-04-07nat: Fix timeslot range in 'show bsc mgcp' VTY commandJacob Erlbeck1-1/+1
2015-04-07nat: Check for the access list in set command as wellHolger Hans Peter Freyther1-1/+8
2015-04-07nat: Check the con->imsi for the tracked IMSIHolger Hans Peter Freyther1-2/+2
2015-04-05nat: Add ctrl command to save the configurationHolger Hans Peter Freyther1-0/+31
2015-04-05nat: Add a ctrl command to add to an existing ACC listHolger Hans Peter Freyther1-0/+62
2015-04-05nat: Inform others if an IMSI is rejectedHolger Hans Peter Freyther2-0/+22
2015-04-05nat: The reject cause of "-1" has failure meaning, change itHolger Hans Peter Freyther1-1/+1
2015-04-04bts: "Repair" broken channels if we receive the release ackHolger Hans Peter Freyther1-3/+14
2015-04-01bsc: Change paging strategy based on override or notHolger Hans Peter Freyther1-6/+16
2015-04-01bsc: In preparation to the MT lac/ci patching split the codeHolger Hans Peter Freyther1-11/+21
2015-04-01bsc: Allow to use different LAC/CI for the core-networkHolger Hans Peter Freyther4-6/+66
2015-03-29libmgcp: Fail if transcoding can't be configuredHolger Hans Peter Freyther1-10/+14
2015-03-28write_queue: Check the result of osmo_wqueue_enqueue and freeHolger Hans Peter Freyther3-3/+16
2015-03-28rtp: Fixed problem of mute audio on some callsAndreas Eversberg1-1/+10