aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sgsn: Show the QoS that has been assignedjerlbeck/wip/gprs-gsup-fixesHolger Hans Peter Freyther2015-05-041-1/+2
* sgsn: Dump the E164 (encoded) assigned to the subscriberHolger Hans Peter Freyther2015-05-041-0/+5
* sgsn: Handle different levels of QoSHolger Hans Peter Freyther2015-05-041-5/+12
* sgsn: Store subscribed QoS and attempt to use itHolger Hans Peter Freyther2015-05-045-4/+41
* sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther2015-05-044-2/+36
* gsup: Extract the QoS fieldHolger Hans Peter Freyther2015-05-043-1/+15
* gsup: Extract the new MSISDN stringHolger Hans Peter Freyther2015-05-043-0/+17
* gsup: Specify the QoS service for the PDP infoHolger Hans Peter Freyther2015-05-041-0/+18
* gsup: Document passing MSISDN as part of the responseHolger Hans Peter Freyther2015-05-041-0/+22
* 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
| * filter: Move the con_type into the filter_stateHolger Hans Peter Freyther2015-05-0311-52/+54
| * filter: Move from DNAT to DFILTER categoryHolger Hans Peter Freyther2015-05-033-12/+18
| * filter: Remove bsc_connection from the filter APIHolger Hans Peter Freyther2015-05-033-37/+37
| * filter: Remove nat_sccp_connection from public APIHolger Hans Peter Freyther2015-05-037-27/+35
| * filter: Remove the bsc_connection from the internal functionsHolger Hans Peter Freyther2015-05-031-6/+6
| * filter: Put all the parameters in a struct to avoid order issuesHolger Hans Peter Freyther2015-05-031-19/+31
| * filter: Remove NAT knowledge from auth_imsiHolger Hans Peter Freyther2015-05-031-8/+17
| * filter: Separate SCCP/BSSAP extraction and gsm48 codeHolger Hans Peter Freyther2015-05-036-57/+130
| * filter: More renaming and remove of "NAT" from itHolger Hans Peter Freyther2015-05-035-41/+41
| * filter: Rename BSC to LOCAL and NAT to GLOBALHolger Hans Peter Freyther2015-05-033-6/+6
| * filter: Remove nat from bsc_nat_acc_lst and replace with msgHolger Hans Peter Freyther2015-05-039-63/+63
| * filter: Cease out "struct bsc_nat" from the APIHolger Hans Peter Freyther2015-05-037-26/+24
| * filter: Move VTY code into the filter moduleHolger Hans Peter Freyther2015-05-034-111/+149
| * filter: Move the access list management aroundHolger Hans Peter Freyther2015-05-036-97/+128
| * filter: Move the method definition to the filter moduleHolger Hans Peter Freyther2015-05-039-59/+80
| * filter: Move the gsm 04.08 filter to a common placeHolger Hans Peter Freyther2015-05-036-4/+16
|/
* mgcp: Fix compiler warning on 64bit buildsHolger Hans Peter Freyther2015-05-021-1/+1
* Merge branch 'zecke/features/no-queue'Holger Hans Peter Freyther2015-04-2912-333/+117
|\
| * sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther2015-04-2910-201/+102
| * sub: Remove introspection of the "channel queue"Holger Hans Peter Freyther2015-04-293-127/+4
| * sub: Remove paging requests before dispatchingHolger Hans Peter Freyther2015-04-291-4/+10
| * mncc: Select the codec similar to the modify handlingHolger Hans Peter Freyther2015-04-291-1/+1
|/
* debian: Do not depend on shared libraries directlyHolger Hans Peter Freyther2015-04-291-7/+7
* mgcp/test: Fix mgcp-transcoding assertion (Coverity)Jacob Erlbeck2015-04-291-1/+1
* mgcp: Move assignment of src_codec downwardsJacob Erlbeck2015-04-281-1/+2
* mgcp: Allow to disable transcoding for trunksHolger Hans Peter Freyther2015-04-243-0/+56
* mgcp: Ignore the case for finding a codecHolger Hans Peter Freyther2015-04-241-5/+5
* nat: Make mode-set patching optionalHolger Hans Peter Freyther2015-04-237-6/+68
* sgsn/gtp: Fill out the optional RAT typeHolger Hans Peter Freyther2015-04-231-0/+5
* misc: Fix warnings about size of size_t in printfHolger Hans Peter Freyther2015-04-234-16/+16
* debian: meas2pcap requires libpcap-dev unconditionallyHolger Hans Peter Freyther2015-04-231-1/+1
* nitb: Fix IMSI/IMEI buffer handling (Coverity)Jacob Erlbeck2015-04-103-5/+4
* nitb: Check source string length before calling strncpy (Coverity)Jacob Erlbeck2015-04-072-0/+40
* gprs: Fix GSUP cancel_type handling (Coverity)Jacob Erlbeck2015-04-072-1/+14
* nat: Fix timeslot range in 'show bsc mgcp' VTY commandJacob Erlbeck2015-04-071-1/+1
* nat: Check for the access list in set command as wellHolger Hans Peter Freyther2015-04-071-1/+8
* nat: Check the con->imsi for the tracked IMSIHolger Hans Peter Freyther2015-04-071-2/+2