libosmocore/src
Pau Espin ca33a71ca8 Intoduce Packet Switch CGI
This structure is needed in order to identify a given cell within the
BSS during RIM transactions.
The naming was made up by myself since I couldn't find any naming
reference for this kind of data (RAI + CI).
Since LAI + CI = CGI, then RAI + CI = CGI-PS

osmo_rai_name2 family of functions get a "2" suffix due to already
existing functions handling struct struct gprs_ra_id in gsm48.h

Change-Id: If48f412c32e8e5a3e604a78d12b74787a4786374
2021-01-11 14:22:21 +00:00
..
codec codec: Add functions for AMR s->d bits and d->s bits 2020-05-14 14:51:22 +02:00
coding gsm0505_amr_dtx: add missing value strings 2020-05-12 18:13:30 +00:00
ctrl ctrl: Allow handling CTRL get/set replies in user defined code 2021-01-06 12:32:36 +00:00
gb gprs_bssgp: abuse gsm48_encode_ra() to encode TAC 2021-01-11 14:21:21 +00:00
gsm Intoduce Packet Switch CGI 2021-01-11 14:22:21 +00:00
pseudotalloc pseudotalloc: Simplistic wrapper of talloc_named() 2019-07-31 10:16:07 +02:00
sim card_fs_usim: Add definitions of DF.ProSe and DF.ACDC 2020-11-17 09:56:01 +00:00
usb usb: Add osmo_libusb_find_open_claim() all-in-one API 2020-05-12 05:43:21 +00:00
vty vty: Fix left shifting out of range on signed variable 2020-12-21 15:45:45 +01:00
Makefile.am Add inter-thread queue 2021-01-06 00:22:13 +01:00
application.c application.c: drop wrong \references of osmo_init_ignore_signals() 2019-04-25 02:23:52 +07:00
backtrace.c
bitcomp.c bitcomp.c: fix missing Doxygen group closing tag 2019-04-25 02:23:52 +07:00
bits.c bits.c: Use faster look-up-table approach for osmo_revbytebits_{buf,u8} 2020-08-02 11:30:31 +02:00
bitvec.c bitvec: Fix left shifting out of range on signed variable 2020-11-13 12:09:02 +01:00
context.c context: Add support for [per-thread] global talloc contexts 2019-08-27 13:43:31 +02:00
conv.c conv: prevent theoretical NULL pointer dereference in osmo_conv_encode() 2020-02-09 04:27:47 +07:00
conv_acc.c libomsocoding: NEON viterbi acceleration 2020-08-06 16:47:40 +00:00
conv_acc_generic.c
conv_acc_neon.c libomsocoding: NEON viterbi acceleration 2020-08-06 16:47:40 +00:00
conv_acc_neon_impl.h libomsocoding: NEON viterbi acceleration 2020-08-06 16:47:40 +00:00
conv_acc_sse.c
conv_acc_sse_avx.c
conv_acc_sse_impl.h
counter.c
crc16.c
crcXXgen.c.tpl
exec.c exec: osmo_system_nowait2: initalize *pw pointer with NULL 2020-05-12 11:03:51 +00:00
fsm.c fsm: Add osmo_fsm_inst_broadcast_children() 2020-12-21 15:45:45 +01:00
gsmtap_util.c gsmtap_util: SNR can be negative, use a signed integer 2021-01-04 17:49:18 +01:00
isdnhdlc.c
it_q.c Add inter-thread queue 2021-01-06 00:22:13 +01:00
logging.c logging: Remove duplicate color for DLSMS 2021-01-07 18:57:18 +00:00
logging_gsmtap.c logging_gsmtap.c: document all params of log_target_create_gsmtap() 2019-03-27 08:56:21 +01:00
logging_syslog.c
logging_systemd.c logging: introduce 'systemd-journal' target 2020-10-19 15:02:00 +00:00
loggingrb.c
macaddr.c macaddr: fix osmo_macaddr_parse(): return meaningful error codes 2020-08-27 01:10:51 +07:00
mnl.c mnl: Use mnl_socket_open() insatead of mnl_socket_open2() 2020-12-04 10:29:07 +01:00
msgb.c cosmetic: Fix typo in API doc 2020-09-27 12:58:23 +02:00
msgfile.c
panic.c
plugin.c
prbs.c
prim.c
rate_ctr.c rate_ctr: Add functions to reset rate counter (groups) 2020-07-17 16:41:31 +00:00
rbtree.c
select.c select: Migrate over to poll() 2020-10-23 15:09:05 +00:00
sercomm.c
serial.c serial: Introduce API osmo_serial_speed_t 2020-11-13 22:58:14 +01:00
signal.c Revert "signal.c: Make non-exported tall_sigh_ctx static" 2019-03-22 13:25:01 +01:00
sockaddr_str.c sockaddr_str: add osmo_sockaddr_str_from_str2() which doesn't set the port 2020-09-02 15:22:57 +00:00
socket.c add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_str 2020-10-12 15:13:43 +00:00
stat_item.c stat_item: Add function to reset stat items and groups 2020-07-17 16:41:31 +00:00
stats.c stats: Add stats commands related to testing 2020-07-17 16:41:31 +00:00
stats_statsd.c statsd report: Fix wrong fmt specificier generating wrong stats 2020-11-28 01:11:25 +01:00
strrb.c
tdef.c tdef: Introduce OSMO_TDEF_US unit 2020-11-11 20:08:26 +00:00
timer.c select: Migrate over to poll() 2020-10-23 15:09:05 +00:00
timer_clockgettime.c
timer_gettimeofday.c
use_count.c osmo_use_count_to_str: make robust against unused use_count 2020-09-30 18:48:12 +00:00
utils.c doc tweaks for osmo_float_str_to_int(), osmo_int_to_float_str*() 2020-10-09 19:23:34 +00:00
write_queue.c write_queue: Re-enqueue msgb if write_cb returns -EAGAIN 2020-09-29 16:58:11 +00:00