T_messages.txt 92.6 KB
Newer Older
Cedric Roux's avatar
Cedric Roux committed
1 2 3 4 5 6
#general logs
ID = ENB_MASTER_TICK
    DESC = eNodeB master tick - one tick per ms, to be used as "reference clock", mostly for ticktime view
    GROUP = ALL:GENERAL:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe

7
#PHY logs
8
ID = ENB_PHY_UL_TICK
9
    DESC = eNodeB uplink tick - one tick per ms at start of uplink processing
10
    GROUP = ALL:PHY:GRAPHIC:ENB
11
    FORMAT = int,eNB_ID : int,frame : int,subframe
12
ID = ENB_PHY_DL_TICK
13
    DESC = eNodeB downlink tick - one tick per ms at start of downlink processing
14
    GROUP = ALL:PHY:GRAPHIC:ENB
15
    FORMAT = int,eNB_ID : int,frame : int,subframe
16
ID = ENB_PHY_DLSCH_UE_DCI
Cedric Roux's avatar
Cedric Roux committed
17 18
    DESC = eNodeB downlink UE specific DCI as sent by the PHY layer
    GROUP = ALL:PHY:GRAPHIC:ENB
Cedric Roux's avatar
Cedric Roux committed
19
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,dci_format : int,harq_pid : int,mcs : int,TBS
20
ID = ENB_PHY_DLSCH_UE_ACK
21 22
    DESC = eNodeB downlink UE ACK as seen by the PHY layer in process_HARQ_feedback
    GROUP = ALL:PHY:GRAPHIC:ENB
Cedric Roux's avatar
Cedric Roux committed
23
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
24
ID = ENB_PHY_DLSCH_UE_NACK
25 26
    DESC = eNodeB downlink UE NACK as seen by the PHY layer in process_HARQ_feedback
    GROUP = ALL:PHY:GRAPHIC:ENB
Cedric Roux's avatar
Cedric Roux committed
27
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
28
ID = ENB_PHY_ULSCH_UE_DCI
29 30
    DESC = eNodeB uplink UE specific DCI as sent by the PHY layer
    GROUP = ALL:PHY:GRAPHIC:ENB
Cedric Roux's avatar
Cedric Roux committed
31
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid : int,mcs : int,round : int,first_rb : int,nb_rb : int,TBS : int,L : int,firstCCE
32
ID = ENB_PHY_ULSCH_UE_NO_DCI_RETRANSMISSION
33 34
    DESC = eNodeB uplink UE retransmission due to PHICH NACK (see generate_phich_top)
    GROUP = ALL:PHY:GRAPHIC:ENB
Cedric Roux's avatar
Cedric Roux committed
35
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
36
ID = ENB_PHY_ULSCH_UE_ACK
37 38
    DESC = eNodeB uplink UE ACK as seen by the PHY layer
    GROUP = ALL:PHY:GRAPHIC:ENB
Cedric Roux's avatar
Cedric Roux committed
39
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
40
ID = ENB_PHY_ULSCH_UE_NACK
41 42
    DESC = eNodeB uplink UE NACK as seen by the PHY layer
    GROUP = ALL:PHY:GRAPHIC:ENB
Cedric Roux's avatar
Cedric Roux committed
43
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
44
ID = ENB_PHY_INPUT_SIGNAL
45
    DESC = eNodeB received signal in the time domain for a duration of 1ms
46
    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
47
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,antenna : buffer,rxdata
Cedric Roux's avatar
Cedric Roux committed
48 49 50 51
ID = ENB_PHY_OUTPUT_SIGNAL
    DESC = eNodeB sent signal in the time domain for a duration of 1ms
    GROUP = ALL:PHY:HEAVY:ENB
    FORMAT = int,eNB_ID : int,CC_id : int,frame : int,subframe : int,antenna : buffer,txdata
52
ID = ENB_PHY_UL_CHANNEL_ESTIMATE
53
    DESC = eNodeB channel estimation in the time domain
54
    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
Cedric Roux's avatar
Cedric Roux committed
55
    FORMAT = int,eNB_ID : int,rnti : int,frame : int,subframe : int,antenna : buffer,chest_t
56
ID = ENB_PHY_PUSCH_IQ
Cedric Roux's avatar
Cedric Roux committed
57
    DESC = eNodeB PUSCH received IQ data
58
    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
Cedric Roux's avatar
Cedric Roux committed
59
    FORMAT = int,eNB_ID : int,rnti : int,frame : int,subframe : int,nb_rb : int,N_RB_UL : int,symbols_per_tti : buffer,pusch_comp
60
ID = ENB_PHY_PUCCH_1AB_IQ
Cedric Roux's avatar
Cedric Roux committed
61
    DESC = eNodeB PUCCH received IQ data
62
    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
Cedric Roux's avatar
Cedric Roux committed
63
    FORMAT = int,eNB_ID : int,rnti : int,frame : int,subframe : int,I : int,Q
64
ID = ENB_PHY_PUCCH_1_ENERGY
Cedric Roux's avatar
Cedric Roux committed
65
    DESC = eNodeB PUCCH 1 energy and threshold
66
    GROUP = ALL:PHY:GRAPHIC:HEAVY:ENB
Cedric Roux's avatar
Cedric Roux committed
67
    FORMAT = int,eNB_ID : int,rnti : int,frame : int,subframe : int,energy : int,threshold
Cedric Roux's avatar
Cedric Roux committed
68 69 70
ID = ENB_PHY_PHICH
    DESC = eNodeB PHICH
    GROUP = ALL:PHY:ENB
Cedric Roux's avatar
Cedric Roux committed
71
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid : int,NGROUP : int,NSF : int,ngroup : int,nseq : int,ACK : int,first_rb : int,n_DMRS
Cedric Roux's avatar
Cedric Roux committed
72 73 74
ID = ENB_PHY_MSG3_ALLOCATION
    DESC = eNodeB Msg3 allocation/reallocation
    GROUP = ALL:PHY:ENB
Cedric Roux's avatar
Cedric Roux committed
75
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,first_transmission : int,Msg3_frame : int,Msg3_subframe
Cedric Roux's avatar
Cedric Roux committed
76 77 78
ID = ENB_PHY_INITIATE_RA_PROCEDURE
    DESC = eNodeB initiates a random access procedure after detecting enough energy for one of the preambles
    GROUP = ALL:PHY:ENB
Cedric Roux's avatar
Cedric Roux committed
79
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,preamble : int,energy : int,delay
80 81 82 83
ID = GNB_PHY_DL_TICK
    DESC = gNodeB downlink tick - one tick per ms at start of downlink processing
    GROUP = ALL:PHY:GRAPHIC:GNB
    FORMAT = int,gNB_ID : int,frame : int,subframe
84

85 86 87 88 89 90 91 92
#MAC logs
ID = ENB_MAC_UE_DL_SDU
    DESC = MAC downlink SDU for an UE coming from RLC to MAC
    GROUP = ALL:MAC:ENB
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,lcid : int,length
ID = ENB_MAC_UE_UL_SCHEDULE
    DESC = MAC uplink UE scheduling decision
    GROUP = ALL:MAC:ENB
Cedric Roux's avatar
Cedric Roux committed
93
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,mcs : int,first_rb : int,nb_rb : int,TBS : int,ndi
94 95 96 97 98 99 100 101
ID = ENB_MAC_UE_UL_SCHEDULE_RETRANSMISSION
    DESC = MAC uplink UE scheduling retransmission decision
    GROUP = ALL:MAC:ENB
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,mcs : int,first_rb : int,nb_rb : int,round
ID = ENB_MAC_UE_UL_PDU
    DESC = MAC uplink UE received PDU
    GROUP = ALL:MAC:ENB
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,sdu_length : int,num_ce : int,num_sdu
102 103
ID = ENB_MAC_UE_UL_PDU_WITH_DATA
    DESC = MAC uplink UE received PDU
104
    GROUP = ALL:MAC:ENB
105
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : int,sdu_length : int,num_ce : int,num_sdu : buffer,data
106 107 108 109
ID = ENB_MAC_UE_UL_SDU
    DESC = MAC uplink UE received SDU
    GROUP = ALL:MAC:ENB
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,lcid : int,length
110 111 112 113
ID = ENB_MAC_UE_UL_SDU_WITH_DATA
    DESC = MAC uplink UE received SDU
    GROUP = ALL:MAC:ENB:HEAVY
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,lcid : int,length : buffer,data
114 115 116 117
ID = ENB_MAC_UE_UL_CE
    DESC = MAC uplink UE received control element
    GROUP = ALL:MAC:ENB
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,ce
118 119 120 121
ID = ENB_MAC_UE_DL_PDU_WITH_DATA
    DESC = MAC downlink PDU for an UE
    GROUP = ALL:MAC:ENB
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : buffer,data
Cedric Roux's avatar
Cedric Roux committed
122 123 124 125
ID = ENB_MAC_SCHEDULING_REQUEST
    DESC = MAC scheduling request detected for an UE
    GROUP = ALL:MAC:ENB
    FORMAT = int,eNB_ID : int,CC_id : int,frame : int,subframe : int,rnti
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154

#RLC logs
ID = ENB_RLC_DL
    DESC = RLC downlink data
    GROUP = ALL:RLC:ENB
    FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
ID = ENB_RLC_UL
    DESC = RLC uplink data
    GROUP = ALL:RLC:ENB
    FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
ID = ENB_RLC_MAC_DL
    DESC = RLC downlink data
    GROUP = ALL:RLC:ENB
    FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
ID = ENB_RLC_MAC_UL
    DESC = RLC uplink data
    GROUP = ALL:RLC:ENB
    FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length

#PDCP logs
ID = ENB_PDCP_UL
    DESC = PDCP uplink data
    GROUP = ALL:PDCP:ENB
    FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length
ID = ENB_PDCP_DL
    DESC = PDCP uplink data
    GROUP = ALL:PDCP:ENB
    FORMAT = int,eNB_ID : int,rnti : int,rb_id : int,length

Cedric Roux's avatar
Cedric Roux committed
155 156 157 158 159
#RRC logs
ID = ENB_RRC_CONNECTION_SETUP_COMPLETE
    DESC = RRC connection setup complete
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
Cedric Roux's avatar
Cedric Roux committed
160 161 162 163
ID = ENB_RRC_SECURITY_MODE_COMMAND
    DESC = RRC security mode command
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
164 165 166 167 168 169 170 171
ID = ENB_RRC_SECURITY_MODE_COMPLETE
    DESC = RRC security mode complete
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_SECURITY_MODE_FAILURE
    DESC = RRC security mode failure
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
Cedric Roux's avatar
Cedric Roux committed
172 173 174 175
ID = ENB_RRC_UE_CAPABILITY_ENQUIRY
    DESC = RRC UE capability enquiry
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
176 177 178 179 180 181 182 183
ID = ENB_RRC_UE_CAPABILITY_INFORMATION
    DESC = RRC UE capability information
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_CONNECTION_REQUEST
    DESC = RRC connection request
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
Cedric Roux's avatar
Cedric Roux committed
184 185 186 187
ID = ENB_RRC_CONNECTION_REJECT
    DESC = RRC connection reject
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
188 189 190 191
ID = ENB_RRC_CONNECTION_REESTABLISHMENT_REQUEST
    DESC = RRC connection reestablishment request
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
Cedric Roux's avatar
Cedric Roux committed
192 193 194 195
ID = ENB_RRC_CONNECTION_REESTABLISHMENT
    DESC = RRC connection reestablishment
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
196 197 198 199
ID = ENB_RRC_CONNECTION_REESTABLISHMENT_COMPLETE
    DESC = RRC connection reestablishment complete
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
Cedric Roux's avatar
Cedric Roux committed
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
ID = ENB_RRC_CONNECTION_REESTABLISHMENT_REJECT
    DESC = RRC connection reestablishment reject
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_CONNECTION_RELEASE
    DESC = RRC connection release
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_CONNECTION_RECONFIGURATION
    DESC = RRC connection reconfiguration
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_MEASUREMENT_REPORT
    DESC = RRC measurement report
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_HANDOVER_PREPARATION_INFORMATION
    DESC = RRC handover preparation information
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_CONNECTION_RECONFIGURATION_COMPLETE
    DESC = RRC connection reconfiguration complete
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_CONNECTION_SETUP
    DESC = RRC connection setup
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_UL_CCCH_DATA_IN
    DESC = RRC uplink CCCH data in
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_UL_DCCH_DATA_IN
    DESC = RRC uplink DCCH data in
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271
ID = ENB_RRC_UL_HANDOVER_PREPARATION_TRANSFER
    DESC = RRC uplink handover preparation transfer
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_UL_INFORMATION_TRANSFER
    DESC = RRC uplink information transfer
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_COUNTER_CHECK_RESPONSE
    DESC = RRC counter check response
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_UE_INFORMATION_RESPONSE_R9
    DESC = RRC UE information response r9
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_PROXIMITY_INDICATION_R9
    DESC = RRC proximity indication r9
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_RECONFIGURATION_COMPLETE_R10
    DESC = RRC reconfiguration complete r10
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_MBMS_COUNTING_RESPONSE_R10
    DESC = RRC MBMS counting response r10
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_INTER_FREQ_RSTD_MEASUREMENT_INDICATION
    DESC = RRC inter frequency RSTD measurement indication
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
ID = ENB_RRC_UNKNOW_MESSAGE
    DESC = RRC unknown message
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
Cedric Roux's avatar
Cedric Roux committed
272

Cedric Roux's avatar
Cedric Roux committed
273 274
#legacy logs
ID = LEGACY_MAC_INFO
275
    DESC = MAC legacy logs - info level
276
    GROUP = ALL:LEGACY_MAC:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
277
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
278
ID = LEGACY_MAC_ERROR
279
    DESC = MAC legacy logs - error level
280
    GROUP = ALL:LEGACY_MAC:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
281
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
282
ID = LEGACY_MAC_WARNING
283
    DESC = MAC legacy logs - warning level
284
    GROUP = ALL:LEGACY_MAC:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
285
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
286
ID = LEGACY_MAC_DEBUG
287
    DESC = MAC legacy logs - debug level
288
    GROUP = ALL:LEGACY_MAC:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
289
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
290
ID = LEGACY_MAC_TRACE
291
    DESC = MAC legacy logs - trace level
292
    GROUP = ALL:LEGACY_MAC:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
293
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
294

295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315
ID = LEGACY_NR_MAC_INFO
    DESC = NR_MAC legacy logs - info level
    GROUP = ALL:LEGACY_NR_MAC:LEGACY_GROUP_INFO:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_MAC_ERROR
    DESC = NR_MAC legacy logs - error level
    GROUP = ALL:LEGACY_NR_MAC:LEGACY_GROUP_ERROR:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_MAC_WARNING
    DESC = NR_MAC legacy logs - warning level
    GROUP = ALL:LEGACY_NR_MAC:LEGACY_GROUP_WARNING:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_MAC_DEBUG
    DESC = NR_MAC legacy logs - debug level
    GROUP = ALL:LEGACY_NR_MAC:LEGACY_GROUP_DEBUG:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_MAC_TRACE
    DESC = NR_MAC legacy logs - trace level
    GROUP = ALL:LEGACY_NR_MAC:LEGACY_GROUP_TRACE:LEGACY
    FORMAT = string,log

Cedric Roux's avatar
Cedric Roux committed
316
ID = LEGACY_PHY_INFO
317
    DESC = PHY legacy logs - info level
