-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdeployment.yaml
More file actions
91 lines (65 loc) · 2.52 KB
/
deployment.yaml
File metadata and controls
91 lines (65 loc) · 2.52 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# yaml-language-server: $schema=../../tools/schemas/jrtc-ctl..schema.json
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
name: dashboard
app:
- name: dashboard
path: ${JRTC_APPS}/dashboard/dashboard.py
type: python
port: 30500
modules:
- ${JRTC_APPS}/dashboard/dashboard_params.py
- ${JRTC_APPS}/libs/logger.py
- ${JRTC_APPS}/libs/la_logger.py
- ${JRTC_APPS}/libs/ue_contexts_map.py
- ${JBPF_CODELETS}/ue_contexts/ue_contexts.py
- ${JBPF_CODELETS}/mac/mac_sched_bsr_stats.py
- ${JBPF_CODELETS}/mac/mac_sched_crc_stats.py
- ${JBPF_CODELETS}/mac/mac_sched_phr_stats.py
- ${JBPF_CODELETS}/mac/mac_sched_uci_stats.py
- ${JBPF_CODELETS}/mac/mac_sched_harq_stats.py
- ${JBPF_CODELETS}/rlc/rlc_dl_stats.py
- ${JBPF_CODELETS}/rlc/rlc_ul_stats.py
- ${JBPF_CODELETS}/pdcp/pdcp_dl_stats.py
- ${JBPF_CODELETS}/pdcp/pdcp_ul_stats.py
- ${JBPF_CODELETS}/rrc/rrc_ue_add.py
- ${JBPF_CODELETS}/rrc/rrc_ue_procedure.py
- ${JBPF_CODELETS}/rrc/rrc_ue_remove.py
- ${JBPF_CODELETS}/rrc/rrc_ue_update_context.py
- ${JBPF_CODELETS}/rrc/rrc_ue_update_id.py
- ${JBPF_CODELETS}/ngap/ngap.py
- ${JBPF_CODELETS}/fapi_dl_conf/fapi_gnb_dl_config_stats.py
- ${JBPF_CODELETS}/fapi_ul_conf/fapi_gnb_ul_config_stats.py
- ${JBPF_CODELETS}/fapi_ul_crc/fapi_gnb_crc_stats.py
- ${JBPF_CODELETS}/fapi_rach/fapi_gnb_rach_stats.py
- ${JBPF_CODELETS}/perf/jbpf_stats_report.py
- ${JBPF_CODELETS}/xran_packets/xran_packet_info.py
jbpf:
device:
- id: 1
port: 30450
codelet_set:
- device: 1
config: ${JBPF_CODELETS}/ue_contexts/ue_contexts.yaml
- device: 1
config: ${JBPF_CODELETS}/mac/mac_stats.yaml
- device: 1
config: ${JBPF_CODELETS}/rlc/rlc_stats.yaml
- device: 1
config: ${JBPF_CODELETS}/pdcp/pdcp_stats.yaml
- device: 1
config: ${JBPF_CODELETS}/rrc/rrc.yaml
- device: 1
config: ${JBPF_CODELETS}/ngap/ngap.yaml
- device: 1
config: ${JBPF_CODELETS}/fapi_dl_conf/fapi_gnb_dl_config_stats.yaml
- device: 1
config: ${JBPF_CODELETS}/fapi_ul_conf/fapi_gnb_ul_config_stats.yaml
- device: 1
config: ${JBPF_CODELETS}/fapi_ul_crc/fapi_gnb_crc_stats.yaml
- device: 1
config: ${JBPF_CODELETS}/fapi_rach/fapi_gnb_rach_stats.yaml
- device: 1
config: ${JBPF_CODELETS}/perf/jbpf_stats.yaml
# - device: 1
# config: ${JBPF_CODELETS}/xran_packets/xran_packets.yaml