aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-03filter: Move the method definition to the filter moduleHolger Hans Peter Freyther3-57/+72
2015-05-02mgcp: Fix compiler warning on 64bit buildsHolger Hans Peter Freyther1-1/+1
2015-04-29sub: Remove the queue from the subscriber codeHolger Hans Peter Freyther3-6/+11
2015-04-29sub: Remove introspection of the "channel queue"Holger Hans Peter Freyther1-5/+0
2015-04-24mgcp: Allow to disable transcoding for trunksHolger Hans Peter Freyther1-0/+2
2015-04-23nat: Make mode-set patching optionalHolger Hans Peter Freyther1-1/+2
2015-04-05nat: Inform others if an IMSI is rejectedHolger Hans Peter Freyther1-0/+4
2015-04-04bts: "Repair" broken channels if we receive the release ackHolger Hans Peter Freyther1-0/+11
2015-04-01bsc: Allow to use different LAC/CI for the core-networkHolger Hans Peter Freyther1-2/+4
2015-03-22rtp: Use osmocom/netif/rtp.h for the rtp structure definitionHolger Hans Peter Freyther2-40/+1
2015-02-07nokia: Allow to set the reset time for the nokia btsSipos Csaba1-0/+1
2015-02-06Revert "gprs: Block other GSUP procedures during PURGE_MS"Jacob Erlbeck1-12/+0
2015-02-06sgsn: Select GGSN based on APNJacob Erlbeck1-0/+5
2015-02-06sgsn: Add sgsn_ggsn_ctx_free functionJacob Erlbeck1-0/+1
2015-02-06sgsn: Add functions to handle APN contextsJacob Erlbeck1-0/+6
2015-02-06sgsn: Add PDP info to subscriber dataJacob Erlbeck1-0/+12
2015-02-05osmo-bts: Introduce new struct for a power loop in the BTS codeHolger Hans Peter Freyther1-0/+7
2015-01-31bsc/nitb: Allow to set the GPRS mode through the ctrl commandHolger Hans Peter Freyther1-1/+2
2015-01-28sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdownJacob Erlbeck1-0/+1
2015-01-28sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_dataJacob Erlbeck1-2/+1
2015-01-27nitb: Make the last change configurableHolger Hans Peter Freyther1-0/+1
2015-01-27nitb: Allow the network to decide if a subscriber should be createdHolger Hans Peter Freyther1-0/+1
2015-01-27gprs: Rename gprs_subscr_delete to gprs_subscr_cleanupJacob Erlbeck1-1/+1
2015-01-26gprs: Do not put the subscr in gprs_subscr_deleteJacob Erlbeck1-1/+1
2015-01-26sgsn: Remove the "permanent" subscriber cacheHolger Hans Peter Freyther2-6/+0
2015-01-26sgsn: Remove inactive LLME/MM after inactivity timeoutJacob Erlbeck4-0/+10
2015-01-26gprs: Add GPRS timer conversion functionsJacob Erlbeck2-1/+9
2015-01-21mgcp: Honor the rtp IP_TOS settings for OsmuxHolger Hans Peter Freyther1-0/+2
2015-01-20sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0Jacob Erlbeck1-0/+2
2015-01-20gprs: Add replies for all GSUP requestsJacob Erlbeck2-1/+6
2015-01-20gprs: Block other GSUP procedures during PURGE_MSJacob Erlbeck1-0/+12
2015-01-18gprs: Retry PURGE_MS procedure after timeoutJacob Erlbeck1-0/+1
2015-01-18gprs: Use PURGE MS messagesJacob Erlbeck1-0/+1
2015-01-18gprs: Implement PURGE_MS GSUP messagesJacob Erlbeck1-0/+2
2015-01-18gprs: Add expiry timeout for subscriber entriesJacob Erlbeck2-0/+5
2015-01-18gprs: Add LOGGSUBSCRP macro to log subscriber infoJacob Erlbeck1-0/+4
2015-01-18sgsn: Pass subscriber error causes to the GMM layerJacob Erlbeck2-2/+3
2015-01-18gprs: Move protocol value_strings to gsm_04_08_gprs.cJacob Erlbeck1-0/+11
2015-01-18gprs: Send PING and eventually reconnectJacob Erlbeck1-0/+3
2015-01-18gprs: Add automatic re-connect if the GSUP connection is downJacob Erlbeck1-0/+7
2015-01-18sgsn: Add global require_update_location flagJacob Erlbeck1-0/+1
2015-01-18gprs: Remove now unused authenticate flagHolger Hans Peter Freyther1-1/+0
2015-01-18sgsn: Replace subscr.authenticate by global require_authentication flagJacob Erlbeck1-0/+2
2015-01-18sgsn: Integrate the GSUP client into the SGSNJacob Erlbeck2-1/+8
2015-01-18gprs: Add GSUP clientJacob Erlbeck2-1/+46
2015-01-10gprs: Add subscriber functions to create/handle GSUP messagesJacob Erlbeck1-0/+1
2015-01-10gprs: Add encoder/decoder for the Subscriber Update ProtocolJacob Erlbeck2-1/+104
2015-01-02logging: Only compare the subscr addressHolger Hans Peter Freyther1-1/+2
2015-01-02lchan: Remember why a channel is broken using static stringsHolger Hans Peter Freyther2-0/+2
2015-01-01Initial support for export + curses-visualization of measurementsHarald Welte2-1/+30