aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-19sgsn: Fix access to subscr in sgsn_auth_update (Coverity)Jacob Erlbeck1-1/+1
2015-01-19sgsn: Fix P-TMSI generator's distance of equal valuesJacob Erlbeck1-2/+26
2015-01-19gprs: Support the full cancellation procedureJacob Erlbeck1-5/+18
2015-01-19gprs: Don't create a subscr entry on InsertSubscriberDataJacob Erlbeck1-4/+1
2015-01-19gprs: Add replies for all GSUP requestsJacob Erlbeck1-8/+51
2015-01-19gprs: 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
2015-01-18sgsn: Replace subscr.authenticate by global require_authentication flagJacob Erlbeck2-9/+6
2015-01-18sgsn: Integrate the GSUP client into the SGSNJacob Erlbeck3-5/+84
2015-01-18gprs: Add GSUP clientJacob Erlbeck2-1/+133
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-10gprs: Add subscriber functions to create/handle GSUP messagesJacob Erlbeck1-6/+205
2015-01-10gprs: Add encoder/decoder for the Subscriber Update ProtocolJacob Erlbeck2-1/+407
2015-01-10sgsn: Fix VTY command error handling (Coverity)Jacob Erlbeck1-3/+3
2015-01-10meas: Unbreak the build once moreHolger Hans Peter Freyther1-6/+8
2015-01-05Revert "debug.c: use new libosmocore features to print and save log filter"Harald Welte1-46/+0
2015-01-05meas_pcap2db.c: Fix build without CDKHarald Welte1-2/+0
2015-01-05debug.c: use new libosmocore features to print and save log filterHarald Welte1-0/+46
2015-01-05RSL: Change "... is back in operation" to an INFO level messageHarald Welte1-1/+1
2015-01-05Don't return an error to caller if we are out of lchan on CHAN RQDHarald Welte1-1/+1
2015-01-05SMS: Attempting to send SMS is not a NOTICEable eventHarald Welte1-1/+1
2015-01-02logging: Only compare the subscr addressHolger Hans Peter Freyther6-32/+69
2015-01-02logging: Set the context for paging requests as well.Holger Hans Peter Freyther2-0/+12
2015-01-02lchan: Remember why a channel is broken using static stringsHolger Hans Peter Freyther3-9/+22
2015-01-02Partial revert "Fix most compiler warnings with gcc-4.9.2"Holger Hans Peter Freyther1-1/+1
2015-01-01meas_feed.c: Fix compiler warningHarald Welte1-1/+1
2015-01-01meas_feed: add osmo-meas-udp2db for realtime feed into databaseHarald Welte2-2/+129
2015-01-01meas_feed: Add tool to read meas_feed PCAP and write it to sqlite3Harald Welte4-2/+489
2015-01-01build meas_vis only if libcdk is availableHarald Welte1-0/+4
2015-01-01meas_vis: Add header and print TA + TO valuesHarald Welte1-9/+23
2015-01-01meas_vis: assign bar colors depending on level, display RxQualHarald Welte1-4/+53
2015-01-01Initial support for export + curses-visualization of measurementsHarald Welte6-3/+457