T_messages.txt 88 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
ID = ENB_PHY_INITIATE_RA_PROCEDURE
    DESC = eNodeB initiates a random access procedure after detecting enough energy for one of the preambles
78
    GROUP = ALL:PHY:ENB:WIRESHARK
Cedric Roux's avatar
Cedric Roux committed
79
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,preamble : int,energy : int,delay
80 81
ID = ENB_PHY_MIB
    DESC = MIB data
82
    GROUP = ALL:PHY:ENB:WIRESHARK
83
    FORMAT = int,eNB_ID : int,frame : int,subframe : buffer,data
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:WIRESHARK
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
ID = ENB_MAC_UE_DL_PDU_WITH_DATA
    DESC = MAC downlink PDU for an UE
120
    GROUP = ALL:MAC:ENB:WIRESHARK
121
    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
ID = ENB_MAC_UE_DL_RAR_PDU_WITH_DATA
    DESC = MAC downlink PDU for an UE
128
    GROUP = ALL:MAC:ENB:WIRESHARK
129
    FORMAT = int,eNB_ID : int,CC_id : int,rnti : int,frame : int,subframe : int,harq_pid : buffer,data
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 155 156 157 158

#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
159 160 161 162 163
#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
164 165 166 167
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
168 169 170 171 172 173 174 175
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
176 177 178 179
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
180 181 182 183 184 185 186 187
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
188 189 190 191
ID = ENB_RRC_CONNECTION_REJECT
    DESC = RRC connection reject
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
192 193 194 195
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
196 197 198 199
ID = ENB_RRC_CONNECTION_REESTABLISHMENT
    DESC = RRC connection reestablishment
    GROUP = ALL:RRC:ENB
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti
200 201 202 203
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
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 236 237 238 239
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
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 272 273 274 275
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
276

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

ID = LEGACY_PHY_INFO
300
    DESC = PHY legacy logs - info level
301
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
302
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
303
ID = LEGACY_PHY_ERROR
304
    DESC = PHY legacy logs - error level
305
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
306
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
307
ID = LEGACY_PHY_WARNING
308
    DESC = PHY legacy logs - warning level
309
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
310
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
311
ID = LEGACY_PHY_DEBUG
312
    DESC = PHY legacy logs - debug level
313
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
314
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
315
ID = LEGACY_PHY_TRACE
316
    DESC = PHY legacy logs - trace level
317
    GROUP = ALL:LEGACY_PHY:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
318
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
319 320

ID = LEGACY_S1AP_INFO
321
    DESC = S1AP legacy logs - info level
322
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
323
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
324
ID = LEGACY_S1AP_ERROR
325
    DESC = S1AP legacy logs - error level
326
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
327
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
328
ID = LEGACY_S1AP_WARNING
329
    DESC = S1AP legacy logs - warning level
330
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
331
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
332
ID = LEGACY_S1AP_DEBUG
333
    DESC = S1AP legacy logs - debug level
334
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
335
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
336
ID = LEGACY_S1AP_TRACE
337
    DESC = S1AP legacy logs - trace level
338
    GROUP = ALL:LEGACY_S1AP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
339
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
340

Cedric Roux's avatar
Cedric Roux committed
341 342
ID = LEGACY_X2AP_INFO
    DESC = X2AP legacy logs - info level
343
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
344
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
345 346
ID = LEGACY_X2AP_ERROR
    DESC = X2AP legacy logs - error level
347
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
348
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
349 350
ID = LEGACY_X2AP_WARNING
    DESC = X2AP legacy logs - warning level
351
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
352
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
353 354
ID = LEGACY_X2AP_DEBUG
    DESC = X2AP legacy logs - debug level
355
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
356
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
357 358
ID = LEGACY_X2AP_TRACE
    DESC = X2AP legacy logs - trace level
359
    GROUP = ALL:LEGACY_X2AP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
360
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
361

Cedric Roux's avatar
Cedric Roux committed
362
ID = LEGACY_RRC_INFO
363
    DESC = RRC legacy logs - info level
364
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
365
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
366
ID = LEGACY_RRC_ERROR
367
    DESC = RRC legacy logs - error level
368
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
369
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
370
ID = LEGACY_RRC_WARNING
371
    DESC = RRC legacy logs - warning level
372
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
373
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
374
ID = LEGACY_RRC_DEBUG
375
    DESC = RRC legacy logs - debug level
376
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
377
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
378
ID = LEGACY_RRC_TRACE
379
    DESC = RRC legacy logs - trace level
380
    GROUP = ALL:LEGACY_RRC:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
381
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
382 383

ID = LEGACY_RLC_INFO
384
    DESC = RLC legacy logs - info level
385
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
386
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
387
ID = LEGACY_RLC_ERROR
388
    DESC = RLC legacy logs - error level
389
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
390
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
391
ID = LEGACY_RLC_WARNING
392
    DESC = RLC legacy logs - warning level
393
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
394
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
395
ID = LEGACY_RLC_DEBUG
396
    DESC = RLC legacy logs - debug level
397
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
398
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
399
ID = LEGACY_RLC_TRACE
400
    DESC = RLC legacy logs - trace level
401
    GROUP = ALL:LEGACY_RLC:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
402
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
403 404

ID = LEGACY_PDCP_INFO
405
    DESC = PDCP legacy logs - info level
406
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
407
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
408
ID = LEGACY_PDCP_ERROR
409
    DESC = PDCP legacy logs - error level
410
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
411
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
412
ID = LEGACY_PDCP_WARNING
413
    DESC = PDCP legacy logs - warning level
414
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
415
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
416
ID = LEGACY_PDCP_DEBUG
417
    DESC = PDCP legacy logs - debug level
418
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
419
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
420
ID = LEGACY_PDCP_TRACE
421
    DESC = PDCP legacy logs - trace level
422
    GROUP = ALL:LEGACY_PDCP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
423
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
424 425

ID = LEGACY_ENB_APP_INFO
426
    DESC = ENB_APP legacy logs - info level
427
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
428
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
429
ID = LEGACY_ENB_APP_ERROR
430
    DESC = ENB_APP legacy logs - error level
431
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
432
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
433
ID = LEGACY_ENB_APP_WARNING
434
    DESC = ENB_APP legacy logs - warning level
435
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
436
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
437
ID = LEGACY_ENB_APP_DEBUG
438
    DESC = ENB_APP legacy logs - debug level
439
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
440
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
441
ID = LEGACY_ENB_APP_TRACE
442
    DESC = ENB_APP legacy logs - trace level
443
    GROUP = ALL:LEGACY_ENB_APP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
444
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
445

446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466
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
467
ID = LEGACY_SCTP_INFO
468
    DESC = SCTP legacy logs - info level
469
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
470
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
471
ID = LEGACY_SCTP_ERROR
472
    DESC = SCTP legacy logs - error level
473
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
474
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
475
ID = LEGACY_SCTP_WARNING
476
    DESC = SCTP legacy logs - warning level
477
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
478
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
479
ID = LEGACY_SCTP_DEBUG
480
    DESC = SCTP legacy logs - debug level
481
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
482
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
483
ID = LEGACY_SCTP_TRACE
484
    DESC = SCTP legacy logs - trace level
485
    GROUP = ALL:LEGACY_SCTP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
486
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
487 488

ID = LEGACY_UDP__INFO
489
    DESC = UDP_ legacy logs - info level
490
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
491
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
492
ID = LEGACY_UDP__ERROR
493
    DESC = UDP_ legacy logs - error level
494
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
495
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
496
ID = LEGACY_UDP__WARNING
497
    DESC = UDP_ legacy logs - warning level
498
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
499
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
500
ID = LEGACY_UDP__DEBUG
501
    DESC = UDP_ legacy logs - debug level
502
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
503
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
504
ID = LEGACY_UDP__TRACE
505
    DESC = UDP_ legacy logs - trace level
506
    GROUP = ALL:LEGACY_UDP_:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
507
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
508 509

ID = LEGACY_NAS_INFO
510
    DESC = NAS legacy logs - info level
511
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
512
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
513
ID = LEGACY_NAS_ERROR
514
    DESC = NAS legacy logs - error level
515
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
516
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
517
ID = LEGACY_NAS_WARNING
518
    DESC = NAS legacy logs - warning level
519
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
520
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
521
ID = LEGACY_NAS_DEBUG
522
    DESC = NAS legacy logs - debug level
523
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
524
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
525
ID = LEGACY_NAS_TRACE
526
    DESC = NAS legacy logs - trace level
527
    GROUP = ALL:LEGACY_NAS:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
528
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
529 530

ID = LEGACY_HW_INFO
531
    DESC = HW legacy logs - info level
532
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
533
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
534
ID = LEGACY_HW_ERROR
535
    DESC = HW legacy logs - error level
536
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
537
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
538
ID = LEGACY_HW_WARNING
539
    DESC = HW legacy logs - warning level
540
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
541
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
542
ID = LEGACY_HW_DEBUG
543
    DESC = HW legacy logs - debug level
544
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
545
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
546
ID = LEGACY_HW_TRACE
547
    DESC = HW legacy logs - trace level
548
    GROUP = ALL:LEGACY_HW:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
549
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
550 551

ID = LEGACY_EMU_INFO
552
    DESC = EMU legacy logs - info level
553
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
554
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
555
ID = LEGACY_EMU_ERROR
556
    DESC = EMU legacy logs - error level
557
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
558
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
559
ID = LEGACY_EMU_WARNING
560
    DESC = EMU legacy logs - warning level
561
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
562
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
563
ID = LEGACY_EMU_DEBUG
564
    DESC = EMU legacy logs - debug level
565
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
566
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
567
ID = LEGACY_EMU_TRACE
568
    DESC = EMU legacy logs - trace level
569
    GROUP = ALL:LEGACY_EMU:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
570
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
571 572

ID = LEGACY_OTG_INFO
573
    DESC = OTG legacy logs - info level
574
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
575
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
576
ID = LEGACY_OTG_ERROR
577
    DESC = OTG legacy logs - error level
