aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-04Move EGPRS MS mode set to gprs_ms.cppPau Espin Pedrol7-78/+77
2020-11-04pcuif: Improve BTS-supported CS/MCS handlingPau Espin Pedrol5-40/+50
2020-11-04Move BTS initial values inside bts.cppPau Espin Pedrol7-340/+148
2020-11-03NS2: follow the change of ownershipAlexander Couzens1-1/+5
2020-11-02BSSGP: constify argument 'tp' of gprs_bssgp_pcu_rx_paging_{cs,ps}Vadim Yanitskiy1-2/+2
2020-11-02BSSGP: use tlvp_val8() in gprs_bssgp_pcu_rx_paging_cs()Vadim Yanitskiy1-2/+1
2020-10-30gprs_ms: Use proper function to get CSPau Espin Pedrol1-2/+2
2020-10-30cosmetic: tests: pcu_emu: fix trailing whitespacePau Espin Pedrol1-1/+1
2020-10-29tbf_dl: Update (egprs_)ms_class for already known MSPau Espin Pedrol3-33/+20
2020-10-29cosmetic: Fix ws between if keyword and parenthesisPau Espin Pedrol5-11/+11
2020-10-29bts: define egprs_enabled as boolPau Espin Pedrol3-15/+16
2020-10-29alloc_algo_b: Select TRX with least assigned TFIs during TBF allocPau Espin Pedrol3-132/+100
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol7-334/+283
2020-10-27pcu_l1_if: fix misaligned assignment of remote addressAlexander Couzens1-2/+5
2020-10-26tests: ms: Pass correct pointer in constructor instead of NULLPau Espin Pedrol1-1/+1
2020-10-25tbf: Drop unused function disable_egprs()Pau Espin Pedrol1-6/+0
2020-10-24Move dl_tbf allocation code to correct filePau Espin Pedrol4-111/+116
2020-10-24Move ul_tbf allocation code to correct filePau Espin Pedrol5-167/+170
2020-10-24tbf: Set MS during constructor timePau Espin Pedrol10-13083/+13050
2020-10-24tbf: Implement enable_egprs() oncePau Espin Pedrol3-15/+2
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol11-27/+38
2020-10-24Move constructor gprs_rlcmac_dl_tbf::BandWidth to correct filePau Espin Pedrol2-10/+10
2020-10-24Move gprs_rlcmac_ul_tbf::window to correct filePau Espin Pedrol2-5/+5
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-10/+32
2020-10-24main: remove line breaks in print_help(), increase spacingVadim Yanitskiy1-15/+10
2020-10-23Fix several calls to LOGPALPau Espin Pedrol3-28/+28
2020-10-23Improve debug logging for alloc algosPau Espin Pedrol2-109/+115
2020-10-19Use osmo_fd_setup() whenever applicableHarald Welte4-31/+7
2020-10-16fix tbf_select_slot_set(): use LOGP() instead of LOGPC()Vadim Yanitskiy1-2/+2
2020-10-16doc/manuals: (re-)generate XML VTY reference automaticallyVadim Yanitskiy2-2042/+6
2020-10-13Rework NS configuration over the info indicationAlexander Couzens5-85/+212
2020-10-13contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-10gprs_bssgp_pcu: fix: do not crash on receipt of subsequent INFO.indVadim Yanitskiy1-10/+15
2020-10-10struct gprs_rlcmac_bts: remove unused 'nsei' fieldVadim Yanitskiy2-2/+0
2020-10-10gprs_bssgp_pcu: fix possible memleak in gprs_nsvc_create_and_connect()Vadim Yanitskiy1-0/+1
2020-10-09gprs_bssgp_pcu: make osmo_sockaddr local/sgsn arguments constVadim Yanitskiy2-8/+8
2020-10-09pcu_main: add commandline option --vty-ref-xmlPhilipp Maier1-0/+12
2020-10-09pcu_l1_if: print NSVC address in more common formatVadim Yanitskiy1-3/+2
2020-10-09pcu_l1_if: use proper format string specifiers: %d -> %uVadim Yanitskiy1-5/+5
2020-10-09pcu_l1_if: cosmetic: make {local,remote}_sockaddr scoped variablesVadim Yanitskiy1-1/+2
2020-10-08pcu_l1_if: correct logging level in pcu_rx_info_ind()Vadim Yanitskiy1-1/+1
2020-10-08pcu_l1_if: cosmetic: use ARRAY_SIZE() in pcu_rx_info_ind()Vadim Yanitskiy1-1/+1
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier2-260/+327
2020-10-06Use the new NS2 libAlexander Couzens9-189/+248
2020-10-01bts.cpp: Increase constructor priorityHarald Welte1-1/+1
2020-09-22Fix crash accessing NULL tbf->pdch[first_ts]Pau Espin Pedrol1-2/+1
2020-09-22cosmetic: Fix typo in commentPau Espin Pedrol1-2/+2
2020-09-22cosmetic: Fix indentation of for loopsPau Espin Pedrol1-48/+48
2020-09-22vty: Add 'show bts pdch' commandPau Espin Pedrol3-1/+38
2020-09-22cosmetic: fix indentation alignmentPau Espin Pedrol1-8/+8