aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Add _c versions of functions that otherwise return static buffersHarald Welte1-0/+1
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte1-0/+2
2019-02-26NS: Add support for GPRS NS IP Sub-Network-Service (SNS)Harald Welte2-3/+19
2019-02-26gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encodingHarald Welte1-0/+9
2019-02-23GPRS: Doxygen documentation for 'struct libgb_msgb_cb'Harald Welte1-4/+4
2019-02-19gprs_ns: Declare gprs_ns_tx_alive*() in header fileHarald Welte1-0/+2
2019-01-12port rest octets encoding code from osmo-bscStefan Sperling1-0/+39
2018-12-19add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr1-0/+105
2018-08-10bssgp: introduce flush queue functionsAlexander Couzens1-0/+3
2018-07-22gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c fileHarald Welte1-0/+1
2018-06-14Add function gprs_nsvc_state_appendDaniel Willmann1-0/+2
2018-01-08Add function to properly encode RAIMax1-0/+1
2017-10-24GPRS: constify NS printing routine parametersMax1-1/+1
2017-10-24GPRS: clarify ip/frgre union useMax1-0/+2
2017-10-24GPRS: unify NS state printingMax1-0/+4
2017-10-24gb: optionally allow nsip packets only from a specific hostPhilipp Maier1-0/+2
2017-10-17api doc: fix two doxygen group closing bracesNeels Hofmeyr1-1/+1
2017-08-09Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functionsHarald Welte1-0/+25
2017-07-28BSSGP: add function to reset all PTP BVCMax1-1/+1
2017-07-01Add missing BSSGP cause valuesMax1-20/+57
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr9-17/+29
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr5-33/+33
2017-05-24Add human-readable names for signal_nsMax1-0/+2
2017-05-09gprs: add value strings for NS PDU typeMax1-0/+2
2017-02-22logging: centrally define ctx and filter indexesNeels Hofmeyr1-4/+0
2016-09-23gprs: Increase NS_ALLOC_SIZE to 3kDaniel Willmann1-1/+2
2016-07-25egprs: Add CPS tables from TS 04.60Tom Tsou1-0/+27
2016-07-12Add EGPRS RLC/MAC headers from 3GPP TS 04.60Tom Tsou1-0/+208
2016-03-11Add helper function to convert numerical BSSGP PDU type to stringMax1-0/+1
2016-02-22gb: Add bssgp_msgb_copy functionJacob Erlbeck1-0/+1
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-1/+1
2015-10-28ns: Add statistics for some eventsJacob Erlbeck1-0/+2
2015-05-06bssgp: Fix bssgp_tx_fc_bvc parameter typeJacob Erlbeck1-1/+1
2015-04-07ns: Log when sending fails (Coverity)Jacob Erlbeck1-6/+4
2015-03-18bssgp: Handle BSSGP STATUS messagesJacob Erlbeck1-0/+2
2014-10-26Change license of libosmogb from AGPLv3+ to GPLv2+Harald Welte1-4/+4
2014-10-09gprs-ns: Let gprs_nsvc_reset return a valueJacob Erlbeck1-1/+1
2014-06-16include: Switch to #pragma once patternSylvain Munaut7-26/+7
2013-10-24gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck1-0/+5
2013-10-15gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck1-0/+3
2013-10-15gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck1-1/+7
2013-10-11tests/gb: Show invoked signals in test outputJacob Erlbeck1-0/+3
2013-10-08gb: Separate nsvc creation from NS message processingJacob Erlbeck1-0/+9
2013-10-08msgb: Add may_alias attribute to struct libgb_msgb_cbJacob Erlbeck1-1/+1
2013-07-06libosmogb: Add function to close NS instance without destroying itHolger Hans Peter Freyther1-1/+4
2013-03-25gprs_ns: Allow to set the DSCP for the UDP socket.Holger Hans Peter Freyther1-0/+1
2012-09-30Fix: Correcting bssgp_tx_fc_bvc, bssgp_tx_fc_ms, bssgp_tx_ul_udAndreas Eversberg1-2/+2
2012-09-10Gb: Add functions for sending flow control messages from BSS sideHarald Welte1-0/+8
2012-09-10Gb: Add header file for BSS-side BSSGP functionsHarald Welte1-0/+67
2012-09-07BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte1-1/+1