318
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
319
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
320
ID = LEGACY_PHY_ERROR
321
    DESC = PHY legacy logs - error level
322
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
323
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
324
ID = LEGACY_PHY_WARNING
325
    DESC = PHY legacy logs - warning level
326
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
327
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
328
ID = LEGACY_PHY_DEBUG
329
    DESC = PHY legacy logs - debug level
330
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
331
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
332
ID = LEGACY_PHY_TRACE
333
    DESC = PHY legacy logs - trace level
334
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
335
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
336

337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357
ID = LEGACY_NR_PHY_INFO
    DESC = NR_PHY legacy logs - info level
    GROUP = ALL:LEGACY_NR_PHY:LEGACY_GROUP_INFO:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_PHY_ERROR
    DESC = NR_PHY legacy logs - error level
    GROUP = ALL:LEGACY_NR_PHY:LEGACY_GROUP_ERROR:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_PHY_WARNING
    DESC = NR_PHY legacy logs - warning level
    GROUP = ALL:LEGACY_NR_PHY:LEGACY_GROUP_WARNING:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_PHY_DEBUG
    DESC = NR_PHY legacy logs - debug level
    GROUP = ALL:LEGACY_NR_PHY:LEGACY_GROUP_DEBUG:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_PHY_TRACE
    DESC = NR_PHY legacy logs - trace level
    GROUP = ALL:LEGACY_NR_PHY:LEGACY_GROUP_TRACE:LEGACY
    FORMAT = string,log

Cedric Roux's avatar
Cedric Roux committed
358
ID = LEGACY_S1AP_INFO
359
    DESC = S1AP legacy logs - info level
360
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
361
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
362
ID = LEGACY_S1AP_ERROR
363
    DESC = S1AP legacy logs - error level
364
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
365
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
366
ID = LEGACY_S1AP_WARNING
367
    DESC = S1AP legacy logs - warning level
368
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
369
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
370
ID = LEGACY_S1AP_DEBUG
371
    DESC = S1AP legacy logs - debug level
372
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
373
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
374
ID = LEGACY_S1AP_TRACE
375
    DESC = S1AP legacy logs - trace level
376
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
377
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
378

Cedric Roux's avatar
Cedric Roux committed
379 380
ID = LEGACY_X2AP_INFO
    DESC = X2AP legacy logs - info level
381
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
382
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
383 384
ID = LEGACY_X2AP_ERROR
    DESC = X2AP legacy logs - error level
385
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
386
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
387 388
ID = LEGACY_X2AP_WARNING
    DESC = X2AP legacy logs - warning level
389
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
390
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
391 392
ID = LEGACY_X2AP_DEBUG
    DESC = X2AP legacy logs - debug level
393
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
394
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
395 396
ID = LEGACY_X2AP_TRACE
    DESC = X2AP legacy logs - trace level
397
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
398
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
399

Cedric Roux's avatar
Cedric Roux committed
400
ID = LEGACY_RRC_INFO
401
    DESC = RRC legacy logs - info level
402
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
403
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
404
ID = LEGACY_RRC_ERROR
405
    DESC = RRC legacy logs - error level
406
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
407
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
408
ID = LEGACY_RRC_WARNING
409
    DESC = RRC legacy logs - warning level
410
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
411
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
412
ID = LEGACY_RRC_DEBUG
413
    DESC = RRC legacy logs - debug level
414
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
415
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
416
ID = LEGACY_RRC_TRACE
417
    DESC = RRC legacy logs - trace level
418
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
419
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
420

421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
ID = LEGACY_NR_RRC_INFO
    DESC = NR_RRC legacy logs - info level
    GROUP = ALL:LEGACY_NR_RRC:LEGACY_GROUP_INFO:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_RRC_ERROR
    DESC = NR_RRC legacy logs - error level
    GROUP = ALL:LEGACY_NR_RRC:LEGACY_GROUP_ERROR:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_RRC_WARNING
    DESC = NR_RRC legacy logs - warning level
    GROUP = ALL:LEGACY_NR_RRC:LEGACY_GROUP_WARNING:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_RRC_DEBUG
    DESC = NR_RRC legacy logs - debug level
    GROUP = ALL:LEGACY_NR_RRC:LEGACY_GROUP_DEBUG:LEGACY
    FORMAT = string,log
ID = LEGACY_NR_RRC_TRACE
    DESC = NR_RRC legacy logs - trace level
    GROUP = ALL:LEGACY_NR_RRC:LEGACY_GROUP_TRACE:LEGACY
    FORMAT = string,log

Cedric Roux's avatar
Cedric Roux committed
442
ID = LEGACY_RLC_INFO
443
    DESC = RLC legacy logs - info level
444
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
445
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
446
ID = LEGACY_RLC_ERROR
447
    DESC = RLC legacy logs - error level
448
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
449
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
450
ID = LEGACY_RLC_WARNING
451
    DESC = RLC legacy logs - warning level
452
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
453
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
454
ID = LEGACY_RLC_DEBUG
455
    DESC = RLC legacy logs - debug level
456
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
457
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
458
ID = LEGACY_RLC_TRACE
459
    DESC = RLC legacy logs - trace level
460
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
461
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
462 463

ID = LEGACY_PDCP_INFO
464
    DESC = PDCP legacy logs - info level
465
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
466
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
467
ID = LEGACY_PDCP_ERROR
468
    DESC = PDCP legacy logs - error level
469
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
470
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
471
ID = LEGACY_PDCP_WARNING
472
    DESC = PDCP legacy logs - warning level
473
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
474
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
475
ID = LEGACY_PDCP_DEBUG
476
    DESC = PDCP legacy logs - debug level
477
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
478
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
479
ID = LEGACY_PDCP_TRACE
480
    DESC = PDCP legacy logs - trace level
481
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
482
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
483 484

ID = LEGACY_ENB_APP_INFO
485
    DESC = ENB_APP legacy logs - info level
486
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
487
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
488
ID = LEGACY_ENB_APP_ERROR
489
    DESC = ENB_APP legacy logs - error level
490
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
491
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
492
ID = LEGACY_ENB_APP_WARNING
493
    DESC = ENB_APP legacy logs - warning level
494
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
495
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
496
ID = LEGACY_ENB_APP_DEBUG
497
    DESC = ENB_APP legacy logs - debug level
498
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
499
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
500
ID = LEGACY_ENB_APP_TRACE
501
    DESC = ENB_APP legacy logs - trace level
502
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
503
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
504

505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525
ID = LEGACY_GNB_APP_INFO
    DESC = GNB_APP legacy logs - info level
    GROUP = ALL:LEGACY_GNB_APP:LEGACY_GROUP_INFO:LEGACY
    FORMAT = string,log
ID = LEGACY_GNB_APP_ERROR
    DESC = GNB_APP legacy logs - error level
    GROUP = ALL:LEGACY_GNB_APP:LEGACY_GROUP_ERROR:LEGACY
    FORMAT = string,log
ID = LEGACY_GNB_APP_WARNING
    DESC = GNB_APP legacy logs - warning level
    GROUP = ALL:LEGACY_GNB_APP:LEGACY_GROUP_WARNING:LEGACY
    FORMAT = string,log
ID = LEGACY_GNB_APP_DEBUG
    DESC = GNB_APP legacy logs - debug level
    GROUP = ALL:LEGACY_GNB_APP:LEGACY_GROUP_DEBUG:LEGACY
    FORMAT = string,log
ID = LEGACY_GNB_APP_TRACE
    DESC = GNB_APP legacy logs - trace level
    GROUP = ALL:LEGACY_GNB_APP:LEGACY_GROUP_TRACE:LEGACY
    FORMAT = string,log

526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546
ID = LEGACY_FLEXRAN_AGENT_INFO
    DESC = FLEXRAN_AGENT legacy logs - info level
    GROUP = ALL:LEGACY_FLEXRAN_AGENT:LEGACY_GROUP_INFO:LEGACY
    FORMAT = string,log
ID = LEGACY_FLEXRAN_AGENT_ERROR
    DESC = FLEXRAN_AGENT legacy logs - error level
    GROUP = ALL:LEGACY_FLEXRAN_AGENT:LEGACY_GROUP_ERROR:LEGACY
    FORMAT = string,log
ID = LEGACY_FLEXRAN_AGENT_WARNING
    DESC = FLEXRAN_AGENT legacy logs - warning level
    GROUP = ALL:LEGACY_FLEXRAN_AGENT:LEGACY_GROUP_WARNING:LEGACY
    FORMAT = string,log
ID = LEGACY_FLEXRAN_AGENT_DEBUG
    DESC = FLEXRAN_AGENT legacy logs - debug level
    GROUP = ALL:LEGACY_FLEXRAN_AGENT:LEGACY_GROUP_DEBUG:LEGACY
    FORMAT = string,log
ID = LEGACY_FLEXRAN_AGENT_TRACE
    DESC = FLEXRAN_AGENT legacy logs - trace level
    GROUP = ALL:LEGACY_FLEXRAN_AGENT:LEGACY_GROUP_TRACE:LEGACY
    FORMAT = string,log

Cedric Roux's avatar
Cedric Roux committed
547
ID = LEGACY_SCTP_INFO
548
    DESC = SCTP legacy logs - info level
549
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
550
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
551
ID = LEGACY_SCTP_ERROR
552
    DESC = SCTP legacy logs - error level
553
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
554
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
555
ID = LEGACY_SCTP_WARNING
556
    DESC = SCTP legacy logs - warning level
557
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
558
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
559
ID = LEGACY_SCTP_DEBUG
560
    DESC = SCTP legacy logs - debug level
561
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
562
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
563
ID = LEGACY_SCTP_TRACE
564
    DESC = SCTP legacy logs - trace level
565
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
566
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
567 568

ID = LEGACY_UDP__INFO
569
    DESC = UDP_ legacy logs - info level
570
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
571
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
572
ID = LEGACY_UDP__ERROR
573
    DESC = UDP_ legacy logs - error level
574
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
575
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
576
ID = LEGACY_UDP__WARNING
577
    DESC = UDP_ legacy logs - warning level
578
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
579
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
580
ID = LEGACY_UDP__DEBUG
581
    DESC = UDP_ legacy logs - debug level
582
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
583
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
584
ID = LEGACY_UDP__TRACE
585
    DESC = UDP_ legacy logs - trace level
586
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
587
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
588 589

ID = LEGACY_NAS_INFO
590
    DESC = NAS legacy logs - info level
591
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
592
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
593
ID = LEGACY_NAS_ERROR
594
    DESC = NAS legacy logs - error level
595
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
596
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
597
ID = LEGACY_NAS_WARNING
598
    DESC = NAS legacy logs - warning level
599
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
600
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
601
ID = LEGACY_NAS_DEBUG
602
    DESC = NAS legacy logs - debug level
603
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
604
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
605
ID = LEGACY_NAS_TRACE
606
    DESC = NAS legacy logs - trace level
607
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
608
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
609 610

ID = LEGACY_HW_INFO
611
    DESC = HW legacy logs - info level
612
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
613
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
614
ID = LEGACY_HW_ERROR
615
    DESC = HW legacy logs - error level
616
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
617
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
618
ID = LEGACY_HW_WARNING
619
    DESC = HW legacy logs - warning level
620
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
621
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
622
ID = LEGACY_HW_DEBUG
623
    DESC = HW legacy logs - debug level
624
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
625
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
626
ID = LEGACY_HW_TRACE
627
    DESC = HW legacy logs - trace level
628
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
629
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
630 631

ID = LEGACY_EMU_INFO
632
    DESC = EMU legacy logs - info level
633
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
634
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
635
ID = LEGACY_EMU_ERROR
636
    DESC = EMU legacy logs - error level
637
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
638
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
639
ID = LEGACY_EMU_WARNING
640
    DESC = EMU legacy logs - warning level
641
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
642
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
643
ID = LEGACY_EMU_DEBUG
644
    DESC = EMU legacy logs - debug level
645
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
646
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
647
ID = LEGACY_EMU_TRACE
648
    DESC = EMU legacy logs - trace level
649
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
650
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
651 652

ID = LEGACY_OTG_INFO
653
    DESC = OTG legacy logs - info level
654
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
655
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
656
ID = LEGACY_OTG_ERROR
657
    DESC = OTG legacy logs - error level
658
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
659
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
660
ID = LEGACY_OTG_WARNING
661
    DESC = OTG legacy logs - warning level
662
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
663
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
664
ID = LEGACY_OTG_DEBUG
665
    DESC = OTG legacy logs - debug level
666
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
667
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
668
ID = LEGACY_OTG_TRACE
669
    DESC = OTG legacy logs - trace level
670
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
671
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
672 673

ID = LEGACY_OCG_INFO
674
    DESC = OCG legacy logs - info level
675
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
676
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
677
ID = LEGACY_OCG_ERROR
678
    DESC = OCG legacy logs - error level
679
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
680
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
681
ID = LEGACY_OCG_WARNING
682
    DESC = OCG legacy logs - warning level
683
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
684
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
685
ID = LEGACY_OCG_DEBUG
686
    DESC = OCG legacy logs - debug level
687
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
688
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
689
ID = LEGACY_OCG_TRACE
690
    DESC = OCG legacy logs - trace level
691
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
692
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
693

Cedric Roux's avatar
Cedric Roux committed
694 695
ID = LEGACY_OCM_INFO
    DESC = OCM legacy logs - info level
696
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
697
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
698 699
ID = LEGACY_OCM_ERROR
    DESC = OCM legacy logs - error level
700
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
701
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
702 703
ID = LEGACY_OCM_WARNING
    DESC = OCM legacy logs - warning level
704
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
705
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
706 707
ID = LEGACY_OCM_DEBUG
    DESC = OCM legacy logs - debug level
708
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
709
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
710 711
ID = LEGACY_OCM_TRACE
    DESC = OCM legacy logs - trace level
712
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
713
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
714 715 716

ID = LEGACY_OIP_INFO
    DESC = OIP legacy logs - info level
717
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
718
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
719 720
ID = LEGACY_OIP_ERROR
    DESC = OIP legacy logs - error level
721
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
722
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
723 724
ID = LEGACY_OIP_WARNING
    DESC = OIP legacy logs - warning level
725
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
726
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
727 728
ID = LEGACY_OIP_DEBUG
    DESC = OIP legacy logs - debug level
729
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
730
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
731 732
ID = LEGACY_OIP_TRACE
    DESC = OIP legacy logs - trace level
733
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
734
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
735

Cedric Roux's avatar
Cedric Roux committed
736
ID = LEGACY_OMG_INFO
737
    DESC = OMG legacy logs - info level
738
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
739
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
740
ID = LEGACY_OMG_ERROR
741
    DESC = OMG legacy logs - error level
742
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
743
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
744
ID = LEGACY_OMG_WARNING
745
    DESC = OMG legacy logs - warning level
746
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
747
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
748
ID = LEGACY_OMG_DEBUG
749
    DESC = OMG legacy logs - debug level
750
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
751
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
752
ID = LEGACY_OMG_TRACE
753
    DESC = OMG legacy logs - trace level
754
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
755
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
756 757

ID = LEGACY_OPT_INFO
758
    DESC = OPT legacy logs - info level
759
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
760
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
761
ID = LEGACY_OPT_ERROR
762
    DESC = OPT legacy logs - error level
763
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
764
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
765
ID = LEGACY_OPT_WARNING
766
    DESC = OPT legacy logs - warning level
