aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-20sgsn: Remove the "permanent" subscriber cachehfreyther/changes/remove-gprs-subscriber-cacheHolger Hans Peter Freyther6-192/+25
2015-01-20sgsn: Restructure the 'update-subscriber' commandJacob Erlbeck2-39/+12
2015-01-20sgsn: Fix vty_out newlinesJacob Erlbeck1-11/+21
2015-01-20sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0Jacob Erlbeck5-9/+29
2015-01-20sgsn: Fix access to subscr in sgsn_auth_update (Coverity)Jacob Erlbeck1-1/+1
2015-01-20sgsn/test: Make assert_substr safer (Coverity)Jacob Erlbeck1-2/+3
2015-01-20sgsn: Fix P-TMSI generator's distance of equal valuesJacob Erlbeck1-2/+26
2015-01-20gprs: Support the full cancellation procedureJacob Erlbeck2-5/+35
2015-01-20gprs: Don't create a subscr entry on InsertSubscriberDataJacob Erlbeck2-6/+2
2015-01-20gprs: Add replies for all GSUP requestsJacob Erlbeck4-10/+103
2015-01-20gprs: Block other GSUP procedures during PURGE_MSJacob Erlbeck4-1/+160
2015-01-18gprs: Retry PURGE_MS procedure after timeoutJacob Erlbeck2-1/+14
2015-01-18gprs: Use PURGE MS messagesJacob Erlbeck4-7/+96
2015-01-18gprs: Implement PURGE_MS GSUP messagesJacob Erlbeck4-0/+35
2015-01-18sgsn/doc: Add message definitions for PURGE_MS responsesJacob Erlbeck1-2/+10
2015-01-18sgsn/test: Add checks and reports to detect subscr leakageJacob Erlbeck1-4/+26
2015-01-18sgsn/test: Add test that intercepts gprs_gsup_client_sendJacob Erlbeck3-3/+101
2015-01-18gprs: Add expiry timeout for subscriber entriesJacob Erlbeck5-3/+119
2015-01-18sgsn/test: Refactor subscriber testJacob Erlbeck1-21/+24
2015-01-18sgsn/test: Fix subscriber cleanupJacob Erlbeck1-1/+4
2015-01-18gprs/test: Move subscr cleanup code into a separate functionJacob Erlbeck1-9/+12
2015-01-18gprs: Pass GMM causes related to the MSC connectionJacob Erlbeck1-3/+9
2015-01-18gprs: Use LOGGSUBSCRP and LOGMMCTX for logging in gprs_susbcriber.cJacob Erlbeck1-58/+58
2015-01-18gprs: Add LOGGSUBSCRP macro to log subscriber infoJacob Erlbeck1-0/+4
2015-01-18gprs: Let GSUP parser functions return GMM causes on errorsJacob Erlbeck3-9/+11
2015-01-18gprs: Use the cause value in GSUP error messagesJacob Erlbeck1-16/+94
2015-01-18sgsn: Pass subscriber error causes to the GMM layerJacob Erlbeck5-39/+40
2015-01-18gprs: Move protocol value_strings to gsm_04_08_gprs.cJacob Erlbeck5-112/+163
2015-01-18sgsn: Show GSUP client info on 'show sgsn'Jacob Erlbeck1-0/+11
2015-01-18gprs: Send PING and eventually reconnectJacob Erlbeck2-3/+61
2015-01-18gprs: Handle incoming IPA CCM message in gsup_client_read_cbJacob Erlbeck2-0/+26
2015-01-18gprs: Handle return code of ipa_client_conn_open correctlyJacob Erlbeck1-3/+6
2015-01-18gprs: Avoid sending stale GSUP requests after reconnectJacob Erlbeck1-0/+8
2015-01-18gprs: Add automatic re-connect if the GSUP connection is downJacob Erlbeck2-7/+76
2015-01-18sgsn/test: Extend tests to simulate lost GSUP requestsJacob Erlbeck2-12/+44
2015-01-18sgsn/test: Add GMM test for a GSUP based attach procedureJacob Erlbeck2-0/+73
2015-01-18sgsn/test: Add wrapper for gprs_subscr_rx_gsup_messageJacob Erlbeck1-27/+21
2015-01-18sgsn: Add global require_update_location flagJacob Erlbeck4-4/+11
2015-01-18gprs: Remove now unused authenticate flagHolger Hans Peter Freyther1-1/+0
2015-01-18sgsn: Replace subscr.authenticate by global require_authentication flagJacob Erlbeck4-11/+10
2015-01-18sgsn: Integrate the GSUP client into the SGSNJacob Erlbeck6-6/+94
2015-01-18gprs: Add GSUP clientJacob Erlbeck4-2/+179
2015-01-18gprs: Clear GSUP message structures before decodingJacob Erlbeck1-5/+5
2015-01-18gprs: Always reset auth tuples/pdp infos in gprs_gsup_decodeJacob Erlbeck1-0/+3
2015-01-18gprs: Handle empty GSUP messages correctlyJacob Erlbeck1-1/+4
2015-01-18gprs/test: Add tests for invalid GSUP messagesJacob Erlbeck1-0/+92
2015-01-18sgsn/test: Fix msgb freeing in mocked bssgp_tx_dl_udJacob Erlbeck1-2/+2
2015-01-18sgsn/test: Add checks and reports to detect msgb leakageJacob Erlbeck1-0/+4
2015-01-10gprs: Add subscriber functions to create/handle GSUP messagesJacob Erlbeck5-6/+374
2015-01-10gprs: Add encoder/decoder for the Subscriber Update ProtocolJacob Erlbeck7-4/+662