578
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
579
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
580
ID = LEGACY_OTG_WARNING
581
    DESC = OTG legacy logs - warning level
582
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
583
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
584
ID = LEGACY_OTG_DEBUG
585
    DESC = OTG legacy logs - debug level
586
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
587
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
588
ID = LEGACY_OTG_TRACE
589
    DESC = OTG legacy logs - trace level
590
    GROUP = ALL:LEGACY_OTG:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
591
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
592 593

ID = LEGACY_OCG_INFO
594
    DESC = OCG legacy logs - info level
595
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
596
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
597
ID = LEGACY_OCG_ERROR
598
    DESC = OCG legacy logs - error level
599
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
600
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
601
ID = LEGACY_OCG_WARNING
602
    DESC = OCG legacy logs - warning level
603
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
604
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
605
ID = LEGACY_OCG_DEBUG
606
    DESC = OCG legacy logs - debug level
607
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
608
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
609
ID = LEGACY_OCG_TRACE
610
    DESC = OCG legacy logs - trace level
611
    GROUP = ALL:LEGACY_OCG:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
612
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
613

Cedric Roux's avatar
Cedric Roux committed
614 615
ID = LEGACY_OCM_INFO
    DESC = OCM legacy logs - info level
616
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
617
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
618 619
ID = LEGACY_OCM_ERROR
    DESC = OCM legacy logs - error level
620
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
621
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
622 623
ID = LEGACY_OCM_WARNING
    DESC = OCM legacy logs - warning level
624
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
625
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
626 627
ID = LEGACY_OCM_DEBUG
    DESC = OCM legacy logs - debug level
628
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
629
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
630 631
ID = LEGACY_OCM_TRACE
    DESC = OCM legacy logs - trace level
632
    GROUP = ALL:LEGACY_OCM:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
633
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
634 635 636

ID = LEGACY_OIP_INFO
    DESC = OIP legacy logs - info level
637
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
638
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
639 640
ID = LEGACY_OIP_ERROR
    DESC = OIP legacy logs - error level
641
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
642
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
643 644
ID = LEGACY_OIP_WARNING
    DESC = OIP legacy logs - warning level
645
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
646
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
647 648
ID = LEGACY_OIP_DEBUG
    DESC = OIP legacy logs - debug level
649
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
650
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
651 652
ID = LEGACY_OIP_TRACE
    DESC = OIP legacy logs - trace level
653
    GROUP = ALL:LEGACY_OIP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
654
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
655

Cedric Roux's avatar
Cedric Roux committed
656
ID = LEGACY_OMG_INFO
657
    DESC = OMG legacy logs - info level
658
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
659
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
660
ID = LEGACY_OMG_ERROR
661
    DESC = OMG legacy logs - error level
662
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
663
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
664
ID = LEGACY_OMG_WARNING
665
    DESC = OMG legacy logs - warning level
666
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
667
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
668
ID = LEGACY_OMG_DEBUG
669
    DESC = OMG legacy logs - debug level
670
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
671
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
672
ID = LEGACY_OMG_TRACE
673
    DESC = OMG legacy logs - trace level
674
    GROUP = ALL:LEGACY_OMG:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
675
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
676 677

ID = LEGACY_OPT_INFO
678
    DESC = OPT legacy logs - info level
679
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
680
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
681
ID = LEGACY_OPT_ERROR
682
    DESC = OPT legacy logs - error level
683
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
684
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
685
ID = LEGACY_OPT_WARNING
686
    DESC = OPT legacy logs - warning level
687
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
688
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
689
ID = LEGACY_OPT_DEBUG
690
    DESC = OPT legacy logs - debug level
691
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
692
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
693
ID = LEGACY_OPT_TRACE
694
    DESC = OPT legacy logs - trace level
695
    GROUP = ALL:LEGACY_OPT:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
696
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
697 698

ID = LEGACY_GTPU_INFO
699
    DESC = GTPU legacy logs - info level
700
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
701
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
702
ID = LEGACY_GTPU_ERROR
703
    DESC = GTPU legacy logs - error level
704
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
705
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
706
ID = LEGACY_GTPU_WARNING
707
    DESC = GTPU legacy logs - warning level
708
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
709
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
710
ID = LEGACY_GTPU_DEBUG
711
    DESC = GTPU legacy logs - debug level
712
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
713
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
714
ID = LEGACY_GTPU_TRACE
715
    DESC = GTPU legacy logs - trace level
716
    GROUP = ALL:LEGACY_GTPU:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
717
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
718 719

ID = LEGACY_TMR_INFO
720
    DESC = TMR legacy logs - info level
721
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
722
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
723
ID = LEGACY_TMR_ERROR
724
    DESC = TMR legacy logs - error level
725
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
726
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
727
ID = LEGACY_TMR_WARNING
728
    DESC = TMR legacy logs - warning level
729
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
730
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
731
ID = LEGACY_TMR_DEBUG
732
    DESC = TMR legacy logs - debug level
733
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
734
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
735
ID = LEGACY_TMR_TRACE
736
    DESC = TMR legacy logs - trace level
737
    GROUP = ALL:LEGACY_TMR:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
738
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
739 740

ID = LEGACY_OSA_INFO
741
    DESC = OSA legacy logs - info level
742
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
743
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
744
ID = LEGACY_OSA_ERROR
745
    DESC = OSA legacy logs - error level
746
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
747
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
748
ID = LEGACY_OSA_WARNING
749
    DESC = OSA legacy logs - warning level
750
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
751
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
752
ID = LEGACY_OSA_DEBUG
753
    DESC = OSA legacy logs - debug level
754
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
755
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
756
ID = LEGACY_OSA_TRACE
757
    DESC = OSA legacy logs - trace level
758
    GROUP = ALL:LEGACY_OSA:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
759
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
760

761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781
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
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801
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
802

Cedric Roux's avatar
Cedric Roux committed
803 804 805 806 807
# 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
808
    DESC = component legacy logs - info level
809
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
810
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
811
ID = LEGACY_component_ERROR
812
    DESC = component legacy logs - error level
813
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
814
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
815
ID = LEGACY_component_WARNING
816
    DESC = component legacy logs - warning level
817
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
818
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
819
ID = LEGACY_component_DEBUG
820
    DESC = component legacy logs - debug level
821
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
822
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
823
ID = LEGACY_component_TRACE
824
    DESC = component legacy logs - trace level
825
    GROUP = ALL:LEGACY_component:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
826
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
827
ID = LEGACY_componentP_INFO
828
    DESC = componentP legacy logs - info level
829
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
830
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
831
ID = LEGACY_componentP_ERROR
832
    DESC = componentP legacy logs - error level
833
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
834
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
835
ID = LEGACY_componentP_WARNING
836
    DESC = componentP legacy logs - warning level
837
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
838
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
839
ID = LEGACY_componentP_DEBUG
840
    DESC = componentP legacy logs - debug level
841
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
842
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
843
ID = LEGACY_componentP_TRACE
844
    DESC = componentP legacy logs - trace level
845
    GROUP = ALL:LEGACY_componentP:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
846
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
847 848 849

#needed?
ID = LEGACY_CLI_INFO
850
    DESC = CLI legacy logs - info level
851
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_INFO:LEGACY
Cedric Roux's avatar
Cedric Roux committed
852
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
853
ID = LEGACY_CLI_ERROR
854
    DESC = CLI legacy logs - error level
855
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_ERROR:LEGACY
Cedric Roux's avatar
Cedric Roux committed
856
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
857
ID = LEGACY_CLI_WARNING
858
    DESC = CLI legacy logs - warning level
859
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_WARNING:LEGACY
Cedric Roux's avatar
Cedric Roux committed
860
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
861
ID = LEGACY_CLI_DEBUG
862
    DESC = CLI legacy logs - debug level
863
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_DEBUG:LEGACY
Cedric Roux's avatar
Cedric Roux committed
864
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
865
ID = LEGACY_CLI_TRACE
866
    DESC = CLI legacy logs - trace level
867
    GROUP = ALL:LEGACY_CLI:LEGACY_GROUP_TRACE:LEGACY
Cedric Roux's avatar
Cedric Roux committed
868
    FORMAT = string,log
Cedric Roux's avatar
Cedric Roux committed
869

870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890
#################
#### 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
891
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,dci_format : int,harq_pid : int,mcs : int,TBS
892 893 894
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
895
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
896 897 898
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
899
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
900 901 902
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
903
    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
904 905 906
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
907
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
908 909 910
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
911
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,rnti : int,harq_pid
912 913 914 915 916 917 918
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
919
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,antenna : buffer,chest_t
920 921 922 923 924 925 926
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
927
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,pdcch_ch_level00 : int,pdcch_ch_level01 : int,pdcch_ch_level10: int,pdcch_ch_level11
928 929 930
ID = UE_PHY_PDSCH_IQ
    DESC = UE PDSCH received IQ data
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
931
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,nb_rb : int,N_RB_UL : int,symbols_per_tti : buffer,pusch_comp
932 933 934
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
935
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,pdsch_ch_level00 : int,pdsch_ch_level01 : int,pdsch_ch_level10: int,pdsch_ch_level11
936 937 938
ID = UE_PHY_PUSCH_TX_POWER
    DESC = UE PUSCH  tx power
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
939
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,p0_pusch : int,ampl: int,g_pusch: int,pl: int,nb_rb
940 941 942
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
943
    FORMAT = int,eNB_ID : int,frame : int,subframe : int,p0_pucch : int,ampl: int,g_pucch: int,pl
944 945 946
ID = UE_PHY_MEAS
    DESC = UE PHY measurements
    GROUP = ALL:PHY:GRAPHIC:HEAVY:UE
Cedric Roux's avatar
Cedric Roux committed
947
    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
948

949
#for debug/test - not used
Cedric Roux's avatar
Cedric Roux committed
950
ID = first
951
ID = buf_test
Cedric Roux's avatar
Cedric Roux committed
952 953 954 955

#VCD variables and functions

#be careful! this must be synchronized with the code!
956 957 958
#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
959 960 961

#variables