767
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
768
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
769
ID = LEGACY_OPT_DEBUG
770
    DESC = OPT legacy logs - debug level
771
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
772
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
773
ID = LEGACY_OPT_TRACE
774
    DESC = OPT legacy logs - trace level
775
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
776
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
777 778

ID = LEGACY_GTPU_INFO
779
    DESC = GTPU legacy logs - info level
780
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
781
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
782
ID = LEGACY_GTPU_ERROR
783
    DESC = GTPU legacy logs - error level
784
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
785
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
786
ID = LEGACY_GTPU_WARNING
787
    DESC = GTPU legacy logs - warning level
788
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
789
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
790
ID = LEGACY_GTPU_DEBUG
791
    DESC = GTPU legacy logs - debug level
792
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
793
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
794
ID = LEGACY_GTPU_TRACE
795
    DESC = GTPU legacy logs - trace level
796
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
797
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
798 799

ID = LEGACY_TMR_INFO
800
    DESC = TMR legacy logs - info level
801
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
802
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
803
ID = LEGACY_TMR_ERROR
804
    DESC = TMR legacy logs - error level
805
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
806
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
807
ID = LEGACY_TMR_WARNING
808
    DESC = TMR legacy logs - warning level
809
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
810
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
811
ID = LEGACY_TMR_DEBUG
812
    DESC = TMR legacy logs - debug level
813
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
814
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
815
ID = LEGACY_TMR_TRACE
816
    DESC = TMR legacy logs - trace level
817
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
818
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
819 820

ID = LEGACY_OSA_INFO
821
    DESC = OSA legacy logs - info level
822
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
823
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
824
ID = LEGACY_OSA_ERROR
825
    DESC = OSA legacy logs - error level
826
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
827
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
828
ID = LEGACY_OSA_WARNING
829
    DESC = OSA legacy logs - warning level
830
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
831
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
832
ID = LEGACY_OSA_DEBUG
833
    DESC = OSA legacy logs - debug level
834
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
835
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
836
ID = LEGACY_OSA_TRACE
837
    DESC = OSA legacy logs - trace level
838
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
839
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
840

841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861
ID = LEGACY_ASN_INFO
    DESC = ASN legacy logs - info level
    GROUP = ALL:LEGACY_ASN:LEGACY_GROUP_INFO:LEGACY
    FORMAT = string,log
ID = LEGACY_ASN_ERROR
    DESC = ASN legacy logs - error level
    GROUP = ALL:LEGACY_ASN:LEGACY_GROUP_ERROR:LEGACY
    FORMAT = string,log
ID = LEGACY_ASN_WARNING
    DESC = ASN legacy logs - warning level
    GROUP = ALL:LEGACY_ASN:LEGACY_GROUP_WARNING:LEGACY
    FORMAT = string,log
ID = LEGACY_ASN_DEBUG
    DESC = ASN legacy logs - debug level
    GROUP = ALL:LEGACY_ASN:LEGACY_GROUP_DEBUG:LEGACY
    FORMAT = string,log
ID = LEGACY_ASN_TRACE
    DESC = ASN legacy logs - trace level
    GROUP = ALL:LEGACY_ASN:LEGACY_GROUP_TRACE:LEGACY
    FORMAT = string,log

Cedric Roux's avatar
fix  
Cedric Roux committed
862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881
ID = LEGACY_SIM_INFO
    DESC = SIM legacy logs - info level
    GROUP = ALL:LEGACY_SIM:LEGACY_GROUP_INFO:LEGACY
    FORMAT = string,log
ID = LEGACY_SIM_ERROR
    DESC = SIM legacy logs - error level
    GROUP = ALL:LEGACY_SIM:LEGACY_GROUP_ERROR:LEGACY
    FORMAT = string,log
ID = LEGACY_SIM_WARNING
    DESC = SIM legacy logs - warning level
    GROUP = ALL:LEGACY_SIM:LEGACY_GROUP_WARNING:LEGACY
    FORMAT = string,log
ID = LEGACY_SIM_DEBUG
    DESC = SIM legacy logs - debug level
    GROUP = ALL:LEGACY_SIM:LEGACY_GROUP_DEBUG:LEGACY
    FORMAT = string,log
ID = LEGACY_SIM_TRACE
    DESC = SIM legacy logs - trace level
    GROUP = ALL:LEGACY_SIM:LEGACY_GROUP_TRACE:LEGACY
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
882

Cedric Roux's avatar
Cedric Roux committed
883 884 885 886 887
# this is a bad hack but I won't fix (function util_print_hex_octets
# in openairinterface5g/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.c
# does funky things with the LOG_x macros but we work on the C pre-processor
# level and this funkyness is not easily dealable with, so be it...)
ID = LEGACY_component_INFO
888
    DESC = component legacy logs - info level
889
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
890
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
891
ID = LEGACY_component_ERROR
892
    DESC = component legacy logs - error level
893
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
894
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
895
ID = LEGACY_component_WARNING
896
    DESC = component legacy logs - warning level
897
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
898
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
899
ID = LEGACY_component_DEBUG
900
    DESC = component legacy logs - debug level
901
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
902
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
903
ID = LEGACY_component_TRACE
904
    DESC = component legacy logs - trace level
905
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
906
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
907
ID = LEGACY_componentP_INFO
908
    DESC = componentP legacy logs - info level
909
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
910
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
911
ID = LEGACY_componentP_ERROR
912
    DESC = componentP legacy logs - error level
913
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
914
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
915
ID = LEGACY_componentP_WARNING
916
    DESC = componentP legacy logs - warning level
917
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
918
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
919
ID = LEGACY_componentP_DEBUG
920
    DESC = componentP legacy logs - debug level
921
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
922
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
923
ID = LEGACY_componentP_TRACE
924
    DESC = componentP legacy logs - trace level
925
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
926
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
927 928 929

#needed?
ID = LEGACY_CLI_INFO
930
    DESC = CLI legacy logs - info level
931
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
932
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
933
ID = LEGACY_CLI_ERROR
934
    DESC = CLI legacy logs - error level
935
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
936
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
937
ID = LEGACY_CLI_WARNING
938
    DESC = CLI legacy logs - warning level
939
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
940
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
941
ID = LEGACY_CLI_DEBUG
942
    DESC = CLI legacy logs - debug level
943
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
944
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
945
ID = LEGACY_CLI_TRACE
946
    DESC = CLI legacy logs - trace level
947
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
948
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
949

950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970
#################
#### UE LOGS ####
#################
#general logs
ID = UE_MASTER_TICK
    DESC = UE master tick - one tick per ms, to be used as "reference clock", mostly for ticktime view
    GROUP = ALL:GENERAL:UE
    FORMAT = int,eNB_ID : int,frame : int,subframe

#PHY logs
ID = UE_PHY_UL_TICK
    DESC = UE uplink tick - one tick per ms at start of uplink processing
    GROUP = ALL:PHY:GRAPHIC:UE
    FORMAT = int,eNB_ID : int,frame : int,subframe
ID = UE_PHY_DL_TICK
    DESC = UE downlink tick - one tick per ms at start of downlink processing
    GROUP = ALL:PHY:GRAPHIC:UE
    FORMAT = int,eNB_ID : int,frame : int,subframe
ID = UE_PHY_DLSCH_UE_DCI
    DESC = UE downlink UE specific DCI as sent by the PHY layer
    GROUP = ALL:PHY:GRAPHIC:UE
Cedric Roux's avatar
Cedric Roux committed
971
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,dci_format : int,harq_pid : int,mcs : int,TBS
972 973 974
ID = UE_PHY_DLSCH_UE_ACK
    DESC = UE downlink UE ACK as seen by the PHY layer in process_HARQ_feedback
    GROUP = ALL:PHY:GRAPHIC:UE
Cedric Roux's avatar
Cedric Roux committed
975
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
976 977 978
ID = UE_PHY_DLSCH_UE_NACK
    DESC = UE downlink UE NACK as seen by the PHY layer in process_HARQ_feedback
    GROUP = ALL:PHY:GRAPHIC:UE
Cedric Roux's avatar
Cedric Roux committed
979
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
980 981 982
ID = UE_PHY_ULSCH_UE_DCI
    DESC = UE uplink UE specific DCI as sent by the PHY layer
    GROUP = ALL:PHY:GRAPHIC:UE
Cedric Roux's avatar
Cedric Roux committed
983
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid : int,mcs : int,round : int,first_rb : int,nb_rb : int,TBS
984 985 986
ID = UE_PHY_ULSCH_UE_ACK
    DESC = UE uplink UE ACK as seen by the PHY layer
    GROUP = ALL:PHY:GRAPHIC:UE
Cedric Roux's avatar
Cedric Roux committed
987
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
988 989 990
ID = UE_PHY_ULSCH_UE_NACK
    DESC = UE uplink UE NACK as seen by the PHY layer
    GROUP = ALL:PHY:GRAPHIC:UE
Cedric Roux's avatar
Cedric Roux committed
991
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
992 993 994 995 996 997 998
ID = UE_PHY_INPUT_SIGNAL
    DESC = UE received signal in the time domain for a duration of 1ms
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,antenna : buffer,rxdata
ID = UE_PHY_DL_CHANNEL_ESTIMATE
    DESC = UE channel estimation in the time domain
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
999
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,antenna : buffer,chest_t
1000 1001 1002 1003 1004 1005 1006
ID = UE_PHY_PDCCH_IQ
    DESC = UE PDCCH received IQ data
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
    FORMAT = int,nb_rb : int,NB_RB_DL : int,symbols_per_tti : buffer,rxdataF_comp
ID = UE_PHY_PDCCH_ENERGY
    DESC = UE PDSCH 1 energy and threshold
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
1007
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,pdcch_ch_level00 : int,pdcch_ch_level01 : int,pdcch_ch_level10: int,pdcch_ch_level11
1008 1009 1010
ID = UE_PHY_PDSCH_IQ
    DESC = UE PDSCH received IQ data
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
1011
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,nb_rb : int,N_RB_UL : int,symbols_per_tti : buffer,pusch_comp
1012 1013 1014
ID = UE_PHY_PDSCH_ENERGY
    DESC = UE PDSCH 1 energy and threshold
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
1015
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,pdsch_ch_level00 : int,pdsch_ch_level01 : int,pdsch_ch_level10: int,pdsch_ch_level11
1016 1017 1018
ID = UE_PHY_PUSCH_TX_POWER
    DESC = UE PUSCH  tx power
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
1019
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,p0_pusch : int,ampl: int,g_pusch: int,pl: int,nb_rb
1020 1021 1022
ID = UE_PHY_PUCCH_TX_POWER
    DESC = UE PDSCH 1 energy and threshold
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
1023
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,p0_pucch : int,ampl: int,g_pucch: int,pl
1024 1025 1026
ID = UE_PHY_MEAS
    DESC = UE PHY measurements
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
1027
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rsrp : int,rssi : int,snr: int,rx_power: int,noise_power: int,w_cqi: int,freq_offset
1028

1029
#for debug/test - not used
Cedric Roux's avatar
Cedric Roux committed
1030
ID = first
1031
ID = buf_test
Cedric Roux's avatar
Cedric Roux committed
1032 1033 1034 1035

#VCD variables and functions

#be careful! this must be synchronized with the code!
1036 1037 1038
#also keep up to date VCD_NUM_VARIABLES, VCD_NUM_FUNCTIONS,
#VCD_FIRST_FUNCTION and VCD_FIRST_VARIABLE in T_defs.h
#to check that everything is correct you can run: make _check_vcd
Cedric Roux's avatar
Cedric Roux committed
1039 1040 1041

#variables

1042 1043
ID = VCD_VARIABLE_FRAME_NUMBER_TX0_ENB
    DESC = VCD variable FRAME_NUMBER_TX0_ENB
1044
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1045
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1046
    VCD_NAME = frame_number_TX0_eNB
1047 1048 1049 1050
ID = VCD_VARIABLE_FRAME_NUMBER_TX1_ENB
    DESC = VCD variable FRAME_NUMBER_TX1_ENB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1051
    VCD_NAME = frame_number_TX1_eNB
1052 1053 1054 1055
ID = VCD_VARIABLE_FRAME_NUMBER_RX0_ENB
    DESC = VCD variable FRAME_NUMBER_RX0_ENB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1056
    VCD_NAME = frame_number_RX0_eNB
1057 1058 1059 1060
ID = VCD_VARIABLE_FRAME_NUMBER_RX1_ENB
    DESC = VCD variable FRAME_NUMBER_RX1_ENB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1061
    VCD_NAME = frame_number_RX1_eNB
1062 1063 1064 1065
ID = VCD_VARIABLE_SUBFRAME_NUMBER_TX0_ENB
    DESC = VCD variable SUBFRAME_NUMBER_TX0_ENB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1066
    VCD_NAME = subframe_number_TX0_eNB
1067 1068 1069 1070
ID = VCD_VARIABLE_SUBFRAME_NUMBER_TX1_ENB
    DESC = VCD variable SUBFRAME_NUMBER_TX1_ENB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1071
    VCD_NAME = subframe_number_TX1_eNB
1072 1073 1074 1075
ID = VCD_VARIABLE_SUBFRAME_NUMBER_RX0_ENB
    DESC = VCD variable SUBFRAME_NUMBER_RX0_ENB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1076
    VCD_NAME = subframe_number_RX0_eNB
1077 1078
ID = VCD_VARIABLE_SUBFRAME_NUMBER_RX1_ENB
    DESC = VCD variable SUBFRAME_NUMBER_RX1_ENB
1079
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1080
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1081
    VCD_NAME = subframe_number_RX1_eNB
1082 1083 1084 1085
ID = VCD_VARIABLE_FRAME_NUMBER_TX0_RU
    DESC = VCD variable FRAME_NUMBER_TX0_RU
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1086
    VCD_NAME = frame_number_TX0_RU
1087 1088 1089 1090
ID = VCD_VARIABLE_FRAME_NUMBER_TX1_RU
    DESC = VCD variable FRAME_NUMBER_TX1_RU
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1091
    VCD_NAME = frame_number_TX1_RU
1092 1093 1094 1095
ID = VCD_VARIABLE_FRAME_NUMBER_RX0_RU
    DESC = VCD variable FRAME_NUMBER_RX0_RU
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1096
    VCD_NAME = frame_number_RX0_RU
1097 1098 1099 1100
ID = VCD_VARIABLE_FRAME_NUMBER_RX1_RU
    DESC = VCD variable FRAME_NUMBER_RX1_RU
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1101
    VCD_NAME = frame_number_RX1_RU
1102 1103
ID = VCD_VARIABLE_TTI_NUMBER_TX0_RU
    DESC = VCD variable TTI_NUMBER_TX0_RU
1104 1105
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
1106 1107 1108
    VCD_NAME = tti_number_TX0_RU
ID = VCD_VARIABLE_TTI_NUMBER_TX1_RU
    DESC = VCD variable TTI_NUMBER_TX1_RU
1109 1110
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
1111 1112 1113
    VCD_NAME = tti_number_TX1_RU
ID = VCD_VARIABLE_TTI_NUMBER_RX0_RU
    DESC = VCD variable TTI_NUMBER_RX0_RU
1114 1115
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
1116 1117 1118
    VCD_NAME = tti_number_RX0_RU
ID = VCD_VARIABLE_TTI_NUMBER_RX1_RU
    DESC = VCD variable TTI_NUMBER_RX1_RU
