aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Prepare for extended SI2quater supportMax3-55/+48
2017-04-28Save PCU version reported by BTSMax1-13/+9
2017-04-26Fix MS TO measurement representationMax2-7/+16
2017-04-10gsm_bts: add version and variant detailsMax5-9/+12
2017-04-08abis: log known ACKs and unknown messagesMax1-1/+18
2017-04-03VTY: add the dyn_ts_allow_tch_f optionVadim Yanitskiy1-0/+2
2017-03-23Handle PCU version received via OML alertMax1-30/+90
2017-03-23libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation mes...Alexander Couzens1-1/+24
2017-03-23RBS2000 RSL: Support for sending RSL PAGING CMD for GPRSHarald Welte2-2/+7
2017-03-23RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCHHarald Welte1-0/+7
2017-03-23abis_om2k: protect MO FSMs by NULL checkAlexander Couzens1-1/+17
2017-03-23OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req AckHarald Welte2-0/+31
2017-03-20bsc_/gprs_subscriber: fix: use osmo_strlcpy() to safely copy IMSINeels Hofmeyr1-1/+1
2017-03-16Don't drop OML links for Get Attributes NACKMax1-10/+10
2017-03-15OM2000: Change the order of MO initializationHarald Welte1-22/+24
2017-03-15gprs: fix T3186 encoding in Sysinfo 13Philipp Maier1-1/+7
2017-03-15libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASEAlexander Couzens1-2/+14
2017-03-13unixsocket: start sabm for UNIXSOCKETAlexander Couzens1-2/+4
2017-03-13OM2000: Add FIXME comments for missing resolving of RX/TX MO!Harald Welte1-0/+2
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr6-54/+239
2017-03-02subscriber conn: add indicator for originating RANNeels Hofmeyr1-0/+1
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr4-4/+4
2017-02-23logging fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2-5/+5
2017-02-22logging: use central filter and ctx consts from libosmocoreNeels Hofmeyr3-7/+5
2017-02-19Add support for extended SI2q parametersMax1-31/+71
2017-02-09Remove duplicating defineMax1-5/+5
2017-02-09Expand chan allocation loggingMax3-7/+13
2017-02-08vty: remove ignored logging parametersMax1-2/+2
2017-02-03om2000: add VTY command to delete CON groupsPhilipp Maier1-0/+26
2017-02-02compiler warning: bsc_vty: remove two unused varsNeels Hofmeyr1-1/+0
2017-02-01OM2000: use assoc_so *only* for TS objectsHarald Welte1-4/+4
2017-01-26Implement VTY configuration to control Early Classmark SendingHarald Welte2-0/+26
2017-01-25CTRL: remove boilerplateMax1-71/+6
2017-01-23SI2q: add support for multiple UARFCNsMax2-32/+75
2017-01-23Prevent segfault in range encodingMax3-37/+54
2017-01-23Improve OML failure reportMax1-6/+14
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr2-6/+4
2017-01-06Cosmetic fixes around SI generationMax3-7/+9
2016-12-22bsc_vty: Fix missing break statements in switch()Harald Welte1-0/+2
2016-12-20Fix some typos in stdout outputRuben Undheim2-3/+3
2016-12-09channel_mode_from_lchan(): Add missing break statementHarald Welte1-0/+1
2016-12-09cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative valueHarald Welte1-1/+1
2016-12-09Fix TCH/F_PDCH: no need to check ts subslots for PDCHNeels Hofmeyr1-0/+7
2016-12-09cosmetic: chan_alloc: use switch instead of if-cascadeNeels Hofmeyr1-9/+12
2016-12-09Replace duplicated code with macro callMax1-10/+10
2016-12-09lchan release in error state: SACCH deact only for SACCH pchansNeels Hofmeyr1-1/+15
2016-12-02abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_sNeels Hofmeyr1-1/+1
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr1-6/+5
2016-12-02move to libcommon-cs: net timezone VTY configNeels Hofmeyr1-64/+0
2016-12-02Move timezone settings up to network levelNeels Hofmeyr1-32/+33