962 963
ID = VCD_VARIABLE_FRAME_NUMBER_TX0_ENB
    DESC = VCD variable FRAME_NUMBER_TX0_ENB
964
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
965
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
966
    VCD_NAME = frame_number_TX0_eNB
967 968 969 970
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
971
    VCD_NAME = frame_number_TX1_eNB
972 973 974 975
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
976
    VCD_NAME = frame_number_RX0_eNB
977 978 979 980
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
981
    VCD_NAME = frame_number_RX1_eNB
982 983 984 985
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
986
    VCD_NAME = subframe_number_TX0_eNB
987 988 989 990
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
991
    VCD_NAME = subframe_number_TX1_eNB
992 993 994 995
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
996
    VCD_NAME = subframe_number_RX0_eNB
997 998
ID = VCD_VARIABLE_SUBFRAME_NUMBER_RX1_ENB
    DESC = VCD variable SUBFRAME_NUMBER_RX1_ENB
999
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1000
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1001
    VCD_NAME = subframe_number_RX1_eNB
1002 1003 1004 1005
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
1006
    VCD_NAME = frame_number_TX0_RU
1007 1008 1009 1010
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
1011
    VCD_NAME = frame_number_TX1_RU
1012 1013 1014 1015
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
1016
    VCD_NAME = frame_number_RX0_RU
1017 1018 1019 1020
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
1021
    VCD_NAME = frame_number_RX1_RU
1022 1023 1024 1025
ID = VCD_VARIABLE_SUBFRAME_NUMBER_TX0_RU
    DESC = VCD variable SUBFRAME_NUMBER_TX0_RU
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1026
    VCD_NAME = subframe_number_TX0_RU
1027 1028 1029 1030
ID = VCD_VARIABLE_SUBFRAME_NUMBER_TX1_RU
    DESC = VCD variable SUBFRAME_NUMBER_TX1_RU
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1031
    VCD_NAME = subframe_number_TX1_RU
1032 1033 1034 1035
ID = VCD_VARIABLE_SUBFRAME_NUMBER_RX0_RU
    DESC = VCD variable SUBFRAME_NUMBER_RX0_RU
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1036
    VCD_NAME = subframe_number_RX0_RU
1037 1038 1039 1040
ID = VCD_VARIABLE_SUBFRAME_NUMBER_RX1_RU
    DESC = VCD variable SUBFRAME_NUMBER_RX1_RU
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1041
    VCD_NAME = subframe_number_RX1_RU
Cedric Roux's avatar
Cedric Roux committed
1042 1043
ID = VCD_VARIABLE_RUNTIME_TX_ENB
    DESC = VCD variable RUNTIME_TX_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 = runtime_TX_eNB
Cedric Roux's avatar
Cedric Roux committed
1047 1048
ID = VCD_VARIABLE_RUNTIME_RX_ENB
    DESC = VCD variable RUNTIME_RX_ENB
1049
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1050
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1051
    VCD_NAME = runtime_RX_eNB
1052 1053 1054 1055
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
1056
    VCD_NAME = frame_number_TX0_UE
1057 1058
ID = VCD_VARIABLE_FRAME_NUMBER_TX1_UE
    DESC = VCD variable FRAME_NUMBER_TX1_UE
1059
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1060
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1061
    VCD_NAME = frame_number_TX1_UE
1062 1063
ID = VCD_VARIABLE_FRAME_NUMBER_RX0_UE
    DESC = VCD variable FRAME_NUMBER_RX0_UE
1064
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1065
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1066
    VCD_NAME = frame_number_RX0_UE
1067 1068
ID = VCD_VARIABLE_FRAME_NUMBER_RX1_UE
    DESC = VCD variable FRAME_NUMBER_RX1_UE
1069
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1070
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1071
    VCD_NAME = frame_number_RX1_UE
1072 1073
ID = VCD_VARIABLE_SUBFRAME_NUMBER_TX0_UE
    DESC = VCD variable SUBFRAME_NUMBER_TX0_UE
1074
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1075
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1076
    VCD_NAME = subframe_TX0_UE
1077 1078
ID = VCD_VARIABLE_SUBFRAME_NUMBER_TX1_UE
    DESC = VCD variable SUBFRAME_NUMBER_TX1_UE
1079
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1080
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1081
    VCD_NAME = subframe_TX1_UE
1082 1083 1084 1085
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
1086
    VCD_NAME = subframe_RX0_UE
1087 1088
ID = VCD_VARIABLE_SUBFRAME_NUMBER_RX1_UE
    DESC = VCD variable SUBFRAME_NUMBER_RX1_UE
1089
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1090
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1091
    VCD_NAME = subframe_RX1_UE
Cedric Roux's avatar
Cedric Roux committed
1092 1093
ID = VCD_VARIABLE_UE_RX_OFFSET
    DESC = VCD variable UE_RX_OFFSET
1094
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1095
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1096
    VCD_NAME = ue_rx_offset
Cedric Roux's avatar
Cedric Roux committed
1097 1098
ID = VCD_VARIABLE_DIFF
    DESC = VCD variable DIFF
1099
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1100
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1101
    VCD_NAME = diff2
Cedric Roux's avatar
Cedric Roux committed
1102 1103
ID = VCD_VARIABLE_HW_SUBFRAME
    DESC = VCD variable HW_SUBFRAME
1104
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1105
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1106
    VCD_NAME = hw_subframe
Cedric Roux's avatar
Cedric Roux committed
1107 1108
ID = VCD_VARIABLE_HW_FRAME
    DESC = VCD variable HW_FRAME
1109
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1110
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1111
    VCD_NAME = hw_frame
Cedric Roux's avatar
Cedric Roux committed
1112 1113
ID = VCD_VARIABLE_HW_SUBFRAME_RX
    DESC = VCD variable HW_SUBFRAME_RX
1114
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1115
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1116
    VCD_NAME = hw_subframe_rx
Cedric Roux's avatar
Cedric Roux committed
1117 1118
ID = VCD_VARIABLE_HW_FRAME_RX
    DESC = VCD variable HW_FRAME_RX
1119
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1120
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1121
    VCD_NAME = hw_frame_rx
Cedric Roux's avatar
Cedric Roux committed
1122 1123
ID = VCD_VARIABLE_TXCNT
    DESC = VCD variable TXCNT
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 = txcnt
Cedric Roux's avatar
Cedric Roux committed
1127 1128
ID = VCD_VARIABLE_RXCNT
    DESC = VCD variable RXCNT
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 = rxcnt
Cedric Roux's avatar
Cedric Roux committed
1132 1133
ID = VCD_VARIABLE_TRX_TS
    DESC = VCD variable TRX_TS
1134
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1135
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1136
    VCD_NAME = trx_ts
Cedric Roux's avatar
Cedric Roux committed
1137 1138
ID = VCD_VARIABLE_TRX_TST
    DESC = VCD variable TRX_TST
1139
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1140
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1141
    VCD_NAME = trx_tst
1142 1143 1144 1145
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
1146
    VCD_NAME = trx_ts_ue
1147 1148 1149 1150
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
1151
    VCD_NAME = trx_tst_ue
1152 1153 1154 1155
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
1156
    VCD_NAME = trx_write_flags
Cedric Roux's avatar
Cedric Roux committed
1157 1158
ID = VCD_VARIABLE_TX_TS
    DESC = VCD variable TX_TS
1159
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1160
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1161
    VCD_NAME = tx_ts
Cedric Roux's avatar
Cedric Roux committed
1162 1163
ID = VCD_VARIABLE_RX_TS
    DESC = VCD variable RX_TS
1164
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1165
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1166
    VCD_NAME = rx_ts
Cedric Roux's avatar
Cedric Roux committed
1167 1168
ID = VCD_VARIABLE_RX_HWCNT
    DESC = VCD variable RX_HWCNT
1169
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1170
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1171
    VCD_NAME = hw_cnt_rx
Cedric Roux's avatar
Cedric Roux committed
1172 1173
ID = VCD_VARIABLE_RX_LHWCNT
    DESC = VCD variable RX_LHWCNT
1174
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1175
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1176
    VCD_NAME = lhw_cnt_rx
Cedric Roux's avatar
Cedric Roux committed
1177 1178
ID = VCD_VARIABLE_TX_HWCNT
    DESC = VCD variable TX_HWCNT
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 = hw_cnt_tx
Cedric Roux's avatar
Cedric Roux committed
1182 1183
ID = VCD_VARIABLE_TX_LHWCNT
    DESC = VCD variable TX_LHWCNT
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 = lhw_cnt_tx
Cedric Roux's avatar
Cedric Roux committed
1187 1188
ID = VCD_VARIABLE_RX_PCK
    DESC = VCD variable RX_PCK
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 = pck_rx
Cedric Roux's avatar
Cedric Roux committed
1192 1193
ID = VCD_VARIABLE_TX_PCK
    DESC = VCD variable TX_PCK
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 = pck_tx
Cedric Roux's avatar
Cedric Roux committed
1197 1198
ID = VCD_VARIABLE_RX_SEQ_NUM
    DESC = VCD variable RX_SEQ_NUM
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 = rx_seq_num
Cedric Roux's avatar
Cedric Roux committed
1202 1203
ID = VCD_VARIABLE_RX_SEQ_NUM_PRV
    DESC = VCD variable RX_SEQ_NUM_PRV
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 = rx_seq_num_prv
Cedric Roux's avatar
Cedric Roux committed
1207 1208
ID = VCD_VARIABLE_TX_SEQ_NUM
    DESC = VCD variable TX_SEQ_NUM
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 = tx_seq_num
Cedric Roux's avatar
Cedric Roux committed
1212 1213
ID = VCD_VARIABLE_CNT
    DESC = VCD variable CNT
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 = cnt
Cedric Roux's avatar
Cedric Roux committed
1217 1218
ID = VCD_VARIABLE_DUMMY_DUMP
    DESC = VCD variable DUMMY_DUMP
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 = dummy_dump
Cedric Roux's avatar
Cedric Roux committed
1222 1223
ID = VCD_VARIABLE_ITTI_SEND_MSG
    DESC = VCD variable ITTI_SEND_MSG
