index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
debian: Add libosmoctrl-doc sub-package
Harald Welte
2018-05-28
4
-0
/
+24
*
Add enum gsm48_progress_desc
Keith
2018-05-28
1
-0
/
+12
*
add gsm0808_create_handover_request_ack()
Neels Hofmeyr
2018-05-27
3
-0
/
+30
*
add support for gsm0808 HANDOVER REQUIRED message
Neels Hofmeyr
2018-05-27
4
-0
/
+130
*
add gsm0808_cell_id_to_list()
Neels Hofmeyr
2018-05-27
3
-0
/
+33
*
ctrl: Add doxygen API documentation; generate html from it
Harald Welte
2018-05-26
6
-12
/
+1869
*
ctrl: Introduce libosmoctrl.map to avoid unintended exports
Harald Welte
2018-05-26
3
-0
/
+38
*
cosmetic: Whitespace fixes in control_if.c
Harald Welte
2018-05-26
1
-3
/
+3
*
Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11
Keith
2018-05-26
1
-0
/
+8
*
remove unused argument from pad_append_ctr() helper function
Stefan Sperling
2018-05-25
1
-7
/
+7
*
Add a 'show rate-counters' VTY command.
Stefan Sperling
2018-05-24
1
-0
/
+17
*
introduce vty_out_rate_ctr_group_fmt() function
Stefan Sperling
2018-05-24
2
-0
/
+138
*
mncc: properly export osmo_mncc_name()
Harald Welte
2018-05-24
3
-4
/
+6
*
gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...
Pau Espin Pedrol
2018-05-17
2
-6
/
+15
*
tests: a5_test: Print wrong buffer correctly on error
Pau Espin Pedrol
2018-05-16
1
-1
/
+3
*
tests: gea_test: Use correct max size for key in buffer
Pau Espin Pedrol
2018-05-16
1
-2
/
+2
*
tests: bitrev_test: Fix dynamic-stack-buffer-overflow
Pau Espin Pedrol
2018-05-16
2
-4
/
+3
*
fix spelling
Thorsten Alteholz
2018-05-15
2
-4
/
+4
*
fsm: guard action callback
Philipp Maier
2018-05-15
1
-1
/
+3
*
isdnhdlc: Port from kernel to userspace
Harald Welte
2018-05-11
4
-84
/
+75
*
import isdn4linux HDLC code from linux kernel
Harald Welte
2018-05-11
2
-0
/
+712
*
Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd
Harald Welte
2018-05-10
3
-1
/
+74
*
lapdm: don't enforce contention resolution on SAPI0/DCCH
Harald Welte
2018-05-09
1
-5
/
+2
*
lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless needed
Harald Welte
2018-05-08
1
-3
/
+5
*
lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()
Harald Welte
2018-05-08
1
-9
/
+5
*
add gsm0808 channel enum to IE val conversion functions
Neels Hofmeyr
2018-05-08
3
-0
/
+117
*
lapdm: Implement SABM related constraints
Harald Welte
2018-05-08
1
-0
/
+45
*
define a constant for the max length of called party BCD IE
Stefan Sperling
2018-05-07
1
-0
/
+1
*
lapdm: Fix back-pointer from lapdm_entity to lapdm_channel
Harald Welte
2018-05-04
1
-0
/
+2
*
configure: Check separately for lib implementing dlopen and dlsym
Pau Espin Pedrol
2018-05-04
3
-6
/
+8
*
control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cb
Pau Espin Pedrol
2018-05-04
2
-22
/
+25
*
Bump version: 0.10.2.284-bc47-dirty → 0.11.0
Pau Espin Pedrol
2018-05-03
10
-16
/
+333
*
debian/changelog: Fix typo in maintainer e-mail
Pau Espin Pedrol
2018-05-03
1
-4
/
+4
*
debian: libosmoctrl: Use correct library version in pkg name
Pau Espin Pedrol
2018-05-03
2
-3
/
+3
*
osmo-release.sh: Allow user to add extra information to the release commit
Pau Espin Pedrol
2018-05-03
1
-0
/
+1
*
osmo-release.sh: Always generate entire commit changelog
Pau Espin Pedrol
2018-05-03
2
-19
/
+13
*
osmo-release.sh: Fix error condition no LIBVERSION modified
Pau Espin Pedrol
2018-05-02
1
-5
/
+2
*
osmo-release.sh: Exit with error if no description for new changelog entry pr...
Pau Espin Pedrol
2018-05-02
1
-0
/
+5
*
osmo-release.sh: Remove temporary file TODO-RELEASE.entries after use
Pau Espin Pedrol
2018-05-02
1
-0
/
+1
*
gsm_utils: call gnutls_global_init() as constructor
Alexander Couzens
2018-05-02
1
-0
/
+19
*
gsm0808_test: silence deprecation: use gsm0808_create_layer3_2()
Neels Hofmeyr
2018-04-23
1
-1
/
+11
*
gsm0808_test: fix more missing inits (address sanitizer issues)
Neels Hofmeyr
2018-04-23
1
-59
/
+52
*
gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUP
Alexander Couzens
2018-04-23
1
-0
/
+1
*
gsm_08_58.h: Add Ericsson vendor-specific RSL message types
Pau Espin Pedrol
2018-04-21
1
-0
/
+5
*
RSL/LAPDm: Not all RLL message are "transparent"
Harald Welte
2018-04-19
2
-4
/
+21
*
osmo_sockaddr_is_local: Fix memleak
Pau Espin Pedrol
2018-04-18
1
-1
/
+4
*
osmo_get_macaddr: Fix buffer read out of bounds
Pau Espin Pedrol
2018-04-18
1
-2
/
+7
*
add gsm0808_cell_{id,id_list}_name() and friends
Neels Hofmeyr
2018-04-18
6
-98
/
+216
*
tlv: add TLV_GET() and TLV_GET_MINLEN()
Neels Hofmeyr
2018-04-18
1
-0
/
+21
*
gsm/gsm48.c: add call independent SS message names
Vadim Yanitskiy
2018-04-17
1
-0
/
+12
[next]