aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol7-11/+37
2021-02-19find_multi_slots: Avoid multiple calls to mslot_class_get_type()Pau Espin Pedrol1-3/+4
2021-02-19find_multi_slots: Mark mslot_class properties constPau Espin Pedrol1-4/+4
2021-02-19find_multi_slots: Avoid multiple calls to mslot_class_get_rx()Pau Espin Pedrol1-3/+4
2021-02-19find_multi_slots: Avoid calling mslot_class_get_tx() on each iterationPau Espin Pedrol1-1/+1
2021-02-19Use NULL as default value for pointer typePau Espin Pedrol1-1/+1
2021-02-19gprs_bssgp: use gprs_ns2_sns_add_bind() to allow the NSE to use the binds for...Alexander Couzens1-0/+8
2021-02-18sched: Avoid selecting TBF to tx NACC Dl msg if no TFI is assignedPau Espin Pedrol1-4/+4
2021-02-18cosmetic: fix line indentationPau Espin Pedrol1-1/+1
2021-02-17vty: Write 'neighbor resolution' config to filePau Espin Pedrol1-0/+5
2021-02-16gprs_bssgp: rename gprs_ns_config -> gprs_ns_update_configAlexander Couzens3-6/+7
2021-02-16gprs_bssgp: rework and rename ns_create_nsvc -> ns_configure_nseAlexander Couzens1-26/+40
2021-02-15nacc_fsm: Improve log when sending RIM RAN-INFO to gather SI from remote cellPau Espin Pedrol1-1/+4
2021-02-11nacc_fsm: Support receiving Pkt Cell Chg Notif while in some advanced statesPau Espin Pedrol1-3/+31
2021-02-11nacc_fsm: nacc_fsm: Support receiving Pkt Cell Change Notify in state WAIT_RE...Pau Espin Pedrol1-16/+32
2021-02-11nacc_fsm: Support receiving Pkt Cell Change Notify in state WAIT_RESOLVE_RAC_CIPau Espin Pedrol3-21/+62
2021-02-11nacc_fsm: Remove NACC_EV_RX_SI from in_event_mask of some statesPau Espin Pedrol1-2/+0
2021-02-11nacc_fsm: Move code filling struct to helper functionPau Espin Pedrol1-10/+19
2021-02-08cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
2021-02-05vty: register libosmocore's FSM introspection commandsVadim Yanitskiy1-0/+1
2021-02-04rlc.h: Fix struct bit fields on big endian systemsPau Espin Pedrol1-4/+24
2021-02-03nacc: Avoid RIM procedures targeting cells under same PCUPau Espin Pedrol1-0/+41
2021-02-03nacc: Implement Pkt Cell Change Continue retransmissionPau Espin Pedrol10-17/+105
2021-02-02gprs_bssgp_rim: add serving BSS NACC applicationPhilipp Maier3-13/+131
2021-02-01nacc: Fix typo in function namePau Espin Pedrol1-3/+3
2021-02-01tbf: Constify some methodsPau Espin Pedrol2-4/+4
2021-02-01tbf: Reuse stored result in variable in check_polling()Pau Espin Pedrol1-1/+1
2021-02-01encoding: Fix comment description of S/P fieldPau Espin Pedrol1-2/+2
2021-02-01Move src/tbf.txt to doc/Pau Espin Pedrol1-161/+0
2021-02-01Drop comment about an already implemented TODOPau Espin Pedrol1-1/+0
2021-02-01Update TS 04.60 references to new TS 44.060Pau Espin Pedrol2-4/+4
2021-01-29nacc: Improve log line failing to establish CTRL neigh connPau Espin Pedrol1-2/+3
2021-01-29NACC: Send only Pkt Cell Chg Continue if SI retrieve failsPau Espin Pedrol1-5/+5
2021-01-29NACC: Configure neighbor and SI resolution timeout valuesPau Espin Pedrol3-3/+37
2021-01-29NACC: allow setting keep time for entries in neigh and si cachePau Espin Pedrol5-15/+45
2021-01-29NACC: delay CTRL conn socket init until it's neededPau Espin Pedrol1-14/+11
2021-01-29NACC: Fix crash freeing struct if CTRL conn was refused during allocPau Espin Pedrol1-0/+3
2021-01-29Introduce NACC supportPau Espin Pedrol22-4/+1393
2021-01-29tbf: Make tbf_ms() param constPau Espin Pedrol2-2/+2
2021-01-28gprs_ns2: migrate to the new vty syntaxAlexander Couzens1-3/+1
2021-01-28follow gprs_ns2 API enum changesAlexander Couzens3-14/+14
2021-01-26sched: Avoid picking TBF with nacked dl blocks when GMSK is requiredPau Espin Pedrol1-3/+28
2021-01-25Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFsPau Espin Pedrol5-33/+59
2021-01-25ms: Properly handle EGPRS_GMSK mode in ms_max_cs_dl/ul()Pau Espin Pedrol1-18/+10
2021-01-25ms: Set proper initial MCS values setting mode EGPRS_GMSKPau Espin Pedrol1-0/+13
2021-01-25encoding: fix typos in commentPau Espin Pedrol1-2/+2
2021-01-25tbf: Drop always-true condition checking for MSPau Espin Pedrol1-3/+3
2021-01-25sched: Check if egprs is enabled in TBF rather than MS being egprs capablePau Espin Pedrol1-1/+1
2021-01-25ms: Drop always-false checkPau Espin Pedrol1-3/+0
2021-01-22gprs_pcu: Use libosmocore osmo_cgi_ps_cmp APIPau Espin Pedrol1-1/+1