1224
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1225
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1226
    VCD_NAME = itti_send_msg
Cedric Roux's avatar
Cedric Roux committed
1227 1228
ID = VCD_VARIABLE_ITTI_POLL_MSG
    DESC = VCD variable ITTI_POLL_MSG
1229
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1230
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1231
    VCD_NAME = itti_poll_msg
Cedric Roux's avatar
Cedric Roux committed
1232 1233
ID = VCD_VARIABLE_ITTI_RECV_MSG
    DESC = VCD variable ITTI_RECV_MSG
1234
    GROUP = ALL:VCD:ENB:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1235
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1236
    VCD_NAME = itti_recv_msg
Cedric Roux's avatar
Cedric Roux committed
1237 1238
ID = VCD_VARIABLE_ITTI_ALLOC_MSG
    DESC = VCD variable ITTI_ALLOC_MSG
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 = itti_alloc_msg
Cedric Roux's avatar
Cedric Roux committed
1242 1243
ID = VCD_VARIABLE_MP_ALLOC
    DESC = VCD variable MP_ALLOC
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 = mp_alloc
Cedric Roux's avatar
Cedric Roux committed
1247 1248
ID = VCD_VARIABLE_MP_FREE
    DESC = VCD variable MP_FREE
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 = mp_free
Cedric Roux's avatar
Cedric Roux committed
1252 1253
ID = VCD_VARIABLE_UE_INST_CNT_RX
    DESC = VCD variable UE_INST_CNT_RX
1254
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1255
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1256
    VCD_NAME = ue_inst_cnt_rx
Cedric Roux's avatar
Cedric Roux committed
1257 1258
ID = VCD_VARIABLE_UE_INST_CNT_TX
    DESC = VCD variable UE_INST_CNT_TX
1259
    GROUP = ALL:VCD:UE:VCD_VARIABLE
Cedric Roux's avatar
Cedric Roux committed
1260
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1261
    VCD_NAME = ue_inst_cnt_tx
1262 1263 1264 1265
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
1266
    VCD_NAME = dci_info
1267 1268 1269 1270
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
1271
    VCD_NAME = ue0_BSR
1272 1273 1274 1275
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
1276
    VCD_NAME = ue0_BO
1277 1278 1279 1280
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
1281
    VCD_NAME = ue0_scheduled
1282 1283 1284 1285
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
1286
    VCD_NAME = ue0_timing_advance
1287 1288 1289 1290
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
1291
    VCD_NAME = ue0_SR_ENERGY
1292 1293 1294 1295
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
1296
    VCD_NAME = ue0_SR_THRES
1297 1298 1299 1300
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
1301
    VCD_NAME = ue0_rssi0
1302 1303 1304 1305
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
1306
    VCD_NAME = ue0_rssi1
1307 1308 1309 1310
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
1311
    VCD_NAME = ue0_rssi2
1312 1313 1314 1315
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
1316
    VCD_NAME = ue0_rssi3
1317 1318 1319 1320
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
1321
    VCD_NAME = ue0_rssi4
1322 1323 1324 1325
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
1326
    VCD_NAME = ue0_rssi5
1327 1328 1329 1330
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
1331
    VCD_NAME = ue0_rssi6
1332 1333 1334 1335
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
1336
    VCD_NAME = ue0_rssi7
1337 1338 1339 1340
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
1341
    VCD_NAME = ue0_res0
1342 1343 1344 1345
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
1346
    VCD_NAME = ue0_res1
1347 1348 1349 1350
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
1351
    VCD_NAME = ue0_res2
1352 1353 1354 1355
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
1356
    VCD_NAME = ue0_res3
1357 1358 1359 1360
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
1361
    VCD_NAME = ue0_res4
1362 1363 1364 1365
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
1366
    VCD_NAME = ue0_res5
1367 1368 1369 1370
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
1371
    VCD_NAME = ue0_res6
1372 1373 1374 1375
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
1376
    VCD_NAME = ue0_res7
1377 1378 1379 1380
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
1381
    VCD_NAME = ue0_MCS0
1382 1383 1384 1385
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
1386
    VCD_NAME = ue0_MCS1
1387 1388 1389 1390
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
1391
    VCD_NAME = ue0_MCS2
1392 1393 1394 1395
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
1396
    VCD_NAME = ue0_MCS3
1397 1398 1399 1400
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
1401
    VCD_NAME = ue0_MCS4
1402 1403 1404 1405
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
1406
    VCD_NAME = ue0_MCS5
1407 1408 1409 1410
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
1411
    VCD_NAME = ue0_MCS6
1412 1413 1414 1415
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
1416
    VCD_NAME = ue0_MCS7
1417 1418 1419 1420
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
1421
    VCD_NAME = ue0_RB0
1422 1423 1424 1425
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
1426
    VCD_NAME = ue0_RB1
1427 1428 1429 1430
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
1431
    VCD_NAME = ue0_RB2
1432 1433 1434 1435
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
1436
    VCD_NAME = ue0_RB3
1437 1438 1439 1440
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
1441
    VCD_NAME = ue0_RB4
1442 1443 1444 1445
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
1446
    VCD_NAME = ue0_RB5
1447 1448 1449 1450
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
1451
    VCD_NAME = ue0_RB6
1452 1453 1454 1455
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
1456
    VCD_NAME = ue0_RB7
1457 1458 1459 1460
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
1461
    VCD_NAME = ue0_ROUND0
1462 1463 1464 1465
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
1466
    VCD_NAME = ue0_ROUND1
1467 1468 1469 1470
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
1471
    VCD_NAME = ue0_ROUND2
1472 1473 1474 1475
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
1476
    VCD_NAME = ue0_ROUND3
1477 1478 1479 1480
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
1481
    VCD_NAME = ue0_ROUND4
1482 1483 1484 1485
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
1486
    VCD_NAME = ue0_ROUND5
1487 1488 1489 1490
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
1491
    VCD_NAME = ue0_ROUND6
1492 1493 1494 1495
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
1496
    VCD_NAME = ue0_ROUND7
1497 1498 1499 1500
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
1501
    VCD_NAME = ue0_SFN0
1502 1503 1504 1505
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
1506
    VCD_NAME = ue0_SFN1
1507 1508 1509 1510
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
1511
    VCD_NAME = ue0_SFN2
1512 1513 1514 1515
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
1516
    VCD_NAME = ue0_SFN3
1517 1518 1519 1520
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
1521
    VCD_NAME = ue0_SFN4
1522 1523 1524 1525
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
1526
    VCD_NAME = ue0_SFN5
1527 1528 1529 1530
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
1531
    VCD_NAME = ue0_SFN6
1532 1533 1534 1535
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
1536
    VCD_NAME = ue0_SFN7
Cedric Roux's avatar
Cedric Roux committed
1537 1538 1539 1540
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
1541
    VCD_NAME = send_if4_symbol
Cedric Roux's avatar
Cedric Roux committed
1542 1543 1544 1545
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
1546
    VCD_NAME = recv_if4_symbol
Cedric Roux's avatar
Cedric Roux committed
1547 1548 1549 1550
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
1551
    VCD_NAME = send_if5_pkt_id
Cedric Roux's avatar
Cedric Roux committed
1552 1553 1554 1555
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
1556
    VCD_NAME = recv_if5_pkt_id
1557 1558 1559 1560
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
1561
    VCD_NAME = ue_pdcp_flush_size
1562 1563 1564 1565
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
1566
    VCD_NAME = ue_pdcp_flush_err
1567 1568
ID = VCD_VARIABLE_UE0_TRX_READ_NS
    DESC = VCD variable UE0_TRX_READ_NS
1569
    GROUP = ALL:VCD:UE:VCD_VARIABLE
1570
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1571
    VCD_NAME = ue0_trx_read_ns
1572 1573
ID = VCD_VARIABLE_UE0_TRX_WRITE_NS
    DESC = VCD variable UE0_TRX_WRITE_NS
1574 1575
    GROUP = ALL:VCD:UE:VCD_VARIABLE
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1576
    VCD_NAME = ue0_trx_write_ns
1577 1578 1579 1580
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
1581
    VCD_NAME = ue0_trx_read_ns_missing
1582 1583 1584
ID = VCD_VARIABLE_UE0_TRX_WRITE_NS_MISSING
    DESC = VCD variable UE0_TRX_WRITE_NS_MISSING
    GROUP = ALL:VCD:UE:VCD_VARIABLE
1585
    FORMAT = ulong,value
Cedric Roux's avatar
Cedric Roux committed
1586
    VCD_NAME = ue0_trx_write_ns_missing
1587 1588 1589 1590
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
1591
    VCD_NAME = enb_thread_rxtx_CPUID
1592 1593 1594 1595
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
1596
    VCD_NAME = ru_thread_CPUID
1597 1598 1599 1600
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
1601
    VCD_NAME = ru_thread_tx_CPUID
Cedric Roux's avatar
Cedric Roux committed
1602 1603 1604 1605 1606

#functions

ID = VCD_FUNCTION_RT_SLEEP
    DESC = VCD function RT_SLEEP
1607
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1608
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1609
    VCD_NAME = rt_sleep
Cedric Roux's avatar
Cedric Roux committed
1610 1611
ID = VCD_FUNCTION_TRX_READ
    DESC = VCD function TRX_READ
1612
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1613
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1614
    VCD_NAME = trx_read
Cedric Roux's avatar
Cedric Roux committed
1615 1616
ID = VCD_FUNCTION_TRX_WRITE
    DESC = VCD function TRX_WRITE
1617
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1618
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1619
    VCD_NAME = trx_write
1620 1621 1622 1623
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
1624
    VCD_NAME = trx_read_ue
1625 1626 1627 1628
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
1629
    VCD_NAME = trx_write_ue
1630 1631
ID = VCD_FUNCTION_TRX_READ_IF
    DESC = VCD function TRX_READ_IF
1632
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1633
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1634
    VCD_NAME = trx_read_if
