aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-04sgsn: Show the QoS that has been assignedjerlbeck/wip/gprs-gsup-fixesHolger Hans Peter Freyther1-1/+2
2015-05-04sgsn: Dump the E164 (encoded) assigned to the subscriberHolger Hans Peter Freyther1-0/+5
2015-05-04sgsn: Handle different levels of QoSHolger Hans Peter Freyther1-5/+12
2015-05-04sgsn: Store subscribed QoS and attempt to use itHolger Hans Peter Freyther5-4/+41
2015-05-04sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther4-2/+36
2015-05-04gsup: Extract the QoS fieldHolger Hans Peter Freyther3-1/+15
2015-05-04gsup: Extract the new MSISDN stringHolger Hans Peter Freyther3-0/+17
2015-05-04gsup: Specify the QoS service for the PDP infoHolger Hans Peter Freyther1-0/+18
2015-05-04gsup: Document passing MSISDN as part of the responseHolger Hans Peter Freyther1-0/+22
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
2015-05-03filter: Move the con_type into the filter_stateHolger Hans Peter Freyther11-52/+54
2015-05-03filter: Move from DNAT to DFILTER categoryHolger Hans Peter Freyther3-12/+18
2015-05-03filter: Remove bsc_connection from the filter APIHolger Hans Peter Freyther3-37/+37
2015-05-03filter: Remove nat_sccp_connection from public APIHolger Hans Peter Freyther7-27/+35
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 Freyther6-57/+130
2015-05-03filter: More renaming and remove of "NAT" from itHolger Hans Peter Freyther5-41/+41
2015-05-03filter: Rename BSC to LOCAL and NAT to GLOBALHolger Hans Peter Freyther3-6/+6
2015-05-03filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther9-63/+63
2015-05-03filter: Cease out "struct bsc_nat" from the APIHolger Hans Peter Freyther7-26/+24
2015-05-03filter: Move VTY code into the filter moduleHolger Hans Peter Freyther4-111/+149
2015-05-03filter: Move the access list management aroundHolger Hans Peter Freyther6-97/+128
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther9-59/+80
2015-05-03filter: Move the gsm 04.08 filter to a common placeHolger Hans Peter Freyther6-4/+16
2015-05-02mgcp: Fix compiler warning on 64bit buildsHolger Hans Peter Freyther1-1/+1
2015-04-29Merge branch 'zecke/features/no-queue'Holger Hans Peter Freyther12-333/+117
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther10-201/+102
2015-04-29sub: Remove introspection of the "channel queue"Holger Hans Peter Freyther3-127/+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-29debian: Do not depend on shared libraries directlyHolger Hans Peter Freyther1-7/+7
2015-04-29mgcp/test: Fix mgcp-transcoding assertion (Coverity)Jacob Erlbeck1-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 Freyther3-0/+56
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 Freyther7-6/+68
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 Freyther4-16/+16
2015-04-23debian: meas2pcap requires libpcap-dev unconditionallyHolger Hans Peter Freyther1-1/+1
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 Erlbeck2-0/+40
2015-04-07gprs: Fix GSUP cancel_type handling (Coverity)Jacob Erlbeck2-1/+14
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