case4增加基站时延增加上行数据相对cpri帧头偏移
This commit is contained in:
parent
543c129ab4
commit
2266e075a2
@ -67,6 +67,7 @@ typedef struct tSpuOamBaseDelaySetReq {
|
||||
uint8_t u8rsv[3];
|
||||
uint32_t u32dl_frame_offset;
|
||||
uint32_t u32ul_frame_offset;
|
||||
uint32_t u32ul_data_frame_offset;
|
||||
} SpuOamBaseDelaySetReq_t;
|
||||
|
||||
typedef struct tSpuOamBaseDelaySetRsp {
|
||||
@ -86,6 +87,7 @@ typedef struct tSpuOamBaseDelayQryRsp {
|
||||
uint8_t u8rsv[2];
|
||||
uint32_t u32dl_frame_offset;
|
||||
uint32_t u32ul_frame_offset;
|
||||
uint32_t u32ul_data_frame_offset;
|
||||
} SpuOamBaseDelayQryRsp_t;
|
||||
|
||||
typedef struct tSpuOamFiberDelayQryReq {
|
||||
@ -310,6 +312,7 @@ void oam_msg_base_delay_set_test()
|
||||
stOamDelayReq.u8fiber_port = 2;
|
||||
stOamDelayReq.u32dl_frame_offset = 0xab;
|
||||
stOamDelayReq.u32ul_frame_offset = 0xcd;
|
||||
stOamDelayReq.u32ul_data_frame_offset = 0xef;
|
||||
|
||||
//memset(buf, 0, size);
|
||||
//memcpy((uint8_t *)stOamMsg.msgData, (uint8_t *)&stOamDelayReq, sizeof(SpuOamBaseDelaySetReq_t));
|
||||
|
Loading…
x
Reference in New Issue
Block a user