1119 1120
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
1121
    VCD_NAME = tti_number_RX1_RU
Cedric Roux's avatar
Cedric Roux committed
1122 1123
ID = VCD_VARIABLE_RUNTIME_TX_ENB
    DESC = VCD variable RUNTIME_TX_ENB
1124
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1125
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1126
    VCD_NAME = runtime_TX_eNB
Cedric Roux's avatar
Cedric Roux committed
1127 1128
ID = VCD_VARIABLE_RUNTIME_RX_ENB
    DESC = VCD variable RUNTIME_RX_ENB
1129
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1130
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1131
    VCD_NAME = runtime_RX_eNB
1132 1133 1134 1135
ID = VCD_VARIABLE_FRAME_NUMBER_TX0_UE
    DESC = VCD variable FRAME_NUMBER_TX0_UE
    GROUP = ALL:VCD:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1136
    VCD_NAME = frame_number_TX0_UE
1137 1138
ID = VCD_VARIABLE_FRAME_NUMBER_TX1_UE
    DESC = VCD variable FRAME_NUMBER_TX1_UE
1139
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1140
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1141
    VCD_NAME = frame_number_TX1_UE
1142 1143
ID = VCD_VARIABLE_FRAME_NUMBER_RX0_UE
    DESC = VCD variable FRAME_NUMBER_RX0_UE
1144
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1145
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1146
    VCD_NAME = frame_number_RX0_UE
1147 1148
ID = VCD_VARIABLE_FRAME_NUMBER_RX1_UE
    DESC = VCD variable FRAME_NUMBER_RX1_UE
1149
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1150
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1151
    VCD_NAME = frame_number_RX1_UE
1152 1153
ID = VCD_VARIABLE_SUBFRAME_NUMBER_TX0_UE
    DESC = VCD variable SUBFRAME_NUMBER_TX0_UE
1154
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1155
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1156
    VCD_NAME = subframe_TX0_UE
1157 1158
ID = VCD_VARIABLE_SUBFRAME_NUMBER_TX1_UE
    DESC = VCD variable SUBFRAME_NUMBER_TX1_UE
1159
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1160
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1161
    VCD_NAME = subframe_TX1_UE
1162 1163 1164 1165
ID = VCD_VARIABLE_SUBFRAME_NUMBER_RX0_UE
    DESC = VCD variable SUBFRAME_NUMBER_RX0_UE
    GROUP = ALL:VCD:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1166
    VCD_NAME = subframe_RX0_UE
1167 1168
ID = VCD_VARIABLE_SUBFRAME_NUMBER_RX1_UE
    DESC = VCD variable SUBFRAME_NUMBER_RX1_UE
1169
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1170
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1171
    VCD_NAME = subframe_RX1_UE
Cedric Roux's avatar
Cedric Roux committed
1172 1173
ID = VCD_VARIABLE_UE_RX_OFFSET
    DESC = VCD variable UE_RX_OFFSET
1174
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1175
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1176
    VCD_NAME = ue_rx_offset
Cedric Roux's avatar
Cedric Roux committed
1177 1178
ID = VCD_VARIABLE_DIFF
    DESC = VCD variable DIFF
1179
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1180
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1181
    VCD_NAME = diff2
Cedric Roux's avatar
Cedric Roux committed
1182 1183
ID = VCD_VARIABLE_HW_SUBFRAME
    DESC = VCD variable HW_SUBFRAME
1184
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1185
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1186
    VCD_NAME = hw_subframe
Cedric Roux's avatar
Cedric Roux committed
1187 1188
ID = VCD_VARIABLE_HW_FRAME
    DESC = VCD variable HW_FRAME
1189
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1190
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1191
    VCD_NAME = hw_frame
Cedric Roux's avatar
Cedric Roux committed
1192 1193
ID = VCD_VARIABLE_HW_SUBFRAME_RX
    DESC = VCD variable HW_SUBFRAME_RX
1194
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1195
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1196
    VCD_NAME = hw_subframe_rx
Cedric Roux's avatar
Cedric Roux committed
1197 1198
ID = VCD_VARIABLE_HW_FRAME_RX
    DESC = VCD variable HW_FRAME_RX
1199
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1200
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1201
    VCD_NAME = hw_frame_rx
Cedric Roux's avatar
Cedric Roux committed
1202 1203
ID = VCD_VARIABLE_TXCNT
    DESC = VCD variable TXCNT
1204
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1205
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1206
    VCD_NAME = txcnt
Cedric Roux's avatar
Cedric Roux committed
1207 1208
ID = VCD_VARIABLE_RXCNT
    DESC = VCD variable RXCNT
1209
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1210
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1211
    VCD_NAME = rxcnt
Cedric Roux's avatar
Cedric Roux committed
1212 1213
ID = VCD_VARIABLE_TRX_TS
    DESC = VCD variable TRX_TS
1214
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1215
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1216
    VCD_NAME = trx_ts
Cedric Roux's avatar
Cedric Roux committed
1217 1218
ID = VCD_VARIABLE_TRX_TST
    DESC = VCD variable TRX_TST
1219
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1220
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1221
    VCD_NAME = trx_tst
1222 1223 1224 1225
ID = VCD_VARIABLE_TRX_TS_UE
    DESC = VCD variable TRX_TS_UE
    GROUP = ALL:VCD:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1226
    VCD_NAME = trx_ts_ue
1227 1228 1229 1230
ID = VCD_VARIABLE_TRX_TST_UE
    DESC = VCD variable TRX_TST_UE
    GROUP = ALL:VCD:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1231
    VCD_NAME = trx_tst_ue
1232 1233 1234 1235
ID = VCD_VARIABLE_TRX_WRITE_FLAGS
    DESC = VCD variable TRX_WRITE_FLAGS
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1236
    VCD_NAME = trx_write_flags
Cedric Roux's avatar
Cedric Roux committed
1237 1238
ID = VCD_VARIABLE_TX_TS
    DESC = VCD variable TX_TS
1239
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1240
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1241
    VCD_NAME = tx_ts
Cedric Roux's avatar
Cedric Roux committed
1242 1243
ID = VCD_VARIABLE_RX_TS
    DESC = VCD variable RX_TS
1244
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1245
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1246
    VCD_NAME = rx_ts
Cedric Roux's avatar
Cedric Roux committed
1247 1248
ID = VCD_VARIABLE_RX_HWCNT
    DESC = VCD variable RX_HWCNT
1249
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1250
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1251
    VCD_NAME = hw_cnt_rx
Cedric Roux's avatar
Cedric Roux committed
1252 1253
ID = VCD_VARIABLE_RX_LHWCNT
    DESC = VCD variable RX_LHWCNT
1254
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1255
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1256
    VCD_NAME = lhw_cnt_rx
Cedric Roux's avatar
Cedric Roux committed
1257 1258
ID = VCD_VARIABLE_TX_HWCNT
    DESC = VCD variable TX_HWCNT
1259
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1260
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1261
    VCD_NAME = hw_cnt_tx
Cedric Roux's avatar
Cedric Roux committed
1262 1263
ID = VCD_VARIABLE_TX_LHWCNT
    DESC = VCD variable TX_LHWCNT
1264
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1265
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1266
    VCD_NAME = lhw_cnt_tx
Cedric Roux's avatar
Cedric Roux committed
1267 1268
ID = VCD_VARIABLE_RX_PCK
    DESC = VCD variable RX_PCK
1269
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1270
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1271
    VCD_NAME = pck_rx
Cedric Roux's avatar
Cedric Roux committed
1272 1273
ID = VCD_VARIABLE_TX_PCK
    DESC = VCD variable TX_PCK
1274
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1275
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1276
    VCD_NAME = pck_tx
Cedric Roux's avatar
Cedric Roux committed
1277 1278
ID = VCD_VARIABLE_RX_SEQ_NUM
    DESC = VCD variable RX_SEQ_NUM
1279
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1280
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1281
    VCD_NAME = rx_seq_num
Cedric Roux's avatar
Cedric Roux committed
1282 1283
ID = VCD_VARIABLE_RX_SEQ_NUM_PRV
    DESC = VCD variable RX_SEQ_NUM_PRV
1284
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1285
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1286
    VCD_NAME = rx_seq_num_prv
Cedric Roux's avatar
Cedric Roux committed
1287 1288
ID = VCD_VARIABLE_TX_SEQ_NUM
    DESC = VCD variable TX_SEQ_NUM
1289
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1290
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1291
    VCD_NAME = tx_seq_num
Cedric Roux's avatar
Cedric Roux committed
1292 1293
ID = VCD_VARIABLE_CNT
    DESC = VCD variable CNT
1294
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1295
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1296
    VCD_NAME = cnt
Cedric Roux's avatar
Cedric Roux committed
1297 1298
ID = VCD_VARIABLE_DUMMY_DUMP
    DESC = VCD variable DUMMY_DUMP
1299
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1300
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1301
    VCD_NAME = dummy_dump
Cedric Roux's avatar
Cedric Roux committed
1302 1303
ID = VCD_VARIABLE_ITTI_SEND_MSG
    DESC = VCD variable ITTI_SEND_MSG
1304
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1305
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1306
    VCD_NAME = itti_send_msg
Cedric Roux's avatar
Cedric Roux committed
1307 1308
ID = VCD_VARIABLE_ITTI_POLL_MSG
    DESC = VCD variable ITTI_POLL_MSG
1309
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1310
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1311
    VCD_NAME = itti_poll_msg
Cedric Roux's avatar
Cedric Roux committed
1312 1313
ID = VCD_VARIABLE_ITTI_RECV_MSG
    DESC = VCD variable ITTI_RECV_MSG
1314
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1315
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1316
    VCD_NAME = itti_recv_msg
Cedric Roux's avatar
Cedric Roux committed
1317 1318
ID = VCD_VARIABLE_ITTI_ALLOC_MSG
    DESC = VCD variable ITTI_ALLOC_MSG
1319
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1320
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1321
    VCD_NAME = itti_alloc_msg
Cedric Roux's avatar
Cedric Roux committed
1322 1323
ID = VCD_VARIABLE_MP_ALLOC
    DESC = VCD variable MP_ALLOC
1324
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1325
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1326
    VCD_NAME = mp_alloc
Cedric Roux's avatar
Cedric Roux committed
1327 1328
ID = VCD_VARIABLE_MP_FREE
    DESC = VCD variable MP_FREE
1329
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1330
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1331
    VCD_NAME = mp_free
Cedric Roux's avatar
Cedric Roux committed
1332 1333
ID = VCD_VARIABLE_UE_INST_CNT_RX
    DESC = VCD variable UE_INST_CNT_RX
1334
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1335
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1336
    VCD_NAME = ue_inst_cnt_rx
Cedric Roux's avatar
Cedric Roux committed
1337 1338
ID = VCD_VARIABLE_UE_INST_CNT_TX
    DESC = VCD variable UE_INST_CNT_TX
1339
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1340
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1341
    VCD_NAME = ue_inst_cnt_tx
1342 1343 1344 1345
ID = VCD_VARIABLE_DCI_INFO
    DESC = VCD variable DCI_INFO
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1346
    VCD_NAME = dci_info
1347 1348 1349 1350
ID = VCD_VARIABLE_UE0_BSR
    DESC = VCD variable UE0_BSR
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1351
    VCD_NAME = ue0_BSR
1352 1353 1354 1355
ID = VCD_VARIABLE_UE0_BO
    DESC = VCD variable UE0_BO
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1356
    VCD_NAME = ue0_BO
1357 1358 1359 1360
ID = VCD_VARIABLE_UE0_SCHEDULED
    DESC = VCD variable UE0_SCHEDULED
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1361
    VCD_NAME = ue0_scheduled
1362 1363 1364 1365
ID = VCD_VARIABLE_UE0_TIMING_ADVANCE
    DESC = VCD variable UE0_TIMING_ADVANCE
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1366
    VCD_NAME = ue0_timing_advance
1367 1368 1369 1370
ID = VCD_VARIABLE_UE0_SR_ENERGY
    DESC = VCD variable UE0_SR_ENERGY
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1371
    VCD_NAME = ue0_SR_ENERGY
1372 1373 1374 1375
ID = VCD_VARIABLE_UE0_SR_THRES
    DESC = VCD variable UE0_SR_THRES
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1376
    VCD_NAME = ue0_SR_THRES
1377 1378 1379 1380
ID = VCD_VARIABLE_UE0_RSSI0
    DESC = VCD variable UE0_RSSI0
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1381
    VCD_NAME = ue0_rssi0
1382 1383 1384 1385
ID = VCD_VARIABLE_UE0_RSSI1
    DESC = VCD variable UE0_RSSI1
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1386
    VCD_NAME = ue0_rssi1
1387 1388 1389 1390
ID = VCD_VARIABLE_UE0_RSSI2
    DESC = VCD variable UE0_RSSI2
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1391
    VCD_NAME = ue0_rssi2
1392 1393 1394 1395
ID = VCD_VARIABLE_UE0_RSSI3
    DESC = VCD variable UE0_RSSI3
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1396
    VCD_NAME = ue0_rssi3
1397 1398 1399 1400
ID = VCD_VARIABLE_UE0_RSSI4
    DESC = VCD variable UE0_RSSI4
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1401
    VCD_NAME = ue0_rssi4
1402 1403 1404 1405
ID = VCD_VARIABLE_UE0_RSSI5
    DESC = VCD variable UE0_RSSI5
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1406
    VCD_NAME = ue0_rssi5
1407 1408 1409 1410
ID = VCD_VARIABLE_UE0_RSSI6
    DESC = VCD variable UE0_RSSI6
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1411
    VCD_NAME = ue0_rssi6
1412 1413 1414 1415
ID = VCD_VARIABLE_UE0_RSSI7
    DESC = VCD variable UE0_RSSI7
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1416
    VCD_NAME = ue0_rssi7
1417 1418 1419 1420
ID = VCD_VARIABLE_UE0_RES0
    DESC = VCD variable UE0_RES0
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1421
    VCD_NAME = ue0_res0
1422 1423 1424 1425
ID = VCD_VARIABLE_UE0_RES1
    DESC = VCD variable UE0_RES1
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1426
    VCD_NAME = ue0_res1
1427 1428 1429 1430
ID = VCD_VARIABLE_UE0_RES2
    DESC = VCD variable UE0_RES2
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1431
    VCD_NAME = ue0_res2
1432 1433 1434 1435
ID = VCD_VARIABLE_UE0_RES3
    DESC = VCD variable UE0_RES3
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1436
    VCD_NAME = ue0_res3
1437 1438 1439 1440
ID = VCD_VARIABLE_UE0_RES4
    DESC = VCD variable UE0_RES4
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1441
    VCD_NAME = ue0_res4
1442 1443 1444 1445
ID = VCD_VARIABLE_UE0_RES5
    DESC = VCD variable UE0_RES5
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1446
    VCD_NAME = ue0_res5
1447 1448 1449 1450
ID = VCD_VARIABLE_UE0_RES6
    DESC = VCD variable UE0_RES6
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1451
    VCD_NAME = ue0_res6
1452 1453 1454 1455
ID = VCD_VARIABLE_UE0_RES7
    DESC = VCD variable UE0_RES7
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1456
    VCD_NAME = ue0_res7
1457 1458 1459 1460
ID = VCD_VARIABLE_UE0_MCS0
    DESC = VCD variable UE0_MCS0
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1461
    VCD_NAME = ue0_MCS0
