功能 #327
YZMM移植
描述
移植YZMM功能到CU,调试。
历史记录
由 b jz 更新于 超过 4 年 之前
- % 完成 从 40 变更为 60
UE接入完成,PDU建立COREDUMP,调试中。
```
#0 0x00007fbb05bbf428 in GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#1 0x00007fbb05bc102a in _GI_abort () at abort.c:89
#2 0x00007fbb05bb7bd7 in __assert_fail_base (fmt=<optimized out>,
assertion=assertion@entry=0xb148d8 "(head != nullptr) && (tail != nullptr)",
file=file@entry=0xb14858 "/home/bjz/nr_hl_cu/ngp/buffer/build/../src/ngp_buffer.cpp", line=line@entry=843,
function=function@entry=0xb14f80 <ngp::buffer::read_first_byte(unsigned int, unsigned char*)::_PRETTY_FUNCTION> "ngp::ret_t ngp::buffer::read_first_byte(uint32_t, uint8_t*)") at assert.c:92
#3 0x00007fbb05bb7c82 in GIassert_fail (assertion=assertion@entry=0xb148d8 "(head != nullptr) && (tail != nullptr)",
file=file@entry=0xb14858 "/home/bjz/nr_hl_cu/ngp/buffer/build/../src/ngp_buffer.cpp", line=line@entry=843,
function=function@entry=0xb14f80 <ngp::buffer::read_first_byte(unsigned int, unsigned char*)::_PRETTY_FUNCTION__> "ngp::ret_t ngp::buffer::read_first_byte(uint32_t, uint8_t*)") at assert.c:101
#4 0x0000000000ac16ca in ngp::buffer::read_first_byte (this=this@entry=0x7fbae3ffe0a0, byte_offset=byte_offset@entry=2,
data_byte=data_byte@entry=0x7fbae3ffdf73 "̺\177") at /home/bjz/nr_hl_cu/ngp/buffer/build/../src/ngp_buffer.cpp:843
#5 0x00000000006d37cc in gnb::psup_codec::decode (pdu_session_ext_header=..., this=<synthetic pointer>)
at /home/bjz/nr_hl_cu/cu/nr_hl_cu/sdap/build/../include/psup_codec.h:52
#6 gnb::sdap_tx_pdu_session_sdu_proc::process_tx_pdu_session_sdus (this=this@entry=0x7fbacc001b00,
tx_pdu_session=tx_pdu_session@entry=0x7fbacc001b00, pdcp_drb_data_tx_req_info=..., pdu_session_data_tx_params=...)
at /home/bjz/nr_hl_cu/cu/nr_hl_cu/sdap/build/../src/sdap_tx_pdu_session_sdu_proc.cpp:48
#7 0x00000000006e4a69 in gnb::sdap_tx_msg_hdlr::process_sdap_pdu_session_data_tx_req (this=<optimized out>,
sdap_pdu_session_data_tx_req=<optimized out>) at /home/bjz/nr_hl_cu/cu/nr_hl_cu/sdap/build/../src/sdap_tx_msg_hdlr.cpp:78
#8 0x000000000088221e in gnb::egtpu_upper_rx_msg_comm::send_sdap_pdu_session_data_tx_req (this=this@entry=0x7fbae3ffe5f0,
sdap_pdu_session_data_tx_req=sdap_pdu_session_data_tx_req@entry=0x184da98)
at /home/bjz/nr_hl_cu/cu/nr_hl_cu/app/build/../src/egtpu_rx_msg_comm.cpp:123
```
由 b jz 更新于 超过 4 年 之前
向2.211迁移完成,UE接入灌包成功。
gnb-cu-amf "GNB_SCTP_IP_ADDRESS":"192.168.2.211" // Local IP "AMF_SCTP_IP_ADDRESS":"192.168.2.200" // AMF IP gnb-cu-dulist "GNB_SCTP_IP_ADDRESS": "192.168.2.211" // Local IP gnb-cu-main "GNB_EGTPU_IP_ADDRESS":"192.168.8.211" // EGTPU Local IP "CU_EGTPU_IP_ADDRESS":"127.0.0.2" // 固定 "NEIGHBOUR\_CONFIG":{ "NEIGHBOUR_SCTP_IP_ADDRESS":"192.168.2.211" // Local IP "GNB_SCTP_IP_ADDRESS":"192.168.2.245" // Neighbour gNB IP }