1635 1636
ID = VCD_FUNCTION_TRX_WRITE_IF
    DESC = VCD function TRX_WRITE_IF
1637
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1638
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1639
    VCD_NAME = trx_write_if
1640 1641
ID = VCD_FUNCTION_eNB_PROC_RXTX0
    DESC = VCD function eNB_PROC_RXTX0
1642
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1643
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1644
    VCD_NAME = eNB_thread_rxtx0
1645 1646
ID = VCD_FUNCTION_eNB_PROC_RXTX1
    DESC = VCD function eNB_PROC_RXTX1
1647
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1648
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1649
    VCD_NAME = eNB_thread_rxtx1
1650 1651 1652
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
1653
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1654
    VCD_NAME = ue_thread_synch
1655 1656
ID = VCD_FUNCTION_UE_THREAD_RXTX0
    DESC = VCD function UE_THREAD_RXTX0
1657
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1658
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1659
    VCD_NAME = ue_thread_rxtx0
1660 1661
ID = VCD_FUNCTION_UE_THREAD_RXTX1
    DESC = VCD function UE_THREAD_RXTX1
1662
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1663
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1664
    VCD_NAME = ue_thread_rxtx1
1665 1666 1667 1668
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
1669
    VCD_NAME = trx_read_sf9
1670 1671 1672 1673
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
1674
    VCD_NAME = trx_write_sf9
1675 1676 1677 1678
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
1679
    VCD_NAME = ue_signal_cond_rxtx0
1680 1681
ID = VCD_FUNCTION_UE_SIGNAL_COND_RXTX1
    DESC = VCD function UE_SIGNAL_COND_RXTX1
1682 1683
    GROUP = ALL:VCD:UE:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1684
    VCD_NAME = ue_signal_cond_rxtx1
1685 1686 1687 1688
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
1689
    VCD_NAME = ue_wait_cond_rxtx0
1690 1691 1692 1693
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
1694
    VCD_NAME = ue_wait_cond_rxtx1
1695 1696 1697 1698
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
1699
    VCD_NAME = ue_lock_mutex_rxtx_for_cond_wait0
1700 1701 1702 1703
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
1704
    VCD_NAME = ue_lock_mutex_rxtx_for_cond_wait1
1705 1706 1707 1708
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
1709
    VCD_NAME = ue_lock_mutex_rxtx_for_cnt_decrement0
1710 1711 1712 1713
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
1714
    VCD_NAME = ue_lock_mutex_rxtx_for_cnt_decrement1
1715 1716 1717 1718
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
1719
    VCD_NAME = ue_lock_mutex_rxtx_for_cnt_increment0
1720 1721 1722 1723
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
1724
    VCD_NAME = ue_lock_mutex_rxtx_for_cnt_increment1
Cedric Roux's avatar
fix  
Cedric Roux committed
1725 1726 1727 1728
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
1729
    VCD_NAME = do_DL_sig
Cedric Roux's avatar
fix  
Cedric Roux committed
1730 1731 1732 1733
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
1734
    VCD_NAME = do_UL_sig
Cedric Roux's avatar
fix  
Cedric Roux committed
1735 1736 1737 1738
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
1739
    VCD_NAME = UE_trx_read
Cedric Roux's avatar
Cedric Roux committed
1740 1741
ID = VCD_FUNCTION_eNB_TX
    DESC = VCD function eNB_TX
1742
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1743
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1744
    VCD_NAME = eNB_tx
Cedric Roux's avatar
Cedric Roux committed
1745 1746
ID = VCD_FUNCTION_eNB_RX
    DESC = VCD function eNB_RX
1747
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1748
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1749
    VCD_NAME = eNB_rx
Cedric Roux's avatar
Cedric Roux committed
1750 1751
ID = VCD_FUNCTION_eNB_TRX
    DESC = VCD function eNB_TRX
1752
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1753
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1754
    VCD_NAME = eNB_trx
Cedric Roux's avatar
Cedric Roux committed
1755 1756
ID = VCD_FUNCTION_eNB_TM
    DESC = VCD function eNB_TM
1757
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1758
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1759
    VCD_NAME = eNB_tm
Cedric Roux's avatar
Cedric Roux committed
1760 1761
ID = VCD_FUNCTION_eNB_RX_SLEEP
    DESC = VCD function eNB_RX_SLEEP
1762
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1763
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1764
    VCD_NAME = eNB_rx_sleep
Cedric Roux's avatar
Cedric Roux committed
1765 1766
ID = VCD_FUNCTION_eNB_TX_SLEEP
    DESC = VCD function eNB_TX_SLEEP
1767
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1768
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1769
    VCD_NAME = eNB_tx_sleep
Cedric Roux's avatar
Cedric Roux committed
1770 1771
ID = VCD_FUNCTION_eNB_PROC_SLEEP
    DESC = VCD function eNB_PROC_SLEEP
1772
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1773
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1774
    VCD_NAME = eNB_proc_sleep
Cedric Roux's avatar
Cedric Roux committed
1775 1776
ID = VCD_FUNCTION_TRX_READ_RF
    DESC = VCD function TRX_READ_RF
1777
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1778
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1779
    VCD_NAME = trx_read_rf
Cedric Roux's avatar
Cedric Roux committed
1780 1781
ID = VCD_FUNCTION_TRX_WRITE_RF
    DESC = VCD function TRX_WRITE_RF
1782
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1783
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1784
    VCD_NAME = trx_write_rf
Cedric Roux's avatar
Cedric Roux committed
1785 1786
ID = VCD_FUNCTION_UE_SYNCH
    DESC = VCD function UE_SYNCH
1787
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1788
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1789
    VCD_NAME = ue_synch
Cedric Roux's avatar
Cedric Roux committed
1790 1791
ID = VCD_FUNCTION_UE_SLOT_FEP
    DESC = VCD function UE_SLOT_FEP
1792
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1793
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1794
    VCD_NAME = ue_slot_fep
Cedric Roux's avatar
Cedric Roux committed
1795 1796
ID = VCD_FUNCTION_UE_RRC_MEASUREMENTS
    DESC = VCD function UE_RRC_MEASUREMENTS
1797
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1798
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1799
    VCD_NAME = ue_rrc_measurements
Cedric Roux's avatar
Cedric Roux committed
1800 1801
ID = VCD_FUNCTION_UE_GAIN_CONTROL
    DESC = VCD function UE_GAIN_CONTROL
1802
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1803
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1804
    VCD_NAME = ue_gain_control
Cedric Roux's avatar
Cedric Roux committed
1805 1806
ID = VCD_FUNCTION_UE_ADJUST_SYNCH
    DESC = VCD function UE_ADJUST_SYNCH
1807
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1808
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1809
    VCD_NAME = ue_adjust_synch
Cedric Roux's avatar
Cedric Roux committed
1810 1811
ID = VCD_FUNCTION_UE_MEASUREMENT_PROCEDURES
    DESC = VCD function UE_MEASUREMENT_PROCEDURES
1812
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1813
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1814
    VCD_NAME = lte_ue_measurement_procedures
Cedric Roux's avatar
Cedric Roux committed
1815 1816
ID = VCD_FUNCTION_UE_PDCCH_PROCEDURES
    DESC = VCD function UE_PDCCH_PROCEDURES
1817
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1818
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1819
    VCD_NAME = lte_ue_pdcch_procedures
Cedric Roux's avatar
Cedric Roux committed
1820 1821
ID = VCD_FUNCTION_UE_PBCH_PROCEDURES
    DESC = VCD function UE_PBCH_PROCEDURES
1822
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1823
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1824
    VCD_NAME = lte_ue_pbch_procedures
Cedric Roux's avatar
Cedric Roux committed
1825 1826
ID = VCD_FUNCTION_PHY_PROCEDURES_ENB_TX
    DESC = VCD function PHY_PROCEDURES_ENB_TX
1827
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1828
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1829
    VCD_NAME = phy_procedures_eNb_tx0
1830 1831 1832 1833
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
1834
    VCD_NAME = phy_procedures_eNb_tx1
1835 1836 1837 1838
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
1839
    VCD_NAME = phy_procedures_ru_feprx0
1840 1841 1842 1843
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
1844
    VCD_NAME = phy_procedures_ru_feprx1
1845 1846 1847 1848
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
1849
    VCD_NAME = phy_procedures_ru_feptx_ofdm0
1850 1851 1852 1853
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
1854
    VCD_NAME = phy_procedures_ru_feptx_ofdm1
1855 1856
ID = VCD_FUNCTION_PHY_PROCEDURES_RU_FEPTX_PREC
    DESC = VCD function PHY_PROCEDURES_RU_FEPTX_PREC
1857 1858
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1859
    VCD_NAME = phy_procedures_ru_feptx_prec0
1860 1861
ID = VCD_FUNCTION_PHY_PROCEDURES_RU_FEPTX_PREC1
    DESC = VCD function PHY_PROCEDURES_RU_FEPTX_PREC1
1862 1863
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1864
    VCD_NAME = phy_procedures_ru_feptx_prec1
1865 1866 1867 1868
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
1869
    VCD_NAME = phy_procedures_eNb_rx_uespec0
1870 1871 1872 1873
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
1874
    VCD_NAME = phy_procedures_eNb_rx_uespec1
Cedric Roux's avatar
Cedric Roux committed
1875 1876
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_TX
    DESC = VCD function PHY_PROCEDURES_UE_TX
1877
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1878
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1879
    VCD_NAME = phy_procedures_ue_tx
Cedric Roux's avatar
Cedric Roux committed
1880 1881
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_RX
    DESC = VCD function PHY_PROCEDURES_UE_RX
1882
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1883
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1884
    VCD_NAME = phy_procedures_ue_rx
1885 1886 1887 1888
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
1889
    VCD_NAME = phy_procedures_ue_tx_ulsch_uespec
1890 1891 1892 1893
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
1894
    VCD_NAME = phy_procedures_ue_tx_pucch
1895 1896 1897 1898
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
1899
    VCD_NAME = phy_procedures_ue_tx_ulsch_common