1462 1463 1464 1465
ID = VCD_VARIABLE_UE0_MCS1
    DESC = VCD variable UE0_MCS1
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1466
    VCD_NAME = ue0_MCS1
1467 1468 1469 1470
ID = VCD_VARIABLE_UE0_MCS2
    DESC = VCD variable UE0_MCS2
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1471
    VCD_NAME = ue0_MCS2
1472 1473 1474 1475
ID = VCD_VARIABLE_UE0_MCS3
    DESC = VCD variable UE0_MCS3
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1476
    VCD_NAME = ue0_MCS3
1477 1478 1479 1480
ID = VCD_VARIABLE_UE0_MCS4
    DESC = VCD variable UE0_MCS4
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1481
    VCD_NAME = ue0_MCS4
1482 1483 1484 1485
ID = VCD_VARIABLE_UE0_MCS5
    DESC = VCD variable UE0_MCS5
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1486
    VCD_NAME = ue0_MCS5
1487 1488 1489 1490
ID = VCD_VARIABLE_UE0_MCS6
    DESC = VCD variable UE0_MCS6
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1491
    VCD_NAME = ue0_MCS6
1492 1493 1494 1495
ID = VCD_VARIABLE_UE0_MCS7
    DESC = VCD variable UE0_MCS7
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1496
    VCD_NAME = ue0_MCS7
1497 1498 1499 1500
ID = VCD_VARIABLE_UE0_RB0
    DESC = VCD variable UE0_RB0
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1501
    VCD_NAME = ue0_RB0
1502 1503 1504 1505
ID = VCD_VARIABLE_UE0_RB1
    DESC = VCD variable UE0_RB1
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1506
    VCD_NAME = ue0_RB1
1507 1508 1509 1510
ID = VCD_VARIABLE_UE0_RB2
    DESC = VCD variable UE0_RB2
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1511
    VCD_NAME = ue0_RB2
1512 1513 1514 1515
ID = VCD_VARIABLE_UE0_RB3
    DESC = VCD variable UE0_RB3
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1516
    VCD_NAME = ue0_RB3
1517 1518 1519 1520
ID = VCD_VARIABLE_UE0_RB4
    DESC = VCD variable UE0_RB4
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1521
    VCD_NAME = ue0_RB4
1522 1523 1524 1525
ID = VCD_VARIABLE_UE0_RB5
    DESC = VCD variable UE0_RB5
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1526
    VCD_NAME = ue0_RB5
1527 1528 1529 1530
ID = VCD_VARIABLE_UE0_RB6
    DESC = VCD variable UE0_RB6
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1531
    VCD_NAME = ue0_RB6
1532 1533 1534 1535
ID = VCD_VARIABLE_UE0_RB7
    DESC = VCD variable UE0_RB7
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1536
    VCD_NAME = ue0_RB7
1537 1538 1539 1540
ID = VCD_VARIABLE_UE0_ROUND0
    DESC = VCD variable UE0_ROUND0
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1541
    VCD_NAME = ue0_ROUND0
1542 1543 1544 1545
ID = VCD_VARIABLE_UE0_ROUND1
    DESC = VCD variable UE0_ROUND1
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1546
    VCD_NAME = ue0_ROUND1
1547 1548 1549 1550
ID = VCD_VARIABLE_UE0_ROUND2
    DESC = VCD variable UE0_ROUND2
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1551
    VCD_NAME = ue0_ROUND2
1552 1553 1554 1555
ID = VCD_VARIABLE_UE0_ROUND3
    DESC = VCD variable UE0_ROUND3
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1556
    VCD_NAME = ue0_ROUND3
1557 1558 1559 1560
ID = VCD_VARIABLE_UE0_ROUND4
    DESC = VCD variable UE0_ROUND4
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1561
    VCD_NAME = ue0_ROUND4
1562 1563 1564 1565
ID = VCD_VARIABLE_UE0_ROUND5
    DESC = VCD variable UE0_ROUND5
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1566
    VCD_NAME = ue0_ROUND5
1567 1568 1569 1570
ID = VCD_VARIABLE_UE0_ROUND6
    DESC = VCD variable UE0_ROUND6
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1571
    VCD_NAME = ue0_ROUND6
1572 1573 1574 1575
ID = VCD_VARIABLE_UE0_ROUND7
    DESC = VCD variable UE0_ROUND7
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1576
    VCD_NAME = ue0_ROUND7
1577 1578 1579 1580
ID = VCD_VARIABLE_UE0_SFN0
    DESC = VCD variable UE0_SFN0
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1581
    VCD_NAME = ue0_SFN0
1582 1583 1584 1585
ID = VCD_VARIABLE_UE0_SFN1
    DESC = VCD variable UE0_SFN1
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1586
    VCD_NAME = ue0_SFN1
1587 1588 1589 1590
ID = VCD_VARIABLE_UE0_SFN2
    DESC = VCD variable UE0_SFN2
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1591
    VCD_NAME = ue0_SFN2
1592 1593 1594 1595
ID = VCD_VARIABLE_UE0_SFN3
    DESC = VCD variable UE0_SFN3
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1596
    VCD_NAME = ue0_SFN3
1597 1598 1599 1600
ID = VCD_VARIABLE_UE0_SFN4
    DESC = VCD variable UE0_SFN4
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1601
    VCD_NAME = ue0_SFN4
1602 1603 1604 1605
ID = VCD_VARIABLE_UE0_SFN5
    DESC = VCD variable UE0_SFN5
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1606
    VCD_NAME = ue0_SFN5
1607 1608 1609 1610
ID = VCD_VARIABLE_UE0_SFN6
    DESC = VCD variable UE0_SFN6
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1611
    VCD_NAME = ue0_SFN6
1612 1613 1614 1615
ID = VCD_VARIABLE_UE0_SFN7
    DESC = VCD variable UE0_SFN7
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1616
    VCD_NAME = ue0_SFN7
Cedric Roux's avatar
Cedric Roux committed
1617 1618 1619 1620
ID = VCD_VARIABLE_SEND_IF4_SYMBOL
    DESC = VCD variable SEND_IF4_SYMBOL
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1621
    VCD_NAME = send_if4_symbol
Cedric Roux's avatar
Cedric Roux committed
1622 1623 1624 1625
ID = VCD_VARIABLE_RECV_IF4_SYMBOL
    DESC = VCD variable RECV_IF4_SYMBOL
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1626
    VCD_NAME = recv_if4_symbol
Cedric Roux's avatar
Cedric Roux committed
1627 1628 1629 1630
ID = VCD_VARIABLE_SEND_IF5_PKT_ID
    DESC = VCD variable SEND_IF5_PKT_ID
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1631
    VCD_NAME = send_if5_pkt_id
Cedric Roux's avatar
Cedric Roux committed
1632 1633 1634 1635
ID = VCD_VARIABLE_RECV_IF5_PKT_ID
    DESC = VCD variable RECV_IF5_PKT_ID
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1636
    VCD_NAME = recv_if5_pkt_id
1637 1638 1639 1640
ID = VCD_VARIABLE_UE_PDCP_FLUSH_SIZE
    DESC = VCD variable UE_PDCP_FLUSH_SIZE
    GROUP = ALL:VCD:ENB:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1641
    VCD_NAME = ue_pdcp_flush_size
1642 1643 1644 1645
ID = VCD_VARIABLE_UE_PDCP_FLUSH_ERR
    DESC = VCD variable UE_PDCP_FLUSH_ERR
    GROUP = ALL:VCD:ENB:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1646
    VCD_NAME = ue_pdcp_flush_err
1647 1648
ID = VCD_VARIABLE_UE0_TRX_READ_NS
    DESC = VCD variable UE0_TRX_READ_NS
1649
    GROUP = ALL:VCD:UE:VCD_VARIABLE
1650
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1651
    VCD_NAME = ue0_trx_read_ns
1652 1653
ID = VCD_VARIABLE_UE0_TRX_WRITE_NS
    DESC = VCD variable UE0_TRX_WRITE_NS
1654 1655
    GROUP = ALL:VCD:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1656
    VCD_NAME = ue0_trx_write_ns
1657 1658 1659 1660
ID = VCD_VARIABLE_UE0_TRX_READ_NS_MISSING
    DESC = VCD variable UE0_TRX_READ_NS_MISSING
    GROUP = ALL:VCD:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1661
    VCD_NAME = ue0_trx_read_ns_missing
1662 1663 1664
ID = VCD_VARIABLE_UE0_TRX_WRITE_NS_MISSING
    DESC = VCD variable UE0_TRX_WRITE_NS_MISSING
    GROUP = ALL:VCD:UE:VCD_VARIABLE
1665
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1666
    VCD_NAME = ue0_trx_write_ns_missing
1667 1668 1669 1670
ID = VCD_VARIABLE_CPUID_ENB_THREAD_RXTX
    DESC = VCD variable CPUID_ENB_THREAD_RXTX
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1671
    VCD_NAME = enb_thread_rxtx_CPUID
1672 1673 1674 1675
ID = VCD_VARIABLE_CPUID_RU_THREAD
    DESC = VCD variable CPUID_RU_THREAD
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1676
    VCD_NAME = ru_thread_CPUID
1677 1678 1679 1680
ID = VCD_VARIABLE_CPUID_RU_THREAD_TX
    DESC = VCD variable CPUID_RU_THREAD_TX
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1681
    VCD_NAME = ru_thread_tx_CPUID
Cedric Roux's avatar
Cedric Roux committed
1682

Wang Tsu-Han's avatar
Wang Tsu-Han committed
1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703
 #variable for gNB
ID = VCD_VARIABLE_FRAME_NUMBER_TX0_GNB
    DESC = VCD variable FRAME_NUMBER_TX0_GNB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
    VCD_NAME = frame_number_TX0_gNB
ID = VCD_VARIABLE_FRAME_NUMBER_TX1_GNB
    DESC = VCD variable FRAME_NUMBER_TX1_GNB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
    VCD_NAME = frame_number_TX1_gNB
ID = VCD_VARIABLE_FRAME_NUMBER_RX0_GNB
    DESC = VCD variable FRAME_NUMBER_RX0_GNB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
    VCD_NAME = frame_number_RX0_gNB
ID = VCD_VARIABLE_FRAME_NUMBER_RX1_GNB
    DESC = VCD variable FRAME_NUMBER_RX1_GNB
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
    VCD_NAME = frame_number_RX1_gNB
1704 1705
ID = VCD_VARIABLE_SLOT_NUMBER_TX0_GNB
    DESC = VCD variable SLOT_NUMBER_TX0_GNB
Wang Tsu-Han's avatar
Wang Tsu-Han committed
1706 1707
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
1708 1709 1710
    VCD_NAME = slot_number_TX0_gNB
ID = VCD_VARIABLE_SLOT_NUMBER_TX1_GNB
    DESC = VCD variable SLOT_NUMBER_TX1_GNB
Wang Tsu-Han's avatar
Wang Tsu-Han committed
1711 1712
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
1713 1714 1715
    VCD_NAME = slot_number_TX1_gNB
ID = VCD_VARIABLE_SLOT_NUMBER_RX0_GNB
    DESC = VCD variable SLOT_NUMBER_RX0_GNB
Wang Tsu-Han's avatar
Wang Tsu-Han committed
1716 1717
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
1718 1719 1720
    VCD_NAME = slot_number_RX0_gNB
ID = VCD_VARIABLE_SLOT_NUMBER_RX1_GNB
    DESC = VCD variable SLOT_NUMBER_RX1_GNB
Wang Tsu-Han's avatar
Wang Tsu-Han committed
1721 1722
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
1723
    VCD_NAME = slot_number_RX1_gNB
Wang Tsu-Han's avatar
Wang Tsu-Han committed
1724

Cedric Roux's avatar
Cedric Roux committed
1725 1726 1727 1728
#functions

ID = VCD_FUNCTION_RT_SLEEP
    DESC = VCD function RT_SLEEP
1729
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1730
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1731
    VCD_NAME = rt_sleep
Cedric Roux's avatar
Cedric Roux committed
1732 1733
ID = VCD_FUNCTION_TRX_READ
    DESC = VCD function TRX_READ
1734
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1735
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1736
    VCD_NAME = trx_read
Cedric Roux's avatar
Cedric Roux committed
1737 1738
ID = VCD_FUNCTION_TRX_WRITE
    DESC = VCD function TRX_WRITE
1739
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1740
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1741
    VCD_NAME = trx_write
1742 1743 1744 1745
ID = VCD_FUNCTION_TRX_READ_UE
    DESC = VCD function TRX_READ_UE
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1746
    VCD_NAME = trx_read_ue
1747 1748 1749 1750
ID = VCD_FUNCTION_TRX_WRITE_UE
    DESC = VCD function TRX_WRITE_UE
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1751
    VCD_NAME = trx_write_ue
1752 1753
ID = VCD_FUNCTION_TRX_READ_IF
    DESC = VCD function TRX_READ_IF
1754
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1755
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1756
    VCD_NAME = trx_read_if
1757 1758
ID = VCD_FUNCTION_TRX_WRITE_IF
    DESC = VCD function TRX_WRITE_IF
1759
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1760
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1761
    VCD_NAME = trx_write_if
1762 1763
ID = VCD_FUNCTION_eNB_PROC_RXTX0
    DESC = VCD function eNB_PROC_RXTX0
1764
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1765
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1766
    VCD_NAME = eNB_thread_rxtx0
1767 1768
ID = VCD_FUNCTION_eNB_PROC_RXTX1
    DESC = VCD function eNB_PROC_RXTX1
1769
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1770
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1771
    VCD_NAME = eNB_thread_rxtx1
1772 1773 1774
ID = VCD_FUNCTION_UE_THREAD_SYNCH
    DESC = VCD function UE_THREAD_SYNCH
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1775
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1776
    VCD_NAME = ue_thread_synch
1777 1778
ID = VCD_FUNCTION_UE_THREAD_RXTX0
    DESC = VCD function UE_THREAD_RXTX0
1779
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1780
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1781
    VCD_NAME = ue_thread_rxtx0
1782 1783
ID = VCD_FUNCTION_UE_THREAD_RXTX1
    DESC = VCD function UE_THREAD_RXTX1
1784
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1785
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1786
    VCD_NAME = ue_thread_rxtx1
1787 1788 1789 1790
ID = VCD_FUNCTION_TRX_READ_SF9
    DESC = VCD function TRX_READ_SF9
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1791
    VCD_NAME = trx_read_sf9
1792 1793 1794 1795
ID = VCD_FUNCTION_TRX_WRITE_SF9
    DESC = VCD function TRX_WRITE_SF9
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1796
    VCD_NAME = trx_write_sf9
1797 1798 1799 1800
ID = VCD_FUNCTION_UE_SIGNAL_COND_RXTX0
    DESC = VCD function UE_SIGNAL_COND_RXTX0
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1801
    VCD_NAME = ue_signal_cond_rxtx0
1802 1803
ID = VCD_FUNCTION_UE_SIGNAL_COND_RXTX1
    DESC = VCD function UE_SIGNAL_COND_RXTX1
1804 1805
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1806
    VCD_NAME = ue_signal_cond_rxtx1
1807 1808 1809 1810
ID = VCD_FUNCTION_UE_WAIT_COND_RXTX0
    DESC = VCD function UE_WAIT_COND_RXTX0
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1811
    VCD_NAME = ue_wait_cond_rxtx0
