aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-27move openbsc/* to repos rootNeels Hofmeyr182-96560/+0
2017-06-22Enable optional static builds1.0.1Max1-1/+0
2017-06-22Fix BTS features length checkMax1-4/+4
2017-06-18Add vty command "radio-link-timeout infinite" for uplink rx testingHarald Welte3-9/+74
2017-06-15bsc_init: Forget which SIs are valid for the trxMax2-4/+11
2017-06-15Update SI data structures and generationMax4-130/+186
2017-06-15Move SI-related definesMax2-3/+3
2017-06-12OML: fix potential OOB memory accessMax1-2/+2
2017-06-09Request and parse BTS feature list via OMLMax1-0/+40
2017-06-09Get TRX attributesMax3-37/+76
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte9-49/+41
2017-05-31Add remote BTS feature storage and helpersMax2-0/+17
2017-05-31Adjust BTS model feature checkMax2-8/+8
2017-05-29libbsc: Create pcu-socket only as specified in config fileHarald Welte2-14/+26
2017-05-28bsc_vty: Add command to manually issue IPAC MDCXHarald Welte1-1/+31
2017-05-27bsc_vty.c: Add command for manual [de]actiovation of logical channelsHarald Welte1-0/+119
2017-05-27bsc_vty.c: Further simplify vty_get_ts()Harald Welte1-6/+7
2017-05-27bsc_vty: Factor vty_get_ts() out of pdch_act_cmd()Harald Welte1-14/+26
2017-05-27bsc_api.c: Documentation for handle_mr_config()Harald Welte1-2/+13
2017-05-27costmetic: Document gsm48_multirate_config() + const-ify inputHarald Welte1-1/+6
2017-05-25Use new e1inp_signal_names from libosmo-abis to print input signal namesHarald Welte2-7/+4
2017-05-25abis_rsl: use msgb_pull to parse tlli from msgAlexander Couzens1-4/+2
2017-05-25abis_rsl: fix off-by-one length check when parsing ericson tlli fieldAlexander Couzens1-1/+1
2017-05-25pcu_sock: Fix broken paging commandPhilipp Maier1-7/+20
2017-05-25pcu_sock: Forward imm.ass PCU originated messagesPhilipp Maier2-0/+38
2017-05-25pcu_sock: implement direct tlli on AGCHAlexander Couzens1-0/+31
2017-05-25pcu_sock: pcu_tx_info_ind allow to use TRX not starting from 0Alexander Couzens1-1/+1
2017-05-25pcu_sock: set flag PCU_IF_FLAG_SYSMO by setting pcu_direct = 1Alexander Couzens1-1/+1
2017-05-25pcu_sock: Send non-NULL hLayer1 to PCUHarald Welte1-0/+1
2017-05-25pcu_sock: Forward paging request from PCU via RSL to BTSHarald Welte1-9/+44
2017-05-25pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iterationHarald Welte1-3/+3
2017-05-25pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num()Harald Welte1-14/+2
2017-05-25pcu_sock: add basic pcu interface supportPhilipp Maier5-1/+732
2017-05-25libbsc: add debug log message to S_L_INP_* callbacksPhilipp Maier2-0/+7
2017-05-25gsm_data_shared: add value strings for gsm_chreqPhilipp Maier1-0/+10
2017-05-22ipaccess-config: properly create swloadNeels Hofmeyr1-4/+6
2017-05-20Add missing _CFLAGS and _LIBSAlexander Huemer2-1/+4
2017-05-20libmsc: Map SMPP command status to GSM 04.11 causeKeith3-7/+41
2017-05-17Get basic BTS attributesMax2-0/+77
2017-05-15SI2quater: fix EARFCN inclusion checkMax2-3/+7
2017-05-15Restructure SI2quater generationMax3-104/+188
2017-05-15Prepare for BTS attribute reporting via OMLMax1-5/+5
2017-05-12fix subscriber random extension allocation rangeNeels Hofmeyr1-4/+4
2017-05-12fix VTY parsing: subscriber-create-on-demand randomNeels Hofmeyr1-1/+1
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso29-112/+60
2017-05-09Make BTS type and variant converters shareableMax3-21/+56
2017-05-08libmsc: send RP-ACK to MS after ESME sends SMPP DELIVER-SM-RESPPablo Neira Ayuso4-17/+174
2017-05-08libmsc: use GSM411_RP_CAUSE_MO_NUM_UNASSIGNED as return valuePablo Neira Ayuso2-6/+5
2017-05-08Use libosmocore for SW Description parsingMax2-101/+22
2017-05-05Gb: use textual representation for parse logMax1-3/+2