aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Make the code work so that the msc_vlr tests passNeels Hofmeyr1-0/+7
2017-03-16temporary dev: set debug log level almost everywhereNeels Hofmeyr1-17/+17
2017-03-16move to libbsc: lchan_next_meas_rep() -- TODO really?Neels Hofmeyr1-13/+0
2017-03-16move to libbsc: gsm_bts_neighbor() -- TODO really?Neels Hofmeyr1-19/+0
2017-03-16add DIUCS debug log constantNeels Hofmeyr1-0/+5
2017-03-16move t3212 to network level (periodic lu)Neels Hofmeyr1-1/+1
2017-03-16gsup_client: allow passing a unit id to identify with HLRNeels Hofmeyr2-5/+15
2017-03-16Use libvlr in libmsc (large refactoring)Neels Hofmeyr4-143/+44
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
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr1-0/+49
2016-07-25gsm_data_shared: add gsm_ts_and_pchan_name() for dyn ts loggingNeels Hofmeyr1-0/+49
2016-07-25dyn TS: add ts->dyn stateNeels Hofmeyr1-0/+2
2016-07-24fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCHNeels Hofmeyr1-2/+4
2016-06-18rm dup: use channel type names from libosmocoreNeels Hofmeyr1-11/+2
2016-06-17bsc_version.c: update copyright date, add contributorNeels Hofmeyr1-3/+3
2016-06-13add DSUA debug constantDaniel Willmann1-0/+5
2016-06-10add DRANAP debug constantDaniel Willmann1-0/+5
2016-06-05Add regexp authorization policy for IMSIMax1-0/+1
2016-05-22subscr_name(): Handle case for subscr == NULLHarald Welte1-0/+3