1812 1813 1814 1815
ID = VCD_FUNCTION_UE_WAIT_COND_RXTX1
    DESC = VCD function UE_WAIT_COND_RXTX1
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1816
    VCD_NAME = ue_wait_cond_rxtx1
1817 1818 1819 1820
ID = VCD_FUNCTION_UE_LOCK_MUTEX_RXTX_FOR_COND_WAIT0
    DESC = VCD function UE_LOCK_MUTEX_RXTX_FOR_COND_WAIT0
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1821
    VCD_NAME = ue_lock_mutex_rxtx_for_cond_wait0
1822 1823 1824 1825
ID = VCD_FUNCTION_UE_LOCK_MUTEX_RXTX_FOR_COND_WAIT1
    DESC = VCD function UE_LOCK_MUTEX_RXTX_FOR_COND_WAIT1
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1826
    VCD_NAME = ue_lock_mutex_rxtx_for_cond_wait1
1827 1828 1829 1830
ID = VCD_FUNCTION_UE_LOCK_MUTEX_RXTX_FOR_CNT_DECREMENT0
    DESC = VCD function UE_LOCK_MUTEX_RXTX_FOR_CNT_DECREMENT0
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1831
    VCD_NAME = ue_lock_mutex_rxtx_for_cnt_decrement0
1832 1833 1834 1835
ID = VCD_FUNCTION_UE_LOCK_MUTEX_RXTX_FOR_CNT_DECREMENT1
    DESC = VCD function UE_LOCK_MUTEX_RXTX_FOR_CNT_DECREMENT1
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1836
    VCD_NAME = ue_lock_mutex_rxtx_for_cnt_decrement1
1837 1838 1839 1840
ID = VCD_FUNCTION_UE_LOCK_MUTEX_RXTX_FOR_CNT_INCREMENT0
    DESC = VCD function UE_LOCK_MUTEX_RXTX_FOR_CNT_INCREMENT0
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1841
    VCD_NAME = ue_lock_mutex_rxtx_for_cnt_increment0
1842 1843 1844 1845
ID = VCD_FUNCTION_UE_LOCK_MUTEX_RXTX_FOR_CNT_INCREMENT1
    DESC = VCD function UE_LOCK_MUTEX_RXTX_FOR_CNT_INCREMENT1
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1846
    VCD_NAME = ue_lock_mutex_rxtx_for_cnt_increment1
Cedric Roux's avatar
fix  
Cedric Roux committed
1847 1848 1849 1850
ID = VCD_FUNCTION_SIM_DO_DL_SIGNAL
    DESC = VCD function SIM_DO_DL_SIGNAL
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1851
    VCD_NAME = do_DL_sig
Cedric Roux's avatar
fix  
Cedric Roux committed
1852 1853 1854 1855
ID = VCD_FUNCTION_SIM_DO_UL_SIGNAL
    DESC = VCD function SIM_DO_UL_SIGNAL
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1856
    VCD_NAME = do_UL_sig
Cedric Roux's avatar
fix  
Cedric Roux committed
1857 1858 1859 1860
ID = VCD_FUNCTION_SIM_UE_TRX_READ
    DESC = VCD function SIM_UE_TRX_READ
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1861
    VCD_NAME = UE_trx_read
Cedric Roux's avatar
Cedric Roux committed
1862 1863
ID = VCD_FUNCTION_eNB_TX
    DESC = VCD function eNB_TX
1864
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1865
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1866
    VCD_NAME = eNB_tx
Cedric Roux's avatar
Cedric Roux committed
1867 1868
ID = VCD_FUNCTION_eNB_RX
    DESC = VCD function eNB_RX
1869
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1870
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1871
    VCD_NAME = eNB_rx
Cedric Roux's avatar
Cedric Roux committed
1872 1873
ID = VCD_FUNCTION_eNB_TRX
    DESC = VCD function eNB_TRX
1874
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1875
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1876
    VCD_NAME = eNB_trx
Cedric Roux's avatar
Cedric Roux committed
1877 1878
ID = VCD_FUNCTION_eNB_TM
    DESC = VCD function eNB_TM
1879
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1880
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1881
    VCD_NAME = eNB_tm
Cedric Roux's avatar
Cedric Roux committed
1882 1883
ID = VCD_FUNCTION_eNB_RX_SLEEP
    DESC = VCD function eNB_RX_SLEEP
1884
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1885
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1886
    VCD_NAME = eNB_rx_sleep
Cedric Roux's avatar
Cedric Roux committed
1887 1888
ID = VCD_FUNCTION_eNB_TX_SLEEP
    DESC = VCD function eNB_TX_SLEEP
1889
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1890
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1891
    VCD_NAME = eNB_tx_sleep
Cedric Roux's avatar
Cedric Roux committed
1892 1893
ID = VCD_FUNCTION_eNB_PROC_SLEEP
    DESC = VCD function eNB_PROC_SLEEP
1894
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1895
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1896
    VCD_NAME = eNB_proc_sleep
Cedric Roux's avatar
Cedric Roux committed
1897 1898
ID = VCD_FUNCTION_TRX_READ_RF
    DESC = VCD function TRX_READ_RF
1899
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1900
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1901
    VCD_NAME = trx_read_rf
Cedric Roux's avatar
Cedric Roux committed
1902 1903
ID = VCD_FUNCTION_TRX_WRITE_RF
    DESC = VCD function TRX_WRITE_RF
1904
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1905
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1906
    VCD_NAME = trx_write_rf
Cedric Roux's avatar
Cedric Roux committed
1907 1908
ID = VCD_FUNCTION_UE_SYNCH
    DESC = VCD function UE_SYNCH
1909
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1910
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1911
    VCD_NAME = ue_synch
Cedric Roux's avatar
Cedric Roux committed
1912 1913
ID = VCD_FUNCTION_UE_SLOT_FEP
    DESC = VCD function UE_SLOT_FEP
1914
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1915
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1916
    VCD_NAME = ue_slot_fep
Cedric Roux's avatar
Cedric Roux committed
1917 1918
ID = VCD_FUNCTION_UE_RRC_MEASUREMENTS
    DESC = VCD function UE_RRC_MEASUREMENTS
1919
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1920
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1921
    VCD_NAME = ue_rrc_measurements
Cedric Roux's avatar
Cedric Roux committed
1922 1923
ID = VCD_FUNCTION_UE_GAIN_CONTROL
    DESC = VCD function UE_GAIN_CONTROL
1924
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1925
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1926
    VCD_NAME = ue_gain_control
Cedric Roux's avatar
Cedric Roux committed
1927 1928
ID = VCD_FUNCTION_UE_ADJUST_SYNCH
    DESC = VCD function UE_ADJUST_SYNCH
1929
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1930
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1931
    VCD_NAME = ue_adjust_synch
Cedric Roux's avatar
Cedric Roux committed
1932 1933
ID = VCD_FUNCTION_UE_MEASUREMENT_PROCEDURES
    DESC = VCD function UE_MEASUREMENT_PROCEDURES
1934
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1935
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1936
    VCD_NAME = lte_ue_measurement_procedures
Cedric Roux's avatar
Cedric Roux committed
1937 1938
ID = VCD_FUNCTION_UE_PDCCH_PROCEDURES
    DESC = VCD function UE_PDCCH_PROCEDURES
1939
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1940
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1941
    VCD_NAME = lte_ue_pdcch_procedures
Cedric Roux's avatar
Cedric Roux committed
1942 1943
ID = VCD_FUNCTION_UE_PBCH_PROCEDURES
    DESC = VCD function UE_PBCH_PROCEDURES
1944
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1945
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1946
    VCD_NAME = lte_ue_pbch_procedures
Cedric Roux's avatar
Cedric Roux committed
1947 1948
ID = VCD_FUNCTION_PHY_PROCEDURES_ENB_TX
    DESC = VCD function PHY_PROCEDURES_ENB_TX
1949
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1950
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1951
    VCD_NAME = phy_procedures_eNb_tx0
1952 1953 1954 1955
ID = VCD_FUNCTION_PHY_PROCEDURES_ENB_TX1
    DESC = VCD function PHY_PROCEDURES_ENB_TX1
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1956
    VCD_NAME = phy_procedures_eNb_tx1
1957 1958 1959 1960
ID = VCD_FUNCTION_PHY_PROCEDURES_RU_FEPRX
    DESC = VCD function PHY_PROCEDURES_RU_FEPRX
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1961
    VCD_NAME = phy_procedures_ru_feprx0
1962 1963 1964 1965
ID = VCD_FUNCTION_PHY_PROCEDURES_RU_FEPRX1
    DESC = VCD function PHY_PROCEDURES_RU_FEPRX1
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1966
    VCD_NAME = phy_procedures_ru_feprx1
1967 1968 1969 1970
ID = VCD_FUNCTION_PHY_PROCEDURES_RU_FEPTX_OFDM
    DESC = VCD function PHY_PROCEDURES_RU_FEPTX_OFDM
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1971
    VCD_NAME = phy_procedures_ru_feptx_ofdm0
1972 1973 1974 1975
ID = VCD_FUNCTION_PHY_PROCEDURES_RU_FEPTX_OFDM1
    DESC = VCD function PHY_PROCEDURES_RU_FEPTX_OFDM1
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1976
    VCD_NAME = phy_procedures_ru_feptx_ofdm1
1977 1978
ID = VCD_FUNCTION_PHY_PROCEDURES_RU_FEPTX_PREC
    DESC = VCD function PHY_PROCEDURES_RU_FEPTX_PREC
1979 1980
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1981
    VCD_NAME = phy_procedures_ru_feptx_prec0
1982 1983
ID = VCD_FUNCTION_PHY_PROCEDURES_RU_FEPTX_PREC1
    DESC = VCD function PHY_PROCEDURES_RU_FEPTX_PREC1
1984 1985
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1986
    VCD_NAME = phy_procedures_ru_feptx_prec1
1987 1988 1989 1990
ID = VCD_FUNCTION_PHY_PROCEDURES_ENB_RX_UESPEC
    DESC = VCD function PHY_PROCEDURES_ENB_RX_UESPEC
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1991
    VCD_NAME = phy_procedures_eNb_rx_uespec0
1992 1993 1994 1995
ID = VCD_FUNCTION_PHY_PROCEDURES_ENB_RX_UESPEC1
    DESC = VCD function PHY_PROCEDURES_ENB_RX_UESPEC1
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1996
    VCD_NAME = phy_procedures_eNb_rx_uespec1
Cedric Roux's avatar
Cedric Roux committed
1997 1998
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_TX
    DESC = VCD function PHY_PROCEDURES_UE_TX
1999
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2000
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2001
    VCD_NAME = phy_procedures_ue_tx
Cedric Roux's avatar
Cedric Roux committed
2002 2003
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_RX
    DESC = VCD function PHY_PROCEDURES_UE_RX
2004
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2005
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2006
    VCD_NAME = phy_procedures_ue_rx
2007 2008 2009 2010
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_TX_ULSCH_UESPEC
    DESC = VCD function PHY_PROCEDURES_UE_TX_ULSCH_UESPEC
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2011
    VCD_NAME = phy_procedures_ue_tx_ulsch_uespec
2012 2013 2014 2015
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_TX_PUCCH
    DESC = VCD function PHY_PROCEDURES_UE_TX_PUCCH
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2016
    VCD_NAME = phy_procedures_ue_tx_pucch
2017 2018 2019 2020
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_TX_ULSCH_COMMON
    DESC = VCD function PHY_PROCEDURES_UE_TX_ULSCH_COMMON
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2021
    VCD_NAME = phy_procedures_ue_tx_ulsch_common
2022 2023 2024 2025
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_TX_PRACH
    DESC = VCD function PHY_PROCEDURES_UE_TX_PRACH
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2026
    VCD_NAME = phy_procedures_ue_tx_prach
2027 2028 2029 2030
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_TX_ULSCH_RAR
    DESC = VCD function PHY_PROCEDURES_UE_TX_ULSCH_RAR
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2031
    VCD_NAME = phy_procedures_ue_tx_ulsch_rar
Cedric Roux's avatar
Cedric Roux committed
2032 2033
ID = VCD_FUNCTION_PHY_PROCEDURES_ENB_LTE
    DESC = VCD function PHY_PROCEDURES_ENB_LTE
2034
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2035
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2036
    VCD_NAME = phy_procedures_eNB_lte
Cedric Roux's avatar
Cedric Roux committed
2037 2038
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_LTE
    DESC = VCD function PHY_PROCEDURES_UE_LTE
2039
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2040
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2041
    VCD_NAME = phy_procedures_UE_lte
Cedric Roux's avatar
Cedric Roux committed
2042 2043
ID = VCD_FUNCTION_PDSCH_THREAD
    DESC = VCD function PDSCH_THREAD
2044
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2045
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2046
    VCD_NAME = pdsch_thread
Cedric Roux's avatar
Cedric Roux committed
2047 2048
ID = VCD_FUNCTION_DLSCH_THREAD0
    DESC = VCD function DLSCH_THREAD0
2049
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2050
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2051
    VCD_NAME = dlsch_thread0
Cedric Roux's avatar
Cedric Roux committed
2052 2053
ID = VCD_FUNCTION_DLSCH_THREAD1
    DESC = VCD function DLSCH_THREAD1
2054
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2055
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2056
    VCD_NAME = dlsch_thread1
Cedric Roux's avatar
Cedric Roux committed
2057 2058
ID = VCD_FUNCTION_DLSCH_THREAD2
    DESC = VCD function DLSCH_THREAD2
2059
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2060
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2061
    VCD_NAME = dlsch_thread2
Cedric Roux's avatar
Cedric Roux committed
2062 2063
ID = VCD_FUNCTION_DLSCH_THREAD3
    DESC = VCD function DLSCH_THREAD3
2064
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2065
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2066
    VCD_NAME = dlsch_thread3
Cedric Roux's avatar
Cedric Roux committed
2067 2068
ID = VCD_FUNCTION_DLSCH_THREAD4
    DESC = VCD function DLSCH_THREAD4
2069
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2070
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2071
    VCD_NAME = dlsch_thread4
Cedric Roux's avatar
Cedric Roux committed
2072 2073
ID = VCD_FUNCTION_DLSCH_THREAD5
    DESC = VCD function DLSCH_THREAD5
2074
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2075
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2076
    VCD_NAME = dlsch_thread5
Cedric Roux's avatar
Cedric Roux committed
2077 2078
ID = VCD_FUNCTION_DLSCH_THREAD6
    DESC = VCD function DLSCH_THREAD6
2079
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2080
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2081
    VCD_NAME = dlsch_thread6
Cedric Roux's avatar
Cedric Roux committed
2082 2083
ID = VCD_FUNCTION_DLSCH_THREAD7
    DESC = VCD function DLSCH_THREAD7
2084
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2085
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2086
    VCD_NAME = dlsch_thread7
Cedric Roux's avatar
Cedric Roux committed
2087 2088
ID = VCD_FUNCTION_DLSCH_DECODING0
    DESC = VCD function DLSCH_DECODING0
2089
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2090
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2091
    VCD_NAME = dlsch_decoding0
Cedric Roux's avatar
Cedric Roux committed
2092 2093
ID = VCD_FUNCTION_DLSCH_DECODING1
    DESC = VCD function DLSCH_DECODING1
2094
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2095
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2096
    VCD_NAME = dlsch_decoding1
Cedric Roux's avatar
Cedric Roux committed
2097 2098
ID = VCD_FUNCTION_DLSCH_DECODING2
    DESC = VCD function DLSCH_DECODING2
