Project

General

Profile

Actions

Bug #5335

open

osmo-bsc: Add VTY commands to configure T3.. and N3.. timers counters for gprs

Added by pespin over 2 years ago. Updated 4 months ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
PCU Interface
Target version:
-
Start date:
11/30/2021
Due date:
% Done:

70%

Spec Reference:
Tags:

Description

nanobts_attr_cell_get() in src/osmo-bsc/bts_ipaccess_nanobts_omlattr.c:

    /* all timers in seconds, unless otherwise stated */
    buf[0] = 20;    /* T3142 */
    buf[1] = 5;    /* T3169 */
    buf[2] = 5;    /* T3191 */
    buf[3] = 160;    /* T3193 (units of 10ms) */
    buf[4] = 5;    /* T3195 */
    buf[5] = 10;    /* N3101 */
    buf[6] = 4;    /* N3103 */
    buf[7] = 8;    /* N3105 */
    buf[8] = 15;    /* RLC CV countdown */

Similarly for the NS side of the PCU in nanobts_attr_nse_get():

    /* all timers in seconds */
    buf[0] = 3;    /* blockimg timer (T1) */
    buf[1] = 3;    /* blocking retries */
    buf[2] = 3;    /* unblocking retries */
    buf[3] = 3;    /* reset timer (T2) */
    buf[4] = 3;    /* reset retries */
    buf[5] = 10;    /* suspend timer (T3) in 100ms */
    buf[6] = 3;    /* suspend retries */
    buf[7] = 10;    /* resume timer (T4) in 100ms */
    buf[8] = 3;    /* resume retries */
    buf[9] = 10;    /* capability update timer (T5) */
    buf[10] = 3;    /* capability update retries */

Some of those are already being applied by osmo-pcu from what it receives in PCUIF INFO.ind, see T_defs_bts in osmo-pcu.git/src/src/bts.cpp and pcu_rx_info_ind().


Related issues

Related to libosmocore - Bug #5915: gprs: ns2: convert timers into osmo-timersNewjolly02/20/2023

Actions
Related to OsmoBSC - Bug #5991: Forward TSNS-PROV bsc->[bts->]pcuNewjolly03/31/2023

Actions
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)