aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2015-06-02sgsn: Simplify finding/using the first address of the resultHolger Hans Peter Freyther1-7/+2
2015-06-02sgsn: seleted_apn_str might be NULL do not strcpyHolger Hans Peter Freyther1-1/+4
2015-06-02sgsn: Check the return value of osmo_fd_registerHolger Hans Peter Freyther1-1/+2
2015-06-01sgsn: Do not search the name with the "domain" name attached to itHolger Hans Peter Freyther1-1/+1
2015-05-29ggsn: The id is a uint32_t don't print it as signedHolger Hans Peter Freyther2-3/+3
2015-05-25sgsn: Allow to specify the DNS servers that should be usedHolger Hans Peter Freyther2-1/+25
2015-05-25sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther4-11/+181
2015-05-25sgsn: Integrate c-ares with the osmocom event loopHolger Hans Peter Freyther2-6/+177
2015-05-25sgsn: Create a copy of the msgb for later usageHolger Hans Peter Freyther1-3/+35
2015-05-25sgsn: Re-factor the activate PDP code for future changesHolger Hans Peter Freyther1-24/+39
2015-05-25sgsn: Deal with no static ggsn being configured at allHolger Hans Peter Freyther1-0/+7
2015-05-25sgsn: If there is a subscr don't allow an empty listHolger Hans Peter Freyther1-2/+1
2015-05-24sgsn: Extract the hlr Number into the mm contextHolger Hans Peter Freyther3-5/+45
2015-05-24gsup: Copy the hlr-Number and use it during purgeHolger Hans Peter Freyther1-0/+18
2015-05-24gsup: Decode/Encode the hlr-Number in the GSUP messageHolger Hans Peter Freyther1-0/+8
2015-05-22sgsn: Change the selection mode to verifiedHolger Hans Peter Freyther1-2/+2
2015-05-22sgsn: Reserved bits should be set to 1Holger Hans Peter Freyther1-1/+1
2015-05-17sgsn: Clear LAC/RAC value for the routing area identityHolger Hans Peter Freyther1-1/+5
2015-05-17sgsn: Give the IMEI to the GGSN for analysisHolger Hans Peter Freyther1-0/+6
2015-05-17sgsn: Encode the ULI for the PDP context creation ackHolger Hans Peter Freyther1-1/+6
2015-05-17sgsn: Always include the routing area identityHolger Hans Peter Freyther1-0/+5
2015-05-17cdr: Remember the charging id supplied by the GGSNHolger Hans Peter Freyther1-3/+5
2015-05-06sgsn: Add VTY configuration for the CDR moduleHolger Hans Peter Freyther1-0/+36
2015-05-06sgsn: Create an initial and limited CDR moduleHolger Hans Peter Freyther4-1/+262
2015-05-06sgsn: Add various signals consumed by CDR or other client codeHolger Hans Peter Freyther3-1/+60
2015-05-06sgsn: Extract the MSISDN from the subscr data structureHolger Hans Peter Freyther1-0/+34
2015-05-06sgsn: Make the free function internalHolger Hans Peter Freyther1-1/+1
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-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-07gprs: Fix GSUP cancel_type handling (Coverity)Jacob Erlbeck1-1/+2
2015-02-06sgsn: Add easy APN commands with just the nameHolger Hans Peter Freyther1-0/+23
2015-02-06Revert "gprs: Block other GSUP procedures during PURGE_MS"Jacob Erlbeck1-50/+1
2015-02-06sgsn: Select GGSN based on APNJacob Erlbeck2-6/+117
2015-02-06sgsn: Add sgsn_ggsn_ctx_free functionJacob Erlbeck1-0/+6
2015-02-06sgsn: Add functions to handle APN contextsJacob Erlbeck2-13/+128
2015-02-06sgsn: Add PDP info to subscriber dataJacob Erlbeck2-8/+84
2015-01-30gprs: Use 'Network failure' as default causeJacob Erlbeck1-0/+3
2015-01-30gprs: Send GSUP error reply for requests without IMSIJacob Erlbeck1-1/+7
2015-01-30gprs: Support cancellation typeJacob Erlbeck2-4/+24
2015-01-28gprs: Handle PURGE MS ERR/RES without subscrJacob Erlbeck1-2/+29
2015-01-28gprs: Don't use subscr->keep_in_ram in normal operationJacob Erlbeck2-2/+27
2015-01-28sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdownJacob Erlbeck2-31/+32
2015-01-28sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_dataJacob Erlbeck2-21/+6