1900 1901 1902 1903
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
1904
    VCD_NAME = phy_procedures_ue_tx_prach
1905 1906 1907 1908
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
1909
    VCD_NAME = phy_procedures_ue_tx_ulsch_rar
Cedric Roux's avatar
Cedric Roux committed
1910 1911
ID = VCD_FUNCTION_PHY_PROCEDURES_ENB_LTE
    DESC = VCD function PHY_PROCEDURES_ENB_LTE
1912
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1913
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1914
    VCD_NAME = phy_procedures_eNB_lte
Cedric Roux's avatar
Cedric Roux committed
1915 1916
ID = VCD_FUNCTION_PHY_PROCEDURES_UE_LTE
    DESC = VCD function PHY_PROCEDURES_UE_LTE
1917
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1918
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1919
    VCD_NAME = phy_procedures_UE_lte
Cedric Roux's avatar
Cedric Roux committed
1920 1921
ID = VCD_FUNCTION_PDSCH_THREAD
    DESC = VCD function PDSCH_THREAD
1922
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1923
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1924
    VCD_NAME = pdsch_thread
Cedric Roux's avatar
Cedric Roux committed
1925 1926
ID = VCD_FUNCTION_DLSCH_THREAD0
    DESC = VCD function DLSCH_THREAD0
1927
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1928
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1929
    VCD_NAME = dlsch_thread0
Cedric Roux's avatar
Cedric Roux committed
1930 1931
ID = VCD_FUNCTION_DLSCH_THREAD1
    DESC = VCD function DLSCH_THREAD1
1932
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1933
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1934
    VCD_NAME = dlsch_thread1
Cedric Roux's avatar
Cedric Roux committed
1935 1936
ID = VCD_FUNCTION_DLSCH_THREAD2
    DESC = VCD function DLSCH_THREAD2
1937
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1938
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1939
    VCD_NAME = dlsch_thread2
Cedric Roux's avatar
Cedric Roux committed
1940 1941
ID = VCD_FUNCTION_DLSCH_THREAD3
    DESC = VCD function DLSCH_THREAD3
1942
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1943
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1944
    VCD_NAME = dlsch_thread3
Cedric Roux's avatar
Cedric Roux committed
1945 1946
ID = VCD_FUNCTION_DLSCH_THREAD4
    DESC = VCD function DLSCH_THREAD4
1947
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1948
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1949
    VCD_NAME = dlsch_thread4
Cedric Roux's avatar
Cedric Roux committed
1950 1951
ID = VCD_FUNCTION_DLSCH_THREAD5
    DESC = VCD function DLSCH_THREAD5
1952
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1953
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1954
    VCD_NAME = dlsch_thread5
Cedric Roux's avatar
Cedric Roux committed
1955 1956
ID = VCD_FUNCTION_DLSCH_THREAD6
    DESC = VCD function DLSCH_THREAD6
1957
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1958
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1959
    VCD_NAME = dlsch_thread6
Cedric Roux's avatar
Cedric Roux committed
1960 1961
ID = VCD_FUNCTION_DLSCH_THREAD7
    DESC = VCD function DLSCH_THREAD7
1962
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1963
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1964
    VCD_NAME = dlsch_thread7
Cedric Roux's avatar
Cedric Roux committed
1965 1966
ID = VCD_FUNCTION_DLSCH_DECODING0
    DESC = VCD function DLSCH_DECODING0
1967
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1968
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1969
    VCD_NAME = dlsch_decoding0
Cedric Roux's avatar
Cedric Roux committed
1970 1971
ID = VCD_FUNCTION_DLSCH_DECODING1
    DESC = VCD function DLSCH_DECODING1
1972
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1973
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1974
    VCD_NAME = dlsch_decoding1
Cedric Roux's avatar
Cedric Roux committed
1975 1976
ID = VCD_FUNCTION_DLSCH_DECODING2
    DESC = VCD function DLSCH_DECODING2
1977
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1978
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1979
    VCD_NAME = dlsch_decoding2
Cedric Roux's avatar
Cedric Roux committed
1980 1981
ID = VCD_FUNCTION_DLSCH_DECODING3
    DESC = VCD function DLSCH_DECODING3
1982
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1983
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1984
    VCD_NAME = dlsch_decoding3
Cedric Roux's avatar
Cedric Roux committed
1985 1986
ID = VCD_FUNCTION_DLSCH_DECODING4
    DESC = VCD function DLSCH_DECODING4
1987
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1988
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1989
    VCD_NAME = dlsch_decoding4
Cedric Roux's avatar
Cedric Roux committed
1990 1991
ID = VCD_FUNCTION_DLSCH_DECODING5
    DESC = VCD function DLSCH_DECODING5
1992
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1993
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1994
    VCD_NAME = dlsch_decoding5
Cedric Roux's avatar
Cedric Roux committed
1995 1996
ID = VCD_FUNCTION_DLSCH_DECODING6
    DESC = VCD function DLSCH_DECODING6
1997
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
1998
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
1999
    VCD_NAME = dlsch_decoding6
Cedric Roux's avatar
Cedric Roux committed
2000 2001
ID = VCD_FUNCTION_DLSCH_DECODING7
    DESC = VCD function DLSCH_DECODING7
2002
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2003
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2004
    VCD_NAME = dlsch_decoding7
Cedric Roux's avatar
Cedric Roux committed
2005 2006
ID = VCD_FUNCTION_RX_PDCCH
    DESC = VCD function RX_PDCCH
2007
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2008
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2009
    VCD_NAME = rx_pdcch
Cedric Roux's avatar
Cedric Roux committed
2010 2011
ID = VCD_FUNCTION_DCI_DECODING
    DESC = VCD function DCI_DECODING
2012
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2013
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2014
    VCD_NAME = dci_decoding
Cedric Roux's avatar
Cedric Roux committed
2015 2016
ID = VCD_FUNCTION_RX_PHICH
    DESC = VCD function RX_PHICH
2017
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2018
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2019
    VCD_NAME = rx_phich
2020 2021 2022 2023
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
2024
    VCD_NAME = pdsch_procedures
2025 2026 2027 2028
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
2029
    VCD_NAME = pdsch_procedures_si
2030 2031 2032 2033
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
2034
    VCD_NAME = pdsch_procedures_p
2035 2036 2037 2038
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
2039
    VCD_NAME = pdsch_procedures_ra
Cedric Roux's avatar
Cedric Roux committed
2040 2041
ID = VCD_FUNCTION_PHY_UE_CONFIG_SIB2
    DESC = VCD function PHY_UE_CONFIG_SIB2
2042
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2043
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2044
    VCD_NAME = phy_ue_config_sib2
Cedric Roux's avatar
Cedric Roux committed
2045 2046
ID = VCD_FUNCTION_PHY_CONFIG_SIB1_ENB
    DESC = VCD function PHY_CONFIG_SIB1_ENB
2047
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2048
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2049
    VCD_NAME = macxface_phy_config_sib1_eNB
Cedric Roux's avatar
Cedric Roux committed
2050 2051
ID = VCD_FUNCTION_PHY_CONFIG_SIB2_ENB
    DESC = VCD function PHY_CONFIG_SIB2_ENB
2052
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2053
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2054
    VCD_NAME = macxface_phy_config_sib2_eNB
Cedric Roux's avatar
Cedric Roux committed
2055 2056
ID = VCD_FUNCTION_PHY_CONFIG_DEDICATED_ENB
    DESC = VCD function PHY_CONFIG_DEDICATED_ENB
2057
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2058
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2059
    VCD_NAME = macxface_phy_config_dedicated_eNB
Cedric Roux's avatar
Cedric Roux committed
2060 2061
ID = VCD_FUNCTION_PHY_UE_COMPUTE_PRACH
    DESC = VCD function PHY_UE_COMPUTE_PRACH
2062
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2063
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2064
    VCD_NAME = phy_ue_compute_prach
2065 2066 2067 2068
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
2069
    VCD_NAME = phy_enb_ulsch_msg3
2070 2071 2072 2073
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
2074
    VCD_NAME = phy_enb_ulsch_decoding0
2075 2076 2077 2078
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
2079
    VCD_NAME = phy_enb_ulsch_decoding1
2080 2081 2082 2083
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
2084
    VCD_NAME = phy_enb_ulsch_decoding2
2085 2086 2087 2088
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
2089
    VCD_NAME = phy_enb_ulsch_decoding3
2090 2091 2092 2093
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
2094
    VCD_NAME = phy_enb_ulsch_decoding4
2095 2096 2097 2098
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
2099
    VCD_NAME = phy_enb_ulsch_decoding5
2100 2101 2102 2103
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
2104
    VCD_NAME = phy_enb_ulsch_decoding6
2105 2106
ID = VCD_FUNCTION_PHY_ENB_ULSCH_DECODING7
    DESC = VCD function PHY_ENB_ULSCH_DECODING7
2107
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2108
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2109
    VCD_NAME = phy_enb_ulsch_decoding7
Cedric Roux's avatar
Cedric Roux committed
2110 2111
ID = VCD_FUNCTION_PHY_ENB_SFGEN
    DESC = VCD function PHY_ENB_SFGEN
2112
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2113
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2114
    VCD_NAME = phy_enb_sfgen
Cedric Roux's avatar
Cedric Roux committed
2115 2116
ID = VCD_FUNCTION_PHY_ENB_PRACH_RX
    DESC = VCD function PHY_ENB_PRACH_RX
2117
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2118
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2119
    VCD_NAME = phy_enb_prach_rx
2120 2121 2122 2123
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
2124
    VCD_NAME = phy_ru_prach_rx
Cedric Roux's avatar
Cedric Roux committed
2125 2126
ID = VCD_FUNCTION_PHY_ENB_PDCCH_TX
    DESC = VCD function PHY_ENB_PDCCH_TX
2127
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2128
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2129
    VCD_NAME = phy_enb_pdcch_tx
Cedric Roux's avatar
Cedric Roux committed
2130 2131
ID = VCD_FUNCTION_PHY_ENB_RS_TX
    DESC = VCD function PHY_ENB_RS_TX
