Skip to content

RRC/eNB: make dedicated bearer setting configuable for nos1 target

As discussed at the dev meeting, before proceeding the work for !226 (closed), we need to make dedicated bearer configurable for nos1 target.

With this commit, we can add dedicated bearer config under each eNB setting like below

TODO: support TFT configuration

eNB =
(
  {
    nos1 :
    {
      dedicated_bearers = (
        {
          qci = 1;
          priority = "spare";
          pre_emp_capability = true;
        },
        {
          qci = 2;
          priority = "lowest";
          pre_emp_vulnerability = true;
        });
    };
  }
)

Signed-off-by: Wataru Ishida ishida.wataru@lab.ntt.co.jp

Merge request reports