File: rr.conf.example

package info (click to toggle)
srslte 18.06.1%2Bds.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,076 kB
  • sloc: cpp: 100,729; ansic: 69,795; sh: 118; makefile: 79
file content (50 lines) | stat: -rw-r--r-- 1,071 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
mac_cnfg =
{
  phr_cnfg = 
  {
    dl_pathloss_change = "3dB"; // Valid: 1, 3, 6 or INFINITY
    periodic_phr_timer = 50;
    prohibit_phr_timer = 0;
  };
  ulsch_cnfg = 
  {
    max_harq_tx = 4;
    periodic_bsr_timer = 20; // in ms
    retx_bsr_timer = 320;   // in ms
  };
  
  time_alignment_timer = -1; // -1 is infinity
};

phy_cnfg =
{
  phich_cnfg = 
  {
    duration  = "Normal";
    resources = "1/6"; 
  };

  pusch_cnfg_ded =
  {
    beta_offset_ack_idx = 6;
    beta_offset_ri_idx  = 6;
    beta_offset_cqi_idx = 6;
  };
  
  // PUCCH-SR resources are scheduled on time-frequeny domain first, then multiplexed in the same resource. 
  sched_request_cnfg =
  {
    dsr_trans_max = 64;
    period = 20;       // in ms
    subframe = [1];    // vector of subframe indices allowed for SR transmissions 
    nof_prb = 2;       // number of PRBs on each extreme used for SR (total prb is twice this number)
  };
  cqi_report_cnfg =
  { 
    mode = "periodic";
    simultaneousAckCQI = true; 
    period = 40; // in ms
    subframe = [0];
    nof_prb = 2; 
  };
};