blob: af4562dd99f6dfd439f69bbf0fbe3a2993a1be31 [file] [log] [blame]
#pragma once
#include <stdint.h>
enum diag_umts_rrc_chtype {
DIAG_UMTS_RRC_CHT_UL_CCCH = 0,
DIAG_UMTS_RRC_CHT_DL_DCCH = 1,
DIAG_UMTS_RRC_CHT_DL_CCCH = 2,
DIAG_UMTS_RRC_CHT_DL_BCCH = 3,
DIAG_UMTS_RRC_CHT_DL_BCCH_BCH = 4,
DIAG_UMTS_RRC_CHT_DL_BCCH_FACH = 5,
DIAG_UMTS_RRC_CHT_DL_PCCH = 6,
};
/* LOG_WCDMA_SIGNALING_MSG_C */
struct diag_umts_rrc_msg {
uint8_t chan_type;
uint8_t rb_id;
uint16_t length;
uint8_t msg[0];
} __attribute__((packed));