aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-10tlv.h: add msgb_tvl_put() to add a TvLV without the value partNeels Hofmeyr1-0/+45
2020-06-10add gsm23236: MSC pooling: TMSI and NRI utility functionsNeels Hofmeyr9-1/+1784
2020-06-09gsm0808: fix endieness of call identifierPhilipp Maier2-4/+14
2020-06-08lapd_core: Fix log line being about LAPD and not LAPDmHarald Welte1-1/+1
2020-06-08lapd/lapdm: print user-defined string name instead of (dl=%p)Harald Welte6-323/+303
2020-06-08NS: replace use of gprs_nsvc_create() with gprs_nsvc_crate2()Harald Welte5-13/+7
2020-06-08NS: Optionally disable NS-{RESET,BLOCK,UNBLOCK} when using UDP/IPHarald Welte3-24/+57
2020-05-31bts_features: introduce osmo_bts_unset_feature()Vadim Yanitskiy2-0/+7
2020-05-31bts_features: fix: properly check the result of bitvec_get_bit_pos()Vadim Yanitskiy1-1/+1
2020-05-28Implement ITU-T I.460 multiplex / demultiplexHarald Welte9-1/+999
2020-05-26fix osmo_mi_name_c() to always return talloced strings, via osmo_mi_name_buf()Neels Hofmeyr1-3/+5
2020-05-26api doc: clarify OSMO_NAME_C_IMPL() required FUNC_BUF signatureNeels Hofmeyr1-1/+3
2020-05-26api doc: clarify 'returns' of gsm48_mi_to_string()Neels Hofmeyr1-2/+4
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+9
2020-05-20contrib: integrate RPM specOliver Smith3-10/+7
2020-05-20gsmtap_makemsg_ex: NULL for unknown chan_typeOliver Smith1-1/+5
2020-05-18enable vty xml dumping to stdoutNeels Hofmeyr2-25/+62
2020-05-17gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris6-0/+113
2020-05-16contrib: import RPM specOliver Smith1-0/+460
2020-05-15libosmogsm: add Doxygen docs for gsm0502_hop_seq_gen()Harald Welte1-1/+10
2020-05-15libosmogsm: import hopping sequence generation codeSylvain Munaut3-0/+58
2020-05-15cosmetic: apply changes to match struct_endianess.py outputNeels Hofmeyr3-14/+8
2020-05-15struct_endianess.py: also recognise unnamed substructsNeels Hofmeyr1-1/+3
2020-05-15add missing endian.h in gsm_23_041.hNeels Hofmeyr1-0/+2
2020-05-14codec: Add functions for AMR s->d bits and d->s bitsHarald Welte5-1/+165
2020-05-14libosmogsm: cosmetic: add spaces before and after PRIu32Vadim Yanitskiy1-1/+1
2020-05-14gsm0808_utils: Add gsm0808_get_cipher_reject_cause() back with a deprecation ...Alexander Chemeris2-0/+8
2020-05-13gsm0808_utils: Fix gsm0808_cause_class() functionAlexander Chemeris1-1/+1
2020-05-13gsm0808: Make a function to extract Cause IE publicly available.Alexander Chemeris6-19/+22
2020-05-12gsm0505_amr_dtx: add missing value stringsPhilipp Maier2-5/+7
2020-05-12logging: do not allow multiple calls of log_init()Philipp Maier1-0/+3
2020-05-12logging: use LOGL_NOTICE when no loglevel is setPhilipp Maier1-9/+17
2020-05-12gsm_04_08.h: fix big endian structsNeels Hofmeyr1-238/+0
2020-05-12exec: osmo_system_nowait2: initalize *pw pointer with NULLPhilipp Maier1-1/+2
2020-05-12usb: Add osmo_libusb_find_open_claim() all-in-one APIHarald Welte2-0/+126
2020-05-12README.md: We don't build libosmotrau. The latter is in libosmo-abis.gitHarald Welte1-1/+0
2020-05-12README.md: fix typo (coore -> core)Harald Welte1-1/+1
2020-05-12gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris2-3/+3
2020-05-11Drop old BSC references in fd check configure optionPau Espin Pedrol2-3/+3
2020-05-10statsd: fix rendering for groups with idx==0Kirill Zakharenko1-14/+6
2020-05-09stats: Change timer to timerfd to make it a true interval timer.Alexander Chemeris1-7/+37
2020-05-09stats: Support regular stats flushAlexander Chemeris3-1/+59
2020-05-09stats: Fix documentation for osmo_stats_set_interval()Alexander Chemeris1-2/+1
2020-05-09stats: Move cfg_stats_interval_cmd() function.Alexander Chemeris1-18/+17
2020-05-09select: Fix typo in a comment Osmcoom->OsmocomAlexander Chemeris1-1/+1
2020-05-05sim: When decoding SW, take application specific SW into accountHarald Welte4-21/+46
2020-05-05rest_octets: fix encoding of 3G Early Classmark Sending RestrictionVadim Yanitskiy1-2/+2
2020-05-02gsm_29_118.h: Fix compilation with gcc-10Harald Welte1-1/+1
2020-05-01configure.ac: Fix HAVE_CLOCK_GETTIME undef when func in -lrtPau Espin Pedrol1-2/+4
2020-04-28gsm_04_06.h: Remove repeated egprs header struct definitionsPau Espin Pedrol1-153/+0