2132
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2133
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2134
    VCD_NAME = phy_enb_rs_tx
Cedric Roux's avatar
Cedric Roux committed
2135 2136
ID = VCD_FUNCTION_UE_GENERATE_PRACH
    DESC = VCD function UE_GENERATE_PRACH
2137
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2138
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2139
    VCD_NAME = phy_ue_generate_prach
Cedric Roux's avatar
Cedric Roux committed
2140 2141
ID = VCD_FUNCTION_UE_ULSCH_MODULATION
    DESC = VCD function UE_ULSCH_MODULATION
2142
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2143
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2144
    VCD_NAME = phy_ue_ulsch_modulation
Cedric Roux's avatar
Cedric Roux committed
2145 2146
ID = VCD_FUNCTION_UE_ULSCH_ENCODING
    DESC = VCD function UE_ULSCH_ENCODING
2147
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2148
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2149
    VCD_NAME = phy_ue_ulsch_encoding
2150 2151 2152 2153
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
2154
    VCD_NAME = phy_ue_ulsch_encoding_fill_cqi
Cedric Roux's avatar
Cedric Roux committed
2155 2156
ID = VCD_FUNCTION_UE_ULSCH_SCRAMBLING
    DESC = VCD function UE_ULSCH_SCRAMBLING
2157
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2158
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2159
    VCD_NAME = phy_ue_ulsch_scrambling
Cedric Roux's avatar
Cedric Roux committed
2160 2161
ID = VCD_FUNCTION_ENB_DLSCH_MODULATION
    DESC = VCD function ENB_DLSCH_MODULATION
2162
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2163
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2164
    VCD_NAME = phy_eNB_dlsch_modulation
Cedric Roux's avatar
Cedric Roux committed
2165 2166
ID = VCD_FUNCTION_ENB_DLSCH_ENCODING
    DESC = VCD function ENB_DLSCH_ENCODING
2167
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2168
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2169
    VCD_NAME = phy_eNB_dlsch_encoding
2170 2171 2172 2173
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
2174
    VCD_NAME = phy_eNB_dlsch_encoding_w
Cedric Roux's avatar
Cedric Roux committed
2175 2176
ID = VCD_FUNCTION_ENB_DLSCH_SCRAMBLING
    DESC = VCD function ENB_DLSCH_SCRAMBLING
2177
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2178
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2179
    VCD_NAME = phy_eNB_dlsch_scrambling
2180 2181 2182 2183
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
2184
    VCD_NAME = phy_eNB_beam_precoding
2185 2186 2187 2188
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
2189
    VCD_NAME = phy_eNB_ofdm_mod_l
Cedric Roux's avatar
Cedric Roux committed
2190 2191
ID = VCD_FUNCTION_MACPHY_INIT
    DESC = VCD function MACPHY_INIT
2192
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2193
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2194
    VCD_NAME = macxface_macphy_init
Cedric Roux's avatar
Cedric Roux committed
2195 2196
ID = VCD_FUNCTION_MACPHY_EXIT
    DESC = VCD function MACPHY_EXIT
2197
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2198
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2199
    VCD_NAME = macxface_macphy_exit
Cedric Roux's avatar
Cedric Roux committed
2200 2201
ID = VCD_FUNCTION_ENB_DLSCH_ULSCH_SCHEDULER
    DESC = VCD function ENB_DLSCH_ULSCH_SCHEDULER
2202
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2203
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2204
    VCD_NAME = macxface_eNB_dlsch_ulsch_scheduler
Cedric Roux's avatar
Cedric Roux committed
2205 2206
ID = VCD_FUNCTION_FILL_RAR
    DESC = VCD function FILL_RAR
2207
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2208
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2209
    VCD_NAME = macxface_fill_rar
Cedric Roux's avatar
Cedric Roux committed
2210 2211
ID = VCD_FUNCTION_TERMINATE_RA_PROC
    DESC = VCD function TERMINATE_RA_PROC
2212
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2213
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2214
    VCD_NAME = macxface_terminate_ra_proc
Cedric Roux's avatar
Cedric Roux committed
2215 2216
ID = VCD_FUNCTION_INITIATE_RA_PROC
    DESC = VCD function INITIATE_RA_PROC
2217
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2218
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2219
    VCD_NAME = macxface_initiate_ra_proc
Cedric Roux's avatar
Cedric Roux committed
2220 2221
ID = VCD_FUNCTION_CANCEL_RA_PROC
    DESC = VCD function CANCEL_RA_PROC
2222
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2223
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2224
    VCD_NAME = macxface_cancel_ra_proc
Cedric Roux's avatar
Cedric Roux committed
2225 2226
ID = VCD_FUNCTION_GET_DCI_SDU
    DESC = VCD function GET_DCI_SDU
2227
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2228
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2229
    VCD_NAME = macxface_get_dci_sdu
Cedric Roux's avatar
Cedric Roux committed
2230 2231
ID = VCD_FUNCTION_GET_DLSCH_SDU
    DESC = VCD function GET_DLSCH_SDU
2232
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2233
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2234
    VCD_NAME = macxface_get_dlsch_sdu
Cedric Roux's avatar
Cedric Roux committed
2235 2236
ID = VCD_FUNCTION_RX_SDU
    DESC = VCD function RX_SDU
2237
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2238
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2239
    VCD_NAME = macxface_rx_sdu
Cedric Roux's avatar
Cedric Roux committed
2240 2241
ID = VCD_FUNCTION_MRBCH_PHY_SYNC_FAILURE
    DESC = VCD function MRBCH_PHY_SYNC_FAILURE
2242
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2243
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2244
    VCD_NAME = macxface_mrbch_phy_sync_failure
Cedric Roux's avatar
Cedric Roux committed
2245 2246
ID = VCD_FUNCTION_SR_INDICATION
    DESC = VCD function SR_INDICATION
2247
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2248
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2249
    VCD_NAME = macxface_SR_indication
Cedric Roux's avatar
Cedric Roux committed
2250 2251
ID = VCD_FUNCTION_DLSCH_PREPROCESSOR
    DESC = VCD function DLSCH_PREPROCESSOR
2252
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2253
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2254
    VCD_NAME = mac_dlsch_preprocessor
Cedric Roux's avatar
Cedric Roux committed
2255 2256
ID = VCD_FUNCTION_SCHEDULE_DLSCH
    DESC = VCD function SCHEDULE_DLSCH
2257
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2258
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2259
    VCD_NAME = mac_schedule_dlsch
Cedric Roux's avatar
Cedric Roux committed
2260 2261
ID = VCD_FUNCTION_FILL_DLSCH_DCI
    DESC = VCD function FILL_DLSCH_DCI
2262
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2263
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2264
    VCD_NAME = mac_fill_dlsch_dci
Cedric Roux's avatar
Cedric Roux committed
2265 2266
ID = VCD_FUNCTION_OUT_OF_SYNC_IND
    DESC = VCD function OUT_OF_SYNC_IND
2267
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2268
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2269
    VCD_NAME = macxface_out_of_sync_ind
Cedric Roux's avatar
Cedric Roux committed
2270 2271
ID = VCD_FUNCTION_UE_DECODE_SI
    DESC = VCD function UE_DECODE_SI
2272
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2273
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2274
    VCD_NAME = macxface_ue_decode_si
2275 2276 2277 2278
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
2279
    VCD_NAME = macxface_ue_decode_pcch
Cedric Roux's avatar
Cedric Roux committed
2280 2281
ID = VCD_FUNCTION_UE_DECODE_CCCH
    DESC = VCD function UE_DECODE_CCCH
2282
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2283
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2284
    VCD_NAME = macxface_ue_decode_ccch
Cedric Roux's avatar
Cedric Roux committed
2285 2286
ID = VCD_FUNCTION_UE_DECODE_BCCH
    DESC = VCD function UE_DECODE_BCCH
2287
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2288
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2289
    VCD_NAME = macxface_ue_decode_bcch
Cedric Roux's avatar
Cedric Roux committed
2290 2291
ID = VCD_FUNCTION_UE_SEND_SDU
    DESC = VCD function UE_SEND_SDU
2292
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2293
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2294
    VCD_NAME = macxface_ue_send_sdu
Cedric Roux's avatar
Cedric Roux committed
2295 2296
ID = VCD_FUNCTION_UE_GET_SDU
    DESC = VCD function UE_GET_SDU
2297
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2298
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2299
    VCD_NAME = macxface_ue_get_sdu
Cedric Roux's avatar
Cedric Roux committed
2300 2301
ID = VCD_FUNCTION_UE_GET_RACH
    DESC = VCD function UE_GET_RACH
2302
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2303
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2304
    VCD_NAME = macxface_ue_get_rach
Cedric Roux's avatar
Cedric Roux committed
2305 2306
ID = VCD_FUNCTION_UE_PROCESS_RAR
    DESC = VCD function UE_PROCESS_RAR
2307
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2308
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2309
    VCD_NAME = macxface_ue_process_rar
Cedric Roux's avatar
Cedric Roux committed
2310 2311
ID = VCD_FUNCTION_UE_SCHEDULER
    DESC = VCD function UE_SCHEDULER
2312
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2313
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2314
    VCD_NAME = macxface_ue_scheduler
Cedric Roux's avatar
Cedric Roux committed
2315 2316
ID = VCD_FUNCTION_UE_GET_SR
    DESC = VCD function UE_GET_SR
2317
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2318
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2319
    VCD_NAME = macxface_ue_get_sr
Cedric Roux's avatar
Cedric Roux committed
2320 2321
ID = VCD_FUNCTION_UE_SEND_MCH_SDU
    DESC = VCD function UE_SEND_MCH_SDU
2322
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2323
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2324
    VCD_NAME = ue_send_mch_sdu
Cedric Roux's avatar
Cedric Roux committed
2325 2326
ID = VCD_FUNCTION_RLC_DATA_REQ
    DESC = VCD function RLC_DATA_REQ
2327
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2328
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2329
    VCD_NAME = rlc_data_req
