aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon
AgeCommit message (Expand)AuthorFilesLines
2018-03-22backport support for 3-digit MNC with leading zerosneels/mnc3Neels Hofmeyr1-5/+5
2018-03-14Add support for Access Control Class ramping.Stefan Sperling1-0/+2
2018-03-14Add stat items for the BTS's channel load average and T3122.Stefan Sperling1-1/+18
2018-03-14Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling1-0/+3
2018-03-05fix build: gprs_ra_id_by_bts(): ensure to init all valuesNeels Hofmeyr1-4/+6
2017-11-27vty: Add cmd to configure 3g Early Classmark SendingPau Espin Pedrol1-0/+1
2017-08-14Fix gsm_pchan2chan_nr() to use RSL_CHAN_OSMO_PDCHHarald Welte1-1/+4
2017-08-13libcommon: Fix log output for bts>0.Alexander Chemeris2-3/+5
2017-06-18Add vty command "radio-link-timeout infinite" for uplink rx testingHarald Welte1-2/+38
2017-06-09Get TRX attributesMax1-0/+1
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte1-8/+0
2017-05-31Add remote BTS feature storage and helpersMax2-0/+17
2017-05-31Adjust BTS model feature checkMax1-6/+6
2017-05-25pcu_sock: add basic pcu interface supportPhilipp Maier1-0/+5
2017-05-25gsm_data_shared: add value strings for gsm_chreqPhilipp Maier1-0/+10
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso2-6/+3
2017-05-09Make BTS type and variant converters shareableMax2-20/+55
2017-04-10gsm_bts: add version and variant detailsMax1-3/+3
2017-03-15oap tests: fix after SQN scheme changes from libosmocoreNeels Hofmeyr1-1/+1
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr1-3/+9
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr1-1/+1
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr1-12/+12
2017-02-22debug.h/c: remove unused cruft / cosmetic tweaksNeels Hofmeyr1-2/+1
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr1-24/+18
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr2-3/+3
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr1-3/+4
2016-12-13oap_client: make use of OAP optional: disable for NULL configNeels Hofmeyr2-2/+6
2016-12-13oap_client: reject all messages in disabled/uninitialized stateNeels Hofmeyr2-0/+17
2016-12-13oap_client: move logging to DLOAP logging categoryNeels Hofmeyr1-12/+12
2016-12-13move grps_gsup_client.c to libcommon/gsup_client.cNeels Hofmeyr3-0/+657
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr2-0/+262
2016-12-09lchan release in error state: SACCH deact only for SACCH pchansNeels Hofmeyr1-1/+1
2016-11-13Support configuration of CON MO Groups/Paths from VTYHarald Welte1-0/+10
2016-11-11talloc_cxt: Fix compiler warning / missing #includeHarald Welte1-0/+1
2016-10-18Replace magic number with defineMax1-1/+1
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr1-2/+1
2016-10-10gsm_trx_name(): don't break if trx is NULLNeels Hofmeyr1-2/+5
2016-09-28dyn TS: fix: e1_config.c: switch(pchan) for dyn TSNeels Hofmeyr1-0/+16
2016-09-28dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH modeNeels Hofmeyr1-6/+20
2016-09-26mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctxNeels Hofmeyr1-17/+16
2016-09-22cosmetic fixes in libcommon/talloc_ctx.cNeels Hofmeyr1-1/+20
2016-09-17Modify SI 13 field for control_ack_typeMax1-0/+1
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-7/+27
2016-08-27move ts_sublots() to gsm_data_shared.c, it will be used by osmo-btsNeels Hofmeyr1-0/+25
2016-08-10gsm_pchan2chan_nr(): fix uninitialized cbitsNeels Hofmeyr1-6/+5
2016-08-10gsm_pchan2chan_nr: disable a chan_nr assert in BTS, to not break octphyNeels Hofmeyr1-0/+10
2016-07-28dyn TS: rsl_lchan_lookup(): add dyn PCHANNeels Hofmeyr1-2/+12
2016-07-28dyn TS: rsl *2chan_nr(): handle TCH/F_TCH/H_PDCHNeels Hofmeyr1-0/+7
2016-07-28dyn TS: gsm_lchan2chan_nr(): decouple from ts->pchanNeels Hofmeyr1-4/+11
2016-07-28gsm_ts2chan_nr(): add assertions for lchan_nrNeels Hofmeyr1-0/+14