aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-27nitb: Make the last change configurableHolger Hans Peter Freyther2-0/+48
2015-01-27nitb: Allow the network to decide if a subscriber should be createdHolger Hans Peter Freyther2-9/+22
2015-01-27gbproxy: Remove dummy definition of subscr_putJacob Erlbeck1-3/+0
2015-01-27sgsn: Don't reset mm->subscr manually in sgsn_mm_ctx_freeJacob Erlbeck1-3/+1
2015-01-27gprs: Rename gprs_subscr_delete to gprs_subscr_cleanupJacob Erlbeck2-3/+3
2015-01-27gprs: Don't check for EINPROGRESS in gprs_gsup_client_createJacob Erlbeck1-1/+1
2015-01-27gb_proxy: No need to copy optargHolger Hans Peter Freyther1-1/+1
2015-01-26sgsn: Ensure 0-terminated imsi strings (Coverity)Jacob Erlbeck2-4/+4
2015-01-26gprs: Do not put the subscr in gprs_subscr_deleteJacob Erlbeck3-5/+6
2015-01-26sgsn: Remove the "permanent" subscriber cacheHolger Hans Peter Freyther2-116/+5
2015-01-26sgsn: Remove MM from the list before gprs_subscr_delete is calledHolger Hans Peter Freyther1-3/+3
2015-01-26sgsn: Remove inactive LLME/MM after inactivity timeoutJacob Erlbeck6-2/+81
2015-01-26gprs: Use a macro value to set the 'Periodic RA update timer'Jacob Erlbeck1-2/+5
2015-01-26gprs: Add 'Negotiated READY timer value' IE to Attach/RAU AcceptJacob Erlbeck1-2/+12
2015-01-26gprs: Add GPRS timer conversion functionsJacob Erlbeck1-0/+45
2015-01-26gprs: Return 0 from gsup_client_connect if ok or retry timer enabledJacob Erlbeck1-1/+4
2015-01-21osmux: Initialize the socket only onceHolger Hans Peter Freyther1-3/+5
2015-01-21mgcp: Honor the rtp IP_TOS settings for OsmuxHolger Hans Peter Freyther3-4/+5
2015-01-20sgsn: Restructure the 'update-subscriber' commandJacob Erlbeck1-34/+7
2015-01-20sgsn: Fix vty_out newlinesJacob Erlbeck1-11/+21
2015-01-20sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0Jacob Erlbeck4-9/+27
2015-01-20sgsn: Fix access to subscr in sgsn_auth_update (Coverity)Jacob Erlbeck1-1/+1
2015-01-20sgsn: Fix P-TMSI generator's distance of equal valuesJacob Erlbeck1-2/+26
2015-01-20gprs: Support the full cancellation procedureJacob Erlbeck1-5/+18
2015-01-20gprs: Don't create a subscr entry on InsertSubscriberDataJacob Erlbeck1-4/+1
2015-01-20gprs: Add replies for all GSUP requestsJacob Erlbeck1-8/+51
2015-01-20gprs: Block other GSUP procedures during PURGE_MSJacob Erlbeck1-1/+55
2015-01-18gprs: Retry PURGE_MS procedure after timeoutJacob Erlbeck1-1/+13
2015-01-18gprs: Use PURGE MS messagesJacob Erlbeck2-1/+85
2015-01-18gprs: Implement PURGE_MS GSUP messagesJacob Erlbeck1-0/+7
2015-01-18gprs: Add expiry timeout for subscriber entriesJacob Erlbeck2-2/+80
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: Let GSUP parser functions return GMM causes on errorsJacob Erlbeck2-7/+8
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 Erlbeck2-36/+36
2015-01-18gprs: Move protocol value_strings to gsm_04_08_gprs.cJacob Erlbeck3-112/+151
2015-01-18sgsn: Show GSUP client info on 'show sgsn'Jacob Erlbeck1-0/+11
2015-01-18gprs: Send PING and eventually reconnectJacob Erlbeck1-3/+58
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 Erlbeck1-7/+69
2015-01-18sgsn: Add global require_update_location flagJacob Erlbeck2-4/+8