2099
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2100
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2101
    VCD_NAME = dlsch_decoding2
Cedric Roux's avatar
Cedric Roux committed
2102 2103
ID = VCD_FUNCTION_DLSCH_DECODING3
    DESC = VCD function DLSCH_DECODING3
2104
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2105
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2106
    VCD_NAME = dlsch_decoding3
Cedric Roux's avatar
Cedric Roux committed
2107 2108
ID = VCD_FUNCTION_DLSCH_DECODING4
    DESC = VCD function DLSCH_DECODING4
2109
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2110
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2111
    VCD_NAME = dlsch_decoding4
Cedric Roux's avatar
Cedric Roux committed
2112 2113
ID = VCD_FUNCTION_DLSCH_DECODING5
    DESC = VCD function DLSCH_DECODING5
2114
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2115
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2116
    VCD_NAME = dlsch_decoding5
Cedric Roux's avatar
Cedric Roux committed
2117 2118
ID = VCD_FUNCTION_DLSCH_DECODING6
    DESC = VCD function DLSCH_DECODING6
2119
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2120
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2121
    VCD_NAME = dlsch_decoding6
Cedric Roux's avatar
Cedric Roux committed
2122 2123
ID = VCD_FUNCTION_DLSCH_DECODING7
    DESC = VCD function DLSCH_DECODING7
2124
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2125
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2126
    VCD_NAME = dlsch_decoding7
Cedric Roux's avatar
Cedric Roux committed
2127 2128
ID = VCD_FUNCTION_RX_PDCCH
    DESC = VCD function RX_PDCCH
2129
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2130
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2131
    VCD_NAME = rx_pdcch
Cedric Roux's avatar
Cedric Roux committed
2132 2133
ID = VCD_FUNCTION_DCI_DECODING
    DESC = VCD function DCI_DECODING
2134
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2135
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2136
    VCD_NAME = dci_decoding
Cedric Roux's avatar
Cedric Roux committed
2137 2138
ID = VCD_FUNCTION_RX_PHICH
    DESC = VCD function RX_PHICH
2139
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2140
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2141
    VCD_NAME = rx_phich
2142 2143 2144 2145
ID = VCD_FUNCTION_PDSCH_PROC
    DESC = VCD function PDSCH_PROC
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2146
    VCD_NAME = pdsch_procedures
2147 2148 2149 2150
ID = VCD_FUNCTION_PDSCH_PROC_SI
    DESC = VCD function PDSCH_PROC_SI
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2151
    VCD_NAME = pdsch_procedures_si
2152 2153 2154 2155
ID = VCD_FUNCTION_PDSCH_PROC_P
    DESC = VCD function PDSCH_PROC_P
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2156
    VCD_NAME = pdsch_procedures_p
2157 2158 2159 2160
ID = VCD_FUNCTION_PDSCH_PROC_RA
    DESC = VCD function PDSCH_PROC_RA
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2161
    VCD_NAME = pdsch_procedures_ra
Cedric Roux's avatar
Cedric Roux committed
2162 2163
ID = VCD_FUNCTION_PHY_UE_CONFIG_SIB2
    DESC = VCD function PHY_UE_CONFIG_SIB2
2164
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2165
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2166
    VCD_NAME = phy_ue_config_sib2
Cedric Roux's avatar
Cedric Roux committed
2167 2168
ID = VCD_FUNCTION_PHY_CONFIG_SIB1_ENB
    DESC = VCD function PHY_CONFIG_SIB1_ENB
2169
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2170
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2171
    VCD_NAME = macxface_phy_config_sib1_eNB
Cedric Roux's avatar
Cedric Roux committed
2172 2173
ID = VCD_FUNCTION_PHY_CONFIG_SIB2_ENB
    DESC = VCD function PHY_CONFIG_SIB2_ENB
2174
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2175
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2176
    VCD_NAME = macxface_phy_config_sib2_eNB
Cedric Roux's avatar
Cedric Roux committed
2177 2178
ID = VCD_FUNCTION_PHY_CONFIG_DEDICATED_ENB
    DESC = VCD function PHY_CONFIG_DEDICATED_ENB
2179
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2180
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2181
    VCD_NAME = macxface_phy_config_dedicated_eNB
Cedric Roux's avatar
Cedric Roux committed
2182 2183
ID = VCD_FUNCTION_PHY_UE_COMPUTE_PRACH
    DESC = VCD function PHY_UE_COMPUTE_PRACH
2184
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2185
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2186
    VCD_NAME = phy_ue_compute_prach
2187 2188 2189 2190
ID = VCD_FUNCTION_PHY_ENB_ULSCH_MSG3
    DESC = VCD function PHY_ENB_ULSCH_MSG3
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2191
    VCD_NAME = phy_enb_ulsch_msg3
2192 2193 2194 2195
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING0
    DESC = VCD function PHY_ENB_ULSCH_DECODING0
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2196
    VCD_NAME = phy_enb_ulsch_decoding0
2197 2198 2199 2200
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING1
    DESC = VCD function PHY_ENB_ULSCH_DECODING1
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2201
    VCD_NAME = phy_enb_ulsch_decoding1
2202 2203 2204 2205
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING2
    DESC = VCD function PHY_ENB_ULSCH_DECODING2
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2206
    VCD_NAME = phy_enb_ulsch_decoding2
2207 2208 2209 2210
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING3
    DESC = VCD function PHY_ENB_ULSCH_DECODING3
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2211
    VCD_NAME = phy_enb_ulsch_decoding3
2212 2213 2214 2215
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING4
    DESC = VCD function PHY_ENB_ULSCH_DECODING4
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2216
    VCD_NAME = phy_enb_ulsch_decoding4
2217 2218 2219 2220
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING5
    DESC = VCD function PHY_ENB_ULSCH_DECODING5
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2221
    VCD_NAME = phy_enb_ulsch_decoding5
2222 2223 2224 2225
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING6
    DESC = VCD function PHY_ENB_ULSCH_DECODING6
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2226
    VCD_NAME = phy_enb_ulsch_decoding6
2227 2228
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING7
    DESC = VCD function PHY_ENB_ULSCH_DECODING7
2229
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2230
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2231
    VCD_NAME = phy_enb_ulsch_decoding7
Cedric Roux's avatar
Cedric Roux committed
2232 2233
ID = VCD_FUNCTION_PHY_ENB_SFGEN
    DESC = VCD function PHY_ENB_SFGEN
2234
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2235
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2236
    VCD_NAME = phy_enb_sfgen
Cedric Roux's avatar
Cedric Roux committed
2237 2238
ID = VCD_FUNCTION_PHY_ENB_PRACH_RX
    DESC = VCD function PHY_ENB_PRACH_RX
2239
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2240
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2241
    VCD_NAME = phy_enb_prach_rx
2242 2243 2244 2245
ID = VCD_FUNCTION_PHY_RU_PRACH_RX
    DESC = VCD function PHY_RU_PRACH_RX
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2246
    VCD_NAME = phy_ru_prach_rx
Cedric Roux's avatar
Cedric Roux committed
2247 2248
ID = VCD_FUNCTION_PHY_ENB_PDCCH_TX
    DESC = VCD function PHY_ENB_PDCCH_TX
2249
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2250
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2251
    VCD_NAME = phy_enb_pdcch_tx
WANG Tsu-Han's avatar
WANG Tsu-Han committed
2252 2253 2254 2255 2256
ID = VCD_FUNCTION_PHY_ENB_COMMON_TX
    DESC = VCD function PHY_ENB_COMMON_TX
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
    VCD_NAME = phy_enb_common_tx
Cedric Roux's avatar
Cedric Roux committed
2257 2258
ID = VCD_FUNCTION_PHY_ENB_RS_TX
    DESC = VCD function PHY_ENB_RS_TX
2259
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2260
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2261
    VCD_NAME = phy_enb_rs_tx
Cedric Roux's avatar
Cedric Roux committed
2262 2263
ID = VCD_FUNCTION_UE_GENERATE_PRACH
    DESC = VCD function UE_GENERATE_PRACH
2264
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2265
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2266
    VCD_NAME = phy_ue_generate_prach
Cedric Roux's avatar
Cedric Roux committed
2267 2268
ID = VCD_FUNCTION_UE_ULSCH_MODULATION
    DESC = VCD function UE_ULSCH_MODULATION
2269
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2270
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2271
    VCD_NAME = phy_ue_ulsch_modulation
Cedric Roux's avatar
Cedric Roux committed
2272 2273
ID = VCD_FUNCTION_UE_ULSCH_ENCODING
    DESC = VCD function UE_ULSCH_ENCODING
2274
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2275
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2276
    VCD_NAME = phy_ue_ulsch_encoding
2277 2278 2279 2280
ID = VCD_FUNCTION_UE_ULSCH_ENCODING_FILL_CQI
    DESC = VCD function UE_ULSCH_ENCODING_FILL_CQI
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2281
    VCD_NAME = phy_ue_ulsch_encoding_fill_cqi
Cedric Roux's avatar
Cedric Roux committed
2282 2283
ID = VCD_FUNCTION_UE_ULSCH_SCRAMBLING
    DESC = VCD function UE_ULSCH_SCRAMBLING
2284
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2285
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2286
    VCD_NAME = phy_ue_ulsch_scrambling
Cedric Roux's avatar
Cedric Roux committed
2287 2288
ID = VCD_FUNCTION_ENB_DLSCH_MODULATION
    DESC = VCD function ENB_DLSCH_MODULATION
2289
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2290
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2291
    VCD_NAME = phy_eNB_dlsch_modulation
Cedric Roux's avatar
Cedric Roux committed
2292 2293
ID = VCD_FUNCTION_ENB_DLSCH_ENCODING
    DESC = VCD function ENB_DLSCH_ENCODING
2294
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2295
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2296
    VCD_NAME = phy_eNB_dlsch_encoding
2297 2298 2299 2300
ID = VCD_FUNCTION_ENB_DLSCH_ENCODING_W
    DESC = VCD function ENB_DLSCH_ENCODING_W
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2301
    VCD_NAME = phy_eNB_dlsch_encoding_w
Cedric Roux's avatar
Cedric Roux committed
2302 2303
ID = VCD_FUNCTION_ENB_DLSCH_SCRAMBLING
    DESC = VCD function ENB_DLSCH_SCRAMBLING
2304
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2305
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2306
    VCD_NAME = phy_eNB_dlsch_scrambling
2307 2308 2309 2310
ID = VCD_FUNCTION_ENB_BEAM_PRECODING
    DESC = VCD function ENB_BEAM_PRECODING
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2311
    VCD_NAME = phy_eNB_beam_precoding
2312 2313 2314 2315
ID = VCD_FUNCTION_ENB_OFDM_MODULATION
    DESC = VCD function ENB_OFDM_MODULATION
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2316
    VCD_NAME = phy_eNB_ofdm_mod_l
Cedric Roux's avatar
Cedric Roux committed
2317 2318
ID = VCD_FUNCTION_MACPHY_INIT
    DESC = VCD function MACPHY_INIT
2319
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2320
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2321
    VCD_NAME = macxface_macphy_init
Cedric Roux's avatar
Cedric Roux committed
2322 2323
ID = VCD_FUNCTION_MACPHY_EXIT
    DESC = VCD function MACPHY_EXIT
2324
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2325
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2326
    VCD_NAME = macxface_macphy_exit
Cedric Roux's avatar
Cedric Roux committed
2327 2328
ID = VCD_FUNCTION_ENB_DLSCH_ULSCH_SCHEDULER
    DESC = VCD function ENB_DLSCH_ULSCH_SCHEDULER
2329
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2330
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2331
    VCD_NAME = macxface_eNB_dlsch_ulsch_scheduler
Cedric Roux's avatar
Cedric Roux committed
2332 2333
ID = VCD_FUNCTION_FILL_RAR
    DESC = VCD function FILL_RAR
2334
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2335
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2336
    VCD_NAME = macxface_fill_rar
Cedric Roux's avatar
Cedric Roux committed
2337 2338
ID = VCD_FUNCTION_TERMINATE_RA_PROC
    DESC = VCD function TERMINATE_RA_PROC
2339
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2340
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2341
    VCD_NAME = macxface_terminate_ra_proc
Cedric Roux's avatar
Cedric Roux committed
2342 2343
ID = VCD_FUNCTION_INITIATE_RA_PROC
    DESC = VCD function INITIATE_RA_PROC
2344
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2345
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2346
    VCD_NAME = macxface_initiate_ra_proc
Cedric Roux's avatar
Cedric Roux committed
2347 2348
ID = VCD_FUNCTION_CANCEL_RA_PROC
    DESC = VCD function CANCEL_RA_PROC
2349
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2350
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2351
    VCD_NAME = macxface_cancel_ra_proc
Cedric Roux's avatar
Cedric Roux committed
2352 2353
ID = VCD_FUNCTION_GET_DCI_SDU
    DESC = VCD function GET_DCI_SDU
2354
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2355
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2356
    VCD_NAME = macxface_get_dci_sdu
Cedric Roux's avatar
Cedric Roux committed
2357 2358
ID = VCD_FUNCTION_GET_DLSCH_SDU
    DESC = VCD function GET_DLSCH_SDU
2359
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2360
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2361
    VCD_NAME = macxface_get_dlsch_sdu
Cedric Roux's avatar
Cedric Roux committed
2362 2363
ID = VCD_FUNCTION_RX_SDU
    DESC = VCD function RX_SDU
2364
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2365
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2366
    VCD_NAME = macxface_rx_sdu
Cedric Roux's avatar
Cedric Roux committed
2367 2368
ID = VCD_FUNCTION_MRBCH_PHY_SYNC_FAILURE
    DESC = VCD function MRBCH_PHY_SYNC_FAILURE
2369
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2370
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2371
    VCD_NAME = macxface_mrbch_phy_sync_failure
Cedric Roux's avatar
Cedric Roux committed
2372 2373
ID = VCD_FUNCTION_SR_INDICATION
    DESC = VCD function SR_INDICATION
2374
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2375
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2376
    VCD_NAME = macxface_SR_indication
Cedric Roux's avatar
Cedric Roux committed
2377 2378
ID = VCD_FUNCTION_DLSCH_PREPROCESSOR
    DESC = VCD function DLSCH_PREPROCESSOR
2379
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2380
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2381
    VCD_NAME = mac_dlsch_preprocessor
Cedric Roux's avatar
Cedric Roux committed
2382 2383
ID = VCD_FUNCTION_SCHEDULE_DLSCH
    DESC = VCD function SCHEDULE_DLSCH
2384
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2385
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2386
    VCD_NAME = mac_schedule_dlsch
Cedric Roux's avatar
Cedric Roux committed
2387 2388
ID = VCD_FUNCTION_FILL_DLSCH_DCI
    DESC = VCD function FILL_DLSCH_DCI
2389
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2390
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2391
    VCD_NAME = mac_fill_dlsch_dci
Cedric Roux's avatar
Cedric Roux committed
2392 2393
ID = VCD_FUNCTION_OUT_OF_SYNC_IND
    DESC = VCD function OUT_OF_SYNC_IND
2394
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2395
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2396
    VCD_NAME = macxface_out_of_sync_ind
Cedric Roux's avatar
Cedric Roux committed
2397 2398
ID = VCD_FUNCTION_UE_DECODE_SI
    DESC = VCD function UE_DECODE_SI