2330 2331 2332 2333
#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
2334
#    VCD_NAME = rlc_data_ind
Cedric Roux's avatar
Cedric Roux committed
2335 2336
ID = VCD_FUNCTION_MAC_RLC_STATUS_IND
    DESC = VCD function MAC_RLC_STATUS_IND
2337
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2338
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2339
    VCD_NAME = mac_rlc_status_ind
Cedric Roux's avatar
Cedric Roux committed
2340 2341
ID = VCD_FUNCTION_MAC_RLC_DATA_REQ
    DESC = VCD function MAC_RLC_DATA_REQ
2342
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2343
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2344
    VCD_NAME = mac_rlc_data_req
Cedric Roux's avatar
Cedric Roux committed
2345 2346
ID = VCD_FUNCTION_MAC_RLC_DATA_IND
    DESC = VCD function MAC_RLC_DATA_IND
2347
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2348
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2349
    VCD_NAME = mac_rlc_data_ind
Cedric Roux's avatar
Cedric Roux committed
2350 2351
ID = VCD_FUNCTION_RLC_UM_TRY_REASSEMBLY
    DESC = VCD function RLC_UM_TRY_REASSEMBLY
2352
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2353
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2354
    VCD_NAME = rlc_um_try_reassembly
Cedric Roux's avatar
Cedric Roux committed
2355 2356
ID = VCD_FUNCTION_RLC_UM_CHECK_TIMER_DAR_TIME_OUT
    DESC = VCD function RLC_UM_CHECK_TIMER_DAR_TIME_OUT
2357
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2358
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2359
    VCD_NAME = rlc_um_check_timer_dar_time_out
Cedric Roux's avatar
Cedric Roux committed
2360 2361
ID = VCD_FUNCTION_RLC_UM_RECEIVE_PROCESS_DAR
    DESC = VCD function RLC_UM_RECEIVE_PROCESS_DAR
2362
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2363
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2364
    VCD_NAME = rlc_um_receive_process_dar
Cedric Roux's avatar
Cedric Roux committed
2365 2366
ID = VCD_FUNCTION_PDCP_RUN
    DESC = VCD function PDCP_RUN
2367
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2368
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2369
    VCD_NAME = pdcp_run
Cedric Roux's avatar
Cedric Roux committed
2370 2371
ID = VCD_FUNCTION_PDCP_DATA_REQ
    DESC = VCD function PDCP_DATA_REQ
2372
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2373
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2374
    VCD_NAME = pdcp_data_req
Cedric Roux's avatar
Cedric Roux committed
2375 2376
ID = VCD_FUNCTION_PDCP_DATA_IND
    DESC = VCD function PDCP_DATA_IND
2377
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2378
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2379
    VCD_NAME = pdcp_data_ind
Cedric Roux's avatar
Cedric Roux committed
2380 2381
ID = VCD_FUNCTION_PDCP_APPLY_SECURITY
    DESC = VCD function PDCP_APPLY_SECURITY
2382
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2383
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2384
    VCD_NAME = pdcp_apply_security
Cedric Roux's avatar
Cedric Roux committed
2385 2386
ID = VCD_FUNCTION_PDCP_VALIDATE_SECURITY
    DESC = VCD function PDCP_VALIDATE_SECURITY
2387
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2388
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2389
    VCD_NAME = pdcp_validate_security
2390 2391 2392 2393
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
2394
    VCD_NAME = pdcp_fifo_read
2395 2396 2397 2398
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
2399
    VCD_NAME = pdcp_fifo_read_buffer
2400 2401 2402 2403
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
2404
    VCD_NAME = pdcp_fifo_flush
2405 2406 2407 2408
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
2409
    VCD_NAME = pdcp_fifo_flush_buffer
Cedric Roux's avatar
Cedric Roux committed
2410 2411
ID = VCD_FUNCTION_RRC_RX_TX
    DESC = VCD function RRC_RX_TX
2412
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2413
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2414
    VCD_NAME = rrc_rx_tx
Cedric Roux's avatar
Cedric Roux committed
2415 2416
ID = VCD_FUNCTION_RRC_MAC_CONFIG
    DESC = VCD function RRC_MAC_CONFIG
2417
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2418
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2419
    VCD_NAME = rrc_mac_config_req
Cedric Roux's avatar
Cedric Roux committed
2420 2421
ID = VCD_FUNCTION_RRC_UE_DECODE_SIB1
    DESC = VCD function RRC_UE_DECODE_SIB1
2422
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2423
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2424
    VCD_NAME = rrc_ue_decode_sib1
Cedric Roux's avatar
Cedric Roux committed
2425 2426
ID = VCD_FUNCTION_RRC_UE_DECODE_SI
    DESC = VCD function RRC_UE_DECODE_SI
2427
    GROUP = ALL:VCD:UE:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2428
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2429
    VCD_NAME = rrc_ue_decode_si
Cedric Roux's avatar
Cedric Roux committed
2430 2431
ID = VCD_FUNCTION_GTPV1U_ENB_TASK
    DESC = VCD function GTPV1U_ENB_TASK
2432
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2433
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2434
    VCD_NAME = gtpv1u_enb_task
Cedric Roux's avatar
Cedric Roux committed
2435 2436
ID = VCD_FUNCTION_GTPV1U_PROCESS_UDP_REQ
    DESC = VCD function GTPV1U_PROCESS_UDP_REQ
2437
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2438
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2439
    VCD_NAME = gtpv1u_process_udp_req
Cedric Roux's avatar
Cedric Roux committed
2440 2441
ID = VCD_FUNCTION_GTPV1U_PROCESS_TUNNEL_DATA_REQ
    DESC = VCD function GTPV1U_PROCESS_TUNNEL_DATA_REQ
2442
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2443
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2444
    VCD_NAME = gtpv1u_process_tunnel_data_req
Cedric Roux's avatar
Cedric Roux committed
2445 2446
ID = VCD_FUNCTION_UDP_ENB_TASK
    DESC = VCD function UDP_ENB_TASK
2447
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2448
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2449
    VCD_NAME = udp_enb_task
Cedric Roux's avatar
Cedric Roux committed
2450 2451
ID = VCD_FUNCTION_EMU_TRANSPORT
    DESC = VCD function EMU_TRANSPORT
2452
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2453
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2454
    VCD_NAME = emu_transport
Cedric Roux's avatar
Cedric Roux committed
2455 2456
ID = VCD_FUNCTION_LOG_RECORD
    DESC = VCD function LOG_RECORD
2457
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2458
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2459
    VCD_NAME = log_record
Cedric Roux's avatar
Cedric Roux committed
2460 2461
ID = VCD_FUNCTION_ITTI_ENQUEUE_MESSAGE
    DESC = VCD function ITTI_ENQUEUE_MESSAGE
2462
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2463
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2464
    VCD_NAME = itti_enqueue_message
Cedric Roux's avatar
Cedric Roux committed
2465 2466
ID = VCD_FUNCTION_ITTI_DUMP_ENQUEUE_MESSAGE
    DESC = VCD function ITTI_DUMP_ENQUEUE_MESSAGE
2467
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2468
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2469
    VCD_NAME = itti_dump_enqueue_message
Cedric Roux's avatar
Cedric Roux committed
2470 2471
ID = VCD_FUNCTION_ITTI_DUMP_ENQUEUE_MESSAGE_MALLOC
    DESC = VCD function ITTI_DUMP_ENQUEUE_MESSAGE_MALLOC
2472
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2473
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2474
    VCD_NAME = itti_dump_enqueue_message_malloc
Cedric Roux's avatar
Cedric Roux committed
2475 2476
ID = VCD_FUNCTION_ITTI_RELAY_THREAD
    DESC = VCD function ITTI_RELAY_THREAD
2477
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2478
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2479
    VCD_NAME = itti_relay_thread
Cedric Roux's avatar
Cedric Roux committed
2480 2481
ID = VCD_FUNCTION_TEST
    DESC = VCD function TEST
2482
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
Cedric Roux's avatar
Cedric Roux committed
2483
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2484
    VCD_NAME = test
2485 2486 2487 2488
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
2489
    VCD_NAME = send_if4
2490 2491 2492 2493
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
2494
    VCD_NAME = recv_if4
2495 2496 2497 2498
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
2499
    VCD_NAME = send_if5
2500 2501 2502 2503
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
2504
    VCD_NAME = recv_if5
Cedric Roux's avatar
Cedric Roux committed
2505 2506 2507 2508
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
2509
    VCD_NAME = compress_if
Cedric Roux's avatar
Cedric Roux committed
2510 2511 2512 2513
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
2514
    VCD_NAME = decompress_if
Cedric Roux's avatar
Cedric Roux committed
2515 2516 2517 2518
ID = VCD_FUNCTION_NFAPI
    DESC = VCD function NFAPI
    GROUP = ALL:VCD:ENB:VCD_FUNCTION
    FORMAT = int,value
Cedric Roux's avatar
Cedric Roux committed
2519
    VCD_NAME = nfapi_subframe
Cedric Roux's avatar
Cedric Roux committed
2520 2521 2522 2523
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
2524
    VCD_NAME = generate_pcfich
Cedric Roux's avatar
Cedric Roux committed
2525 2526 2527 2528
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
2529
    VCD_NAME = generate_dci0
Cedric Roux's avatar
Cedric Roux committed
2530 2531 2532 2533
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
2534
    VCD_NAME = generate_dlsch
Cedric Roux's avatar
Cedric Roux committed
2535 2536 2537 2538
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
2539
    VCD_NAME = generate_phich
Cedric Roux's avatar
Cedric Roux committed
2540 2541 2542 2543
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
2544
    VCD_NAME = pdcch_scrambling
Cedric Roux's avatar
Cedric Roux committed
2545 2546 2547 2548
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
2549
    VCD_NAME = pdcch_modulation
Cedric Roux's avatar
Cedric Roux committed
2550 2551 2552 2553
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
2554
    VCD_NAME = pdcch_interleaving
Cedric Roux's avatar
Cedric Roux committed
2555 2556 2557 2558
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
2559
    VCD_NAME = pdcch_tx