ltemme: add two on-demand dedicated bearer for TOS 0xb8 and 0x60

two bearer of QCI 1 and 2

Change-Id: I857bed943b0184540b0a8ac696e7ebddd693be87
This commit is contained in:
Andre Puschmann 2020-06-17 15:43:43 +02:00
parent 55b455cbf6
commit d5a58d0d61
1 changed files with 50 additions and 0 deletions

View File

@ -68,6 +68,56 @@
pre_emption_capability: "shall_not_trigger_pre_emption",
pre_emption_vulnerability: "not_pre_emptable",
},
{
qci: 1,
priority_level: 1,
pre_emption_capability: "shall_not_trigger_pre_emption",
pre_emption_vulnerability: "not_pre_emptable",
setup_type: "on_demand",
filters: [
{
direction: "both",
id: 1,
precedence: 0,
components: [
{
type_of_service: 0xb8,
mask: 255
}
]
}
],
on_demand_timeout: 10000,
on_demand_ul_trigger: true,
transaction_identifier: 20,
radio_priority: 1,
packet_flow_identifier: 20
},
{
qci: 2,
priority_level: 1,
pre_emption_capability: "shall_not_trigger_pre_emption",
pre_emption_vulnerability: "not_pre_emptable",
setup_type: "on_demand",
filters: [
{
direction: "both",
id: 2,
precedence: 1,
components: [
{
type_of_service: 0x60,
mask: 255
}
]
}
],
on_demand_timeout: 10000,
on_demand_ul_trigger: true,
transaction_identifier: 21,
radio_priority: 1,
packet_flow_identifier: 21
},
],
},
],