aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libbsc: Update a BTS's SIs when ms_max_power is changed from VTY.achemeris/ms_max_power_vtyAlexander Chemeris2015-05-301-0/+8
* libbsc: Abstract out SIs update/generation for a BTS into a separate function.Alexander Chemeris2015-05-303-14/+28
* gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging succeededIvan Kluchnikov2015-05-291-1/+1
* ggsn: The id is a uint32_t don't print it as signedHolger Hans Peter Freyther2015-05-292-3/+3
* sgsn: Allow to specify the DNS servers that should be usedHolger Hans Peter Freyther2015-05-253-1/+26
* sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther2015-05-258-21/+232
* sgsn: Integrate c-ares with the osmocom event loopHolger Hans Peter Freyther2015-05-254-6/+196
* sgsn: Create a copy of the msgb for later usageHolger Hans Peter Freyther2015-05-251-3/+35
* sgsn: Re-factor the activate PDP code for future changesHolger Hans Peter Freyther2015-05-251-24/+39
* sgsn: Deal with no static ggsn being configured at allHolger Hans Peter Freyther2015-05-251-0/+7
* sgsn: If there is a subscr don't allow an empty listHolger Hans Peter Freyther2015-05-252-6/+6
* Merge branch 'zecke/features/sgsn-hlr-number'Holger Hans Peter Freyther2015-05-2410-5/+108
|\
| * sgsn: Extract the hlr Number into the mm contextHolger Hans Peter Freyther2015-05-244-5/+48
| * gsup: Copy the hlr-Number and use it during purgeHolger Hans Peter Freyther2015-05-243-0/+23
| * gsup: Decode/Encode the hlr-Number in the GSUP messageHolger Hans Peter Freyther2015-05-243-0/+13
| * gsup: Add the HLR-Number as type and use it for UpdateLocation ResHolger Hans Peter Freyther2015-05-241-0/+24
|/
* sgsn: Change the selection mode to verifiedHolger Hans Peter Freyther2015-05-221-2/+2
* sgsn: Reserved bits should be set to 1Holger Hans Peter Freyther2015-05-221-1/+1
* Replace ad-hoc function with generic one from libosmocoreMax2015-05-171-12/+2
* sgsn: Clear LAC/RAC value for the routing area identityHolger Hans Peter Freyther2015-05-171-1/+5
* Merge branch 'zecke/features/sgsn-gtp-cdr'Holger Hans Peter Freyther2015-05-173-3/+22
|\
| * sgsn: Give the IMEI to the GGSN for analysisHolger Hans Peter Freyther2015-05-171-0/+6
| * sgsn: Encode the ULI for the PDP context creation ackHolger Hans Peter Freyther2015-05-171-1/+6
| * sgsn: Always include the routing area identityHolger Hans Peter Freyther2015-05-171-0/+5
| * cdr: Remember the charging id supplied by the GGSNHolger Hans Peter Freyther2015-05-172-3/+6
|/
* debian: Fix dependencies pointed out by lintianHolger Hans Peter Freyther2015-05-171-1/+1
* Merge branch 'zecke/features/cdr'Holger Hans Peter Freyther2015-05-1212-5/+464
|\
| * sgsn: Add VTY configuration for the CDR moduleHolger Hans Peter Freyther2015-05-062-0/+64
| * sgsn: Create an initial and limited CDR moduleHolger Hans Peter Freyther2015-05-066-1/+281
| * sgsn: Add various signals consumed by CDR or other client codeHolger Hans Peter Freyther2015-05-064-2/+80
| * sgsn: Extract the MSISDN from the subscr data structureHolger Hans Peter Freyther2015-05-062-0/+38
| * sgsn: Make the free function internalHolger Hans Peter Freyther2015-05-062-2/+1
|/
* 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
| * 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