aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-04pcuif: Improve BTS-supported CS/MCS handlingPau Espin Pedrol4-39/+49
2020-11-04Move BTS initial values inside bts.cppPau Espin Pedrol2-83/+89
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-29tbf_dl: Update (egprs_)ms_class for already known MSPau Espin Pedrol2-26/+13
2020-10-29cosmetic: Fix ws between if keyword and parenthesisPau Espin Pedrol5-11/+11
2020-10-29bts: define egprs_enabled as boolPau Espin Pedrol2-3/+4
2020-10-29alloc_algo_b: Select TRX with least assigned TFIs during TBF allocPau Espin Pedrol1-42/+54
2020-10-29tbf: Clean up gprs_rlcmac_dl_tbf::handle()Pau Espin Pedrol5-103/+50
2020-10-27pcu_l1_if: fix misaligned assignment of remote addressAlexander Couzens1-2/+5
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 Pedrol6-93/+55
2020-10-24tbf: Implement enable_egprs() oncePau Espin Pedrol3-15/+2
2020-10-24tbf: Make window() available to tbf base classPau Espin Pedrol9-13/+20
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 Pedrol1-3/+3
2020-10-23Improve debug logging for alloc algosPau Espin Pedrol1-1/+3
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-13Rework NS configuration over the info indicationAlexander Couzens3-78/+202
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 Couzens7-160/+204
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
2020-09-22Free all MS TBFs when receiving GPRS Suspension RequestPau Espin Pedrol1-0/+17
2020-09-22gprs_ms_storage.h: Set pointer to NULL instead of 0Pau Espin Pedrol1-1/+1
2020-09-22tbf: Don't log rlcmac_diag() output in separate linesPau Espin Pedrol2-19/+30
2020-09-22pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens1-2/+13
2020-09-22pcuif_proto: version 10: add frequency hopping parametersVadim Yanitskiy1-3/+22