index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
gprs_ns_sns: Use "correct" remote IP address for local IP endpoint
Harald Welte
2019-03-16
1
-2
/
+2
*
gprs_ns: Don't use initial IP/port for anything but SNS
Harald Welte
2019-03-16
1
-2
/
+55
*
gprs_ns.c: Update comment: IP SNS has recently been implemented
Harald Welte
2019-03-16
1
-1
/
+0
*
osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
Neels Hofmeyr
2019-03-14
1
-1
/
+1
*
Fix build on non-glibc systems
Karl Koscher
2019-03-11
1
-3
/
+8
*
gsm0808_utils: fix gsm48 multirate to S-bit converter
Philipp Maier
2019-03-11
1
-0
/
+10
*
gsm0808_utils: fix gsm48 multirate configuration generator
Philipp Maier
2019-03-11
1
-21
/
+73
*
add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()
Neels Hofmeyr
2019-03-08
2
-0
/
+89
*
fsm: add osmo_fsm_inst_state_chg_keep_or_start_timer()
Neels Hofmeyr
2019-03-07
2
-13
/
+57
*
represent negative T-timers as Osmocom-specific X-timers
Neels Hofmeyr
2019-03-06
2
-18
/
+37
*
api doc: tweak gsm0808_cell_id_matches_list() doc
Neels Hofmeyr
2019-03-05
1
-1
/
+2
*
fix api doc typo for osmo_plmn_name2()
Neels Hofmeyr
2019-02-26
1
-1
/
+1
*
log: fsm: allow logging the timeout on state change
Neels Hofmeyr
2019-02-26
1
-2
/
+39
*
NS: Add support for GPRS NS IP Sub-Network-Service (SNS)
Harald Welte
2019-02-26
6
-17
/
+1034
*
NS: Factor out gprs_nsvc_start_test() and use it
Harald Welte
2019-02-26
2
-5
/
+11
*
gprs_ns: Add code for SNS-SIZE and SNS-CONFIG encoding
Harald Welte
2019-02-26
3
-3
/
+198
*
LCLS: add string dump helpers
Max
2019-02-26
3
-0
/
+45
*
NS: Add missing NS Cause strings
Harald Welte
2019-02-23
1
-0
/
+7
*
NS: Don't print information about FR/GRE if not enabled!
Harald Welte
2019-02-23
1
-3
/
+4
*
select: Call log_reset_context() before calling file descriptor callbacks
Harald Welte
2019-02-21
1
-0
/
+6
*
gprs_ns: Add missing NSVCI IE to NS-BLOCK-ACK message
Harald Welte
2019-02-19
1
-1
/
+29
*
gprs_ns.c: cosmetic whitespace fixes
Harald Welte
2019-02-19
1
-2
/
+2
*
gprs_ns: Use gprs_ns_tx_alive() instead of gprs_ns_tx_simple()
Harald Welte
2019-02-19
1
-2
/
+2
*
bssgp_tx_bvc_unblock(): Fix log message
Harald Welte
2019-02-19
1
-1
/
+1
*
rsl: Support PDCH in rsl_chan_nr_str
Pau Espin Pedrol
2019-02-18
1
-0
/
+2
*
gsm0808: comment about difference of gsm0808_create_clear_command()
Harald Welte
2019-02-18
1
-1
/
+4
*
Fix BSSMAP length generated by gsm0808_create_clear_command2()
Harald Welte
2019-02-18
1
-1
/
+7
*
fix osmo_gsm48_classmark* libosmogsm.map entries
Neels Hofmeyr
2019-02-15
1
-6
/
+6
*
get_value_string(): guard against NULL
Neels Hofmeyr
2019-02-15
1
-0
/
+3
*
Enable remote SIM protocol log level
Max
2019-02-14
1
-0
/
+5
*
gsm/gsm0480: introduce gsm0480_create_release_complete()
Vadim Yanitskiy
2019-02-08
2
-0
/
+23
*
gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMAND
Philipp Maier
2019-02-05
2
-0
/
+17
*
add osmo_tdef API, originally adopted from osmo-bsc T_def
Neels Hofmeyr
2019-02-04
5
-2
/
+662
*
vty api: add vty_out_va()
Neels Hofmeyr
2019-02-04
1
-12
/
+19
*
vty telnet: consistently never change nodes upon CTRL-C
Neels Hofmeyr
2019-02-04
1
-18
/
+0
*
vty: enable tab-completion for optional-multi-choice args
Neels Hofmeyr
2019-02-04
1
-1
/
+10
*
vty: enable optional-multi-choice syntax: [(one|two)]
Neels Hofmeyr
2019-02-04
1
-3
/
+21
*
vty: enable optional-multi-choice syntax: ([one]|[two])
Neels Hofmeyr
2019-02-04
1
-1
/
+1
*
GSUP: deprecate osmo_gsup_get_err_msg_type()
Oliver Smith
2019-02-04
1
-28
/
+3
*
osmo_fsm_inst_state_chg(): clamp timeout_secs to <= ~68 years
Neels Hofmeyr
2019-01-31
1
-1
/
+13
*
osmo_fsm_inst_state_chg(): set T also for zero timeout
Neels Hofmeyr
2019-01-29
1
-7
/
+14
*
add osmo_classmark_* API
Neels Hofmeyr
2019-01-29
2
-0
/
+133
*
add osmo_hexdump_buf() and test
Neels Hofmeyr
2019-01-28
1
-11
/
+38
*
gsm0808: add BSSMAP Cell Identifier matching API
Neels Hofmeyr
2019-01-28
3
-0
/
+181
*
Work around bogus gcc-8.2 array-bounds warning/error
Harald Welte
2019-01-22
2
-1
/
+21
*
constrain gsm48_generate_mid() output array bounds
Harald Welte
2019-01-22
3
-7
/
+11
*
Bump version: 1.0.0 → 1.0.1
Harald Welte
2019-01-21
1
-1
/
+1
*
Rename msgb_wrap_with_TL()
Max
2019-01-21
1
-9
/
+9
*
Bump version: 0.12.0.128-8dfde → 1.0.0
Harald Welte
2019-01-19
4
-4
/
+4
*
LCLS: make GCR into static member of osmo_lcls
Max
2019-01-19
1
-5
/
+4
[next]