2399
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2400
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2401
    VCD_NAME = macxface_ue_decode_si
2402 2403 2404 2405
ID = VCD_FUNCTION_UE_DECODE_PCCH
    DESC = VCD function UE_DECODE_PCCH
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2406
    VCD_NAME = macxface_ue_decode_pcch
Cedric Roux's avatar
Cedric Roux committed
2407 2408
ID = VCD_FUNCTION_UE_DECODE_CCCH
    DESC = VCD function UE_DECODE_CCCH
2409
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2410
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2411
    VCD_NAME = macxface_ue_decode_ccch
Cedric Roux's avatar
Cedric Roux committed
2412 2413
ID = VCD_FUNCTION_UE_DECODE_BCCH
    DESC = VCD function UE_DECODE_BCCH
2414
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2415
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2416
    VCD_NAME = macxface_ue_decode_bcch
Cedric Roux's avatar
Cedric Roux committed
2417 2418
ID = VCD_FUNCTION_UE_SEND_SDU
    DESC = VCD function UE_SEND_SDU
2419
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2420
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2421
    VCD_NAME = macxface_ue_send_sdu
Cedric Roux's avatar
Cedric Roux committed
2422 2423
ID = VCD_FUNCTION_UE_GET_SDU
    DESC = VCD function UE_GET_SDU
2424
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2425
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2426
    VCD_NAME = macxface_ue_get_sdu
Cedric Roux's avatar
Cedric Roux committed
2427 2428
ID = VCD_FUNCTION_UE_GET_RACH
    DESC = VCD function UE_GET_RACH
2429
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2430
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2431
    VCD_NAME = macxface_ue_get_rach
Cedric Roux's avatar
Cedric Roux committed
2432 2433
ID = VCD_FUNCTION_UE_PROCESS_RAR
    DESC = VCD function UE_PROCESS_RAR
2434
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2435
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2436
    VCD_NAME = macxface_ue_process_rar
Cedric Roux's avatar
Cedric Roux committed
2437 2438
ID = VCD_FUNCTION_UE_SCHEDULER
    DESC = VCD function UE_SCHEDULER
2439
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2440
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2441
    VCD_NAME = macxface_ue_scheduler
Cedric Roux's avatar
Cedric Roux committed
2442 2443
ID = VCD_FUNCTION_UE_GET_SR
    DESC = VCD function UE_GET_SR
2444
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2445
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2446
    VCD_NAME = macxface_ue_get_sr
Cedric Roux's avatar
Cedric Roux committed
2447 2448
ID = VCD_FUNCTION_UE_SEND_MCH_SDU
    DESC = VCD function UE_SEND_MCH_SDU
2449
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2450
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2451
    VCD_NAME = ue_send_mch_sdu
Cedric Roux's avatar
Cedric Roux committed
2452 2453
ID = VCD_FUNCTION_RLC_DATA_REQ
    DESC = VCD function RLC_DATA_REQ
2454
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2455
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2456
    VCD_NAME = rlc_data_req
2457 2458 2459 2460
#ID = VCD_FUNCTION_RLC_DATA_IND
#    DESC = VCD function RLC_DATA_IND
#    GROUP = ALL:VCD:ENB:VCD_FUNCTION
#    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2461
#    VCD_NAME = rlc_data_ind
Cedric Roux's avatar
Cedric Roux committed
2462 2463
ID = VCD_FUNCTION_MAC_RLC_STATUS_IND
    DESC = VCD function MAC_RLC_STATUS_IND
2464
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2465
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2466
    VCD_NAME = mac_rlc_status_ind
Cedric Roux's avatar
Cedric Roux committed
2467 2468
ID = VCD_FUNCTION_MAC_RLC_DATA_REQ
    DESC = VCD function MAC_RLC_DATA_REQ
2469
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2470
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2471
    VCD_NAME = mac_rlc_data_req
Cedric Roux's avatar
Cedric Roux committed
2472 2473
ID = VCD_FUNCTION_MAC_RLC_DATA_IND
    DESC = VCD function MAC_RLC_DATA_IND
2474
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2475
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2476
    VCD_NAME = mac_rlc_data_ind
Cedric Roux's avatar
Cedric Roux committed
2477 2478
ID = VCD_FUNCTION_RLC_UM_TRY_REASSEMBLY
    DESC = VCD function RLC_UM_TRY_REASSEMBLY
2479
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2480
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2481
    VCD_NAME = rlc_um_try_reassembly
Cedric Roux's avatar
Cedric Roux committed
2482 2483
ID = VCD_FUNCTION_RLC_UM_CHECK_TIMER_DAR_TIME_OUT
    DESC = VCD function RLC_UM_CHECK_TIMER_DAR_TIME_OUT
2484
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2485
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2486
    VCD_NAME = rlc_um_check_timer_dar_time_out
Cedric Roux's avatar
Cedric Roux committed
2487 2488
ID = VCD_FUNCTION_RLC_UM_RECEIVE_PROCESS_DAR
    DESC = VCD function RLC_UM_RECEIVE_PROCESS_DAR
2489
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2490
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2491
    VCD_NAME = rlc_um_receive_process_dar
Cedric Roux's avatar
Cedric Roux committed
2492 2493
ID = VCD_FUNCTION_PDCP_RUN
    DESC = VCD function PDCP_RUN
2494
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2495
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2496
    VCD_NAME = pdcp_run
Cedric Roux's avatar
Cedric Roux committed
2497 2498
ID = VCD_FUNCTION_PDCP_DATA_REQ
    DESC = VCD function PDCP_DATA_REQ
2499
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2500
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2501
    VCD_NAME = pdcp_data_req
Cedric Roux's avatar
Cedric Roux committed
2502 2503
ID = VCD_FUNCTION_PDCP_DATA_IND
    DESC = VCD function PDCP_DATA_IND
2504
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2505
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2506
    VCD_NAME = pdcp_data_ind
Cedric Roux's avatar
Cedric Roux committed
2507 2508
ID = VCD_FUNCTION_PDCP_APPLY_SECURITY
    DESC = VCD function PDCP_APPLY_SECURITY
2509
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2510
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2511
    VCD_NAME = pdcp_apply_security
Cedric Roux's avatar
Cedric Roux committed
2512 2513
ID = VCD_FUNCTION_PDCP_VALIDATE_SECURITY
    DESC = VCD function PDCP_VALIDATE_SECURITY
2514
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2515
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2516
    VCD_NAME = pdcp_validate_security
2517 2518 2519 2520
ID = VCD_FUNCTION_PDCP_FIFO_READ
    DESC = VCD function PDCP_FIFO_READ
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2521
    VCD_NAME = pdcp_fifo_read
2522 2523 2524 2525
ID = VCD_FUNCTION_PDCP_FIFO_READ_BUFFER
    DESC = VCD function PDCP_FIFO_READ_BUFFER
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2526
    VCD_NAME = pdcp_fifo_read_buffer
2527 2528 2529 2530
ID = VCD_FUNCTION_PDCP_FIFO_FLUSH
    DESC = VCD function PDCP_FIFO_FLUSH
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2531
    VCD_NAME = pdcp_fifo_flush
2532 2533 2534 2535
ID = VCD_FUNCTION_PDCP_FIFO_FLUSH_BUFFER
    DESC = VCD function PDCP_FIFO_FLUSH_BUFFER
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2536
    VCD_NAME = pdcp_fifo_flush_buffer
Cedric Roux's avatar
Cedric Roux committed
2537 2538
ID = VCD_FUNCTION_RRC_RX_TX
    DESC = VCD function RRC_RX_TX
2539
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2540
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2541
    VCD_NAME = rrc_rx_tx
Cedric Roux's avatar
Cedric Roux committed
2542 2543
ID = VCD_FUNCTION_RRC_MAC_CONFIG
    DESC = VCD function RRC_MAC_CONFIG
2544
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2545
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2546
    VCD_NAME = rrc_mac_config_req
Cedric Roux's avatar
Cedric Roux committed
2547 2548
ID = VCD_FUNCTION_RRC_UE_DECODE_SIB1
    DESC = VCD function RRC_UE_DECODE_SIB1
2549
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2550
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2551
    VCD_NAME = rrc_ue_decode_sib1
Cedric Roux's avatar
Cedric Roux committed
2552 2553
ID = VCD_FUNCTION_RRC_UE_DECODE_SI
    DESC = VCD function RRC_UE_DECODE_SI
2554
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2555
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2556
    VCD_NAME = rrc_ue_decode_si
Cedric Roux's avatar
Cedric Roux committed
2557 2558
ID = VCD_FUNCTION_GTPV1U_ENB_TASK
    DESC = VCD function GTPV1U_ENB_TASK
2559
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2560
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2561
    VCD_NAME = gtpv1u_enb_task
Cedric Roux's avatar
Cedric Roux committed
2562 2563
ID = VCD_FUNCTION_GTPV1U_PROCESS_UDP_REQ
    DESC = VCD function GTPV1U_PROCESS_UDP_REQ
2564
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2565
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2566
    VCD_NAME = gtpv1u_process_udp_req
Cedric Roux's avatar
Cedric Roux committed
2567 2568
ID = VCD_FUNCTION_GTPV1U_PROCESS_TUNNEL_DATA_REQ
    DESC = VCD function GTPV1U_PROCESS_TUNNEL_DATA_REQ
2569
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2570
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2571
    VCD_NAME = gtpv1u_process_tunnel_data_req
Cedric Roux's avatar
Cedric Roux committed
2572 2573
ID = VCD_FUNCTION_UDP_ENB_TASK
    DESC = VCD function UDP_ENB_TASK
2574
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2575
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2576
    VCD_NAME = udp_enb_task
Cedric Roux's avatar
Cedric Roux committed
2577 2578
ID = VCD_FUNCTION_EMU_TRANSPORT
    DESC = VCD function EMU_TRANSPORT
2579
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2580
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2581
    VCD_NAME = emu_transport
Cedric Roux's avatar
Cedric Roux committed
2582 2583
ID = VCD_FUNCTION_LOG_RECORD
    DESC = VCD function LOG_RECORD
2584
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2585
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2586
    VCD_NAME = log_record
Cedric Roux's avatar
Cedric Roux committed
2587 2588
ID = VCD_FUNCTION_ITTI_ENQUEUE_MESSAGE
    DESC = VCD function ITTI_ENQUEUE_MESSAGE
2589
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2590
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2591
    VCD_NAME = itti_enqueue_message
Cedric Roux's avatar
Cedric Roux committed
2592 2593
ID = VCD_FUNCTION_ITTI_DUMP_ENQUEUE_MESSAGE
    DESC = VCD function ITTI_DUMP_ENQUEUE_MESSAGE
2594
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2595
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2596
    VCD_NAME = itti_dump_enqueue_message
Cedric Roux's avatar
Cedric Roux committed
2597 2598
ID = VCD_FUNCTION_ITTI_DUMP_ENQUEUE_MESSAGE_MALLOC
    DESC = VCD function ITTI_DUMP_ENQUEUE_MESSAGE_MALLOC
2599
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2600
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2601
    VCD_NAME = itti_dump_enqueue_message_malloc
Cedric Roux's avatar
Cedric Roux committed
2602 2603
ID = VCD_FUNCTION_ITTI_RELAY_THREAD
    DESC = VCD function ITTI_RELAY_THREAD
2604
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2605
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2606
    VCD_NAME = itti_relay_thread
Cedric Roux's avatar
Cedric Roux committed
2607 2608
ID = VCD_FUNCTION_TEST
    DESC = VCD function TEST
2609
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2610
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2611
    VCD_NAME = test
2612 2613 2614 2615
ID = VCD_FUNCTION_SEND_IF4
    DESC = VCD function SEND_IF4
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2616
    VCD_NAME = send_if4
2617 2618 2619 2620
ID = VCD_FUNCTION_RECV_IF4
    DESC = VCD function RECV_IF4
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2621
    VCD_NAME = recv_if4
2622 2623 2624 2625
ID = VCD_FUNCTION_SEND_IF5
    DESC = VCD function SEND_IF5
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2626
    VCD_NAME = send_if5
2627 2628 2629 2630
ID = VCD_FUNCTION_RECV_IF5
    DESC = VCD function RECV_IF5
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2631
    VCD_NAME = recv_if5
Cedric Roux's avatar
Cedric Roux committed
2632 2633 2634 2635
ID = VCD_FUNCTION_TRX_COMPR_IF
    DESC = VCD function TRX_COMPR_IF
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2636
    VCD_NAME = compress_if
Cedric Roux's avatar
Cedric Roux committed
2637 2638 2639 2640
ID = VCD_FUNCTION_TRX_DECOMPR_IF
    DESC = VCD function TRX_DECOMPR_IF
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2641
    VCD_NAME = decompress_if
Cedric Roux's avatar
Cedric Roux committed
2642 2643 2644 2645
ID = VCD_FUNCTION_NFAPI
    DESC = VCD function NFAPI
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2646
    VCD_NAME = nfapi_subframe
Cedric Roux's avatar
Cedric Roux committed
2647 2648 2649 2650
ID = VCD_FUNCTION_GENERATE_PCFICH
    DESC = VCD function GENERATE_PCFICH
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2651
    VCD_NAME = generate_pcfich
Cedric Roux's avatar
Cedric Roux committed
2652 2653 2654 2655
ID = VCD_FUNCTION_GENERATE_DCI0
    DESC = VCD function GENERATE_DCI0
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2656
    VCD_NAME = generate_dci0
Cedric Roux's avatar
Cedric Roux committed
2657 2658 2659 2660
ID = VCD_FUNCTION_GENERATE_DLSCH
    DESC = VCD function GENERATE_DLSCH
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2661
    VCD_NAME = generate_dlsch
Cedric Roux's avatar
Cedric Roux committed
2662 2663 2664 2665
ID = VCD_FUNCTION_GENERATE_PHICH
    DESC = VCD function GENERATE_PHICH
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2666
    VCD_NAME = generate_phich
Cedric Roux's avatar
Cedric Roux committed
2667 2668 2669 2670
ID = VCD_FUNCTION_PDCCH_SCRAMBLING
    DESC = VCD function PDCCH_SCRAMBLING
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2671
    VCD_NAME = pdcch_scrambling
Cedric Roux's avatar
Cedric Roux committed
2672 2673 2674 2675
ID = VCD_FUNCTION_PDCCH_MODULATION
    DESC = VCD function PDCCH_MODULATION
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2676
    VCD_NAME = pdcch_modulation
Cedric Roux's avatar
Cedric Roux committed
2677 2678 2679 2680
ID = VCD_FUNCTION_PDCCH_INTERLEAVING
    DESC = VCD function PDCCH_INTERLEAVING
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2681
    VCD_NAME = pdcch_interleaving
Cedric Roux's avatar
Cedric Roux committed
2682 2683 2684 2685
ID = VCD_FUNCTION_PDCCH_TX
    DESC = VCD function PDCCH_TX
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2686
    VCD_NAME = pdcch_tx
Wang Tsu-Han's avatar
Wang Tsu-Han committed
2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698

  #function for gNB
ID = VCD_FUNCTION_gNB_PROC_RXTX0
    DESC = VCD function gNB_PROC_RXTX0
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
    VCD_NAME = gNB_thread_rxtx0
ID = VCD_FUNCTION_gNB_PROC_RXTX1
    DESC = VCD function gNB_PROC_RXTX1
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
    VCD_NAME = gNB_thread_rxtx1