index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gb
/
gprs_bssgp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GPRS/BSSGP: introduce bssgp_bvc_ctx_free()
Vadim Yanitskiy
2019-11-09
1
-0
/
+9
*
deal with rate_ctr_group_alloc() returning NULL
Harald Welte
2019-05-08
1
-0
/
+4
*
BSSGP: use variable for NSEI
Max
2019-03-28
1
-26
/
+27
*
Work around bogus gcc-8.2 array-bounds warning/error
Harald Welte
2019-01-22
1
-0
/
+14
*
constrain gsm48_generate_mid() output array bounds
Harald Welte
2019-01-22
1
-2
/
+2
*
bssgp: introduce flush queue functions
Alexander Couzens
2018-08-10
1
-0
/
+28
*
return error to sender upon bssgp_tlv_parse() failure
Stefan Sperling
2018-06-25
1
-0
/
+2
*
check bssgp_tlv_parse() return code in bssgp_rcvmsg()
Stefan Sperling
2018-06-25
1
-0
/
+5
*
implement support for 3-digit MNC with leading zeros
Neels Hofmeyr
2018-02-28
1
-3
/
+2
*
Use existing function for TLLI encoding
Max
2018-01-08
1
-12
/
+4
*
Add function to properly encode RAI
Max
2018-01-08
1
-18
/
+11
*
gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflow
Neels Hofmeyr
2017-11-20
1
-1
/
+5
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-0
/
+2
*
Convert lib-internal rate_ctr from '.' separator to ':' separator
Harald Welte
2017-10-24
1
-5
/
+5
*
BSSGP: add function to reset all PTP BVC
Max
2017-07-28
1
-0
/
+26
*
BSSGP: handle BVC-RESET-ACK
Max
2017-06-28
1
-0
/
+3
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-3
/
+4
*
gb/gprs_bssgp.c: avoid valueless goto usage
Vadim Yanitskiy
2017-06-13
1
-10
/
+3
*
libosmogb: Convert to use new endian conversion helpers
Harald Welte
2017-05-15
1
-33
/
+28
*
timer: add osmo_timer_setup()
Pablo Neira Ayuso
2017-05-09
1
-2
/
+1
*
logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*
Neels Hofmeyr
2017-02-23
1
-1
/
+1
*
logging: centrally define ctx and filter indexes
Neels Hofmeyr
2017-02-22
1
-1
/
+1
*
add osmo_gettimeofday as a shim around gettimeofday
Neels Hofmeyr
2016-09-22
1
-4
/
+4
*
Fix unaligned access found by addr. sanitizer
Max
2016-04-24
1
-2
/
+2
*
Improve BSSGP debug output
Max
2016-03-17
1
-14
/
+14
*
stats: Limit reporting by class id
Jacob Erlbeck
2015-11-02
1
-0
/
+2
*
bssgp: Fix call to llist_entry in fc_queue_timer_cfg
Jacob Erlbeck
2015-04-30
1
-1
/
+1
*
bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity)
Jacob Erlbeck
2015-04-07
1
-1
/
+6
*
bssgp: Always expect dup != NULL in bssgp_tx_dl_ud (Coverity)
Jacob Erlbeck
2015-04-07
1
-25
/
+24
*
bssgp: Handle BSSGP STATUS messages
Jacob Erlbeck
2015-03-18
1
-16
/
+62
*
bssgp: Don't reply with STATUS when receiving a PtP STATUS message
Jacob Erlbeck
2015-03-18
1
-0
/
+2
*
Change license of libosmogb from AGPLv3+ to GPLv2+
Harald Welte
2014-10-26
1
-4
/
+4
*
gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg
Jacob Erlbeck
2014-10-23
1
-18
/
+26
*
bssgp: Free msgb in case of error when calling into gprs_ns_sendmsg
Holger Hans Peter Freyther
2014-10-10
1
-0
/
+3
*
gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IE
Jacob Erlbeck
2014-09-23
1
-3
/
+7
*
gprs: Fix and check BVCI in BSSGP STATUS messages
Jacob Erlbeck
2014-09-23
1
-1
/
+1
*
BSSGP: prevent divide-by-zero in flow control
Harald Welte
2013-06-29
1
-10
/
+33
*
BSSGP: make bvc_ctx->fc a dynamic talloc allocation
Harald Welte
2012-09-07
1
-5
/
+7
*
BSSGP flow-control: various fixes
Harald Welte
2012-09-07
1
-10
/
+35
*
libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch
Harald Welte
2012-09-07
1
-4
/
+223
*
BSSGP: fix unused variable compiler warnings
Harald Welte
2012-09-07
1
-8
/
+2
*
bssgp: check for IMSI being a null pointer, not just an empty string.
Harald Welte
2012-07-04
1
-1
/
+1
*
libosmogb: move files to proper location and fix build
Harald Welte
2012-06-17
1
-0
/
+919