aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/system_information.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-22backport support for 3-digit MNC with leading zerosneels/mnc3Neels Hofmeyr1-9/+3
2018-03-14Add support for Access Control Class ramping.Stefan Sperling1-0/+11
2018-03-12sysinfo: Fix regression causing missing L2 Pseudo-Length in SI5/SI6Harald Welte1-5/+5
2017-11-27vty: Add cmd to configure 3g Early Classmark SendingPau Espin Pedrol1-0/+2
2017-11-27Use type bool for boolean fields in gsm48_si_ro_infoPau Espin Pedrol1-7/+7
2017-10-01Make sure BA-IND in all SI2xxx is '0' and in all SI5xxx is '1'Harald Welte1-1/+15
2017-10-01libbsc: document arguments of generate_bcch_chan_list()Harald Welte1-1/+7
2017-08-30SI13: drop PBCCH-related bitsMax1-11/+6
2017-06-15Update SI data structures and generationMax1-51/+101
2017-06-15Move SI-related definesMax1-2/+2
2017-05-15SI2quater: fix EARFCN inclusion checkMax1-1/+6
2017-05-15Restructure SI2quater generationMax1-31/+58
2017-04-28Prepare for extended SI2quater supportMax1-47/+40
2017-04-10gsm_bts: add version and variant detailsMax1-4/+4
2017-01-26Implement VTY configuration to control Early Classmark SendingHarald Welte1-0/+2
2017-01-23SI2q: add support for multiple UARFCNsMax1-4/+24
2017-01-23Prevent segfault in range encodingMax1-31/+35
2017-01-06Cosmetic fixes around SI generationMax1-1/+1
2016-12-09Replace duplicated code with macro callMax1-10/+10
2016-09-17Modify SI 13 field for control_ack_typeMax1-0/+4
2016-07-28Modify SI 13 field to support 11 bit RACHbhargava1-0/+3
2016-05-31Make si2q scheduling optionalMax1-1/+9
2016-05-30bsc: Create minimal SI6 rest octetsHolger Hans Peter Freyther1-1/+3
2016-05-23Fix copy-paste error in SI6Max1-1/+1
2016-05-17Move DTX settings to BTSMax1-0/+5
2016-04-29Fix comment typoMax1-1/+1
2016-04-22Add vty check for max si2quater sizeMax1-1/+20
2016-04-22Add basic UARFCN supportMax1-2/+137
2016-04-16Add basic SI2quater supportMax1-0/+23
2016-04-16Refactor SI-related codeMax1-18/+19
2016-04-16Add SI2quater support to SI3Max1-1/+7
2015-09-04system_information.c: Distinguish two previously identical log msgsHarald Welte1-2/+2
2015-09-04Fix neighbor channel list generation for 1900 MHz PCS bandHarald Welte1-3/+3
2015-01-01smscb: Prepare to fill in the info for CBCH in SI4Holger Hans Peter Freyther1-1/+1
2014-12-30libbsc/system_information.c: Fix off-by-one error in si4 generation with CBCH...Daniel Willmann1-3/+3
2014-12-30move gsm_bts_get_cbch() to gsm_data_shared() as its needed in osmo-btsHarald Welte1-22/+1
2014-12-30Add basic support for CBCH / SMS-CB (Cell Brroadcast)Harald Welte1-2/+35
2014-11-21bts: Store the bcch_change_mark in the bts structureHolger Hans Peter Freyther1-0/+3
2014-01-16si: Fix range1024 encodingJacob Erlbeck1-1/+1
2014-01-16si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messagesJacob Erlbeck1-0/+3
2013-07-03hsl: Remove the support for the HSL bts from OpenBSCHolger Hans Peter Freyther1-4/+0
2013-03-17Add VTY option to set GPRS network-control-order to enable MS measurementsAndreas Eversberg1-0/+1
2013-03-10si: Another round of PCS related fixesHolger Hans Peter Freyther1-2/+14
2013-01-17si: Deal with DCS1800 and PCS1900 have overlapping ARFCN rangesHolger Hans Peter Freyther1-3/+23
2013-01-17si: Share the ARFCN selection condition between the two statementsHolger Hans Peter Freyther1-30/+37
2012-10-22si: Partially implement the range encoding for the SI.Holger Hans Peter Freyther1-25/+111
2012-10-08SI13: Set alpha value to a safer default of 0 instead of 10Harald Welte1-1/+1
2012-09-29Fix: T3192 and T3193 must be similarAndreas Eversberg1-1/+1
2012-07-02BSC: introduce new "sysmobts" BTS modelHarald Welte1-0/+4
2012-03-01Improved generation of SYSTEM INFORMATIONs 2* and 5* for neighbour bandsAndreas Eversberg1-21/+222