58 Commits

Author SHA1 Message Date
0bc7b3e2e4 feat: 恢复udp代码,编译测试。 2025-06-12 21:58:50 +08:00
70bb87ad21 feat: 去掉上位机udp准备部分,直接进入循环开始发送数据。
该版本仅用于测试。
2025-06-12 21:42:03 +08:00
65883c7592 feat: 🚑 修改文件46,编译出接收端的ram版本。 2025-06-11 18:42:14 +08:00
62d1870e4d feat: 🚑 恢复文件46和文件52,但是保留run_ape值,编译出发送端的ram版本。 2025-06-11 18:27:53 +08:00
1c74f56b87 feat: 🎨 合并 接收端 ctrl 控制代码 2025-06-11 15:31:05 +08:00
14deafb3a8 feat: 🎨 合并 接收端 ctrl 控制代码 2025-06-11 15:26:47 +08:00
7e1adb1cef feat: 🐛 修正读计数可能跳越界的情况。 2025-06-10 20:36:48 +08:00
64c7f3f16f feat: 🐛 修正读计数可能跳越界的情况。 2025-06-10 19:17:02 +08:00
2ce255d148 feat: 🔥 编译测试 2025-06-10 12:30:34 +08:00
4dd64165df feat: 🔥 去掉所有的TX相关操作 2025-06-10 12:25:04 +08:00
b15e5a004b feat: 🔥 删除已验证的UDP字符串测试 2025-06-09 13:17:23 +08:00
f26d1c7e07 feat: 🎨 udp发送小包测试 2025-06-03 01:28:34 +08:00
d243de4435 feat: 🔥 修改udp为默认阻塞模式,统一控制台打印格式 2025-06-02 23:33:54 +08:00
247a15c4ba feat: 🚑 恢复volatile修饰,去掉定时睡眠 2025-05-27 22:53:43 +08:00
807f48ccf5 feat: 🐛 测试:去掉volatile修饰,去掉定时睡眠 2025-05-27 22:44:00 +08:00
26cbbf05f1 feat: 🐛 测试:添加volatile修饰,去掉定时睡眠 2025-05-27 22:36:44 +08:00
19ae45b80d feat: 🐛 测试:加入10微妙延迟 2025-05-27 22:10:32 +08:00
8d8779a473 feat: 🐛 测试:再去掉打印 2025-05-27 22:03:00 +08:00
2d7db1fb9f feat: 🐛 测试:添加一个非slot_ind_flag的打印 2025-05-27 21:46:08 +08:00
4c907011da feat: 🐛 测试:slot_ind_flag打印 2025-05-27 21:12:21 +08:00
5feefd8bd6 feat: 🐛 测试:修改变量声明位置 2025-05-27 18:41:45 +08:00
d09adfc9cd test: 🔒 测试 2025-05-27 03:29:42 +08:00
cd69ac8d94 test: 🔒 测试 2025-05-27 03:19:33 +08:00
2f4c8d737c test: 🔒 去掉频繁的打印方便观察结果 2025-05-27 02:59:22 +08:00
5bffdbca4c test: 🐛 添加udp阻塞处理头文件 2025-05-27 02:40:48 +08:00
9e7b19652b test: 🐛 更换更简单的写入方式 2025-05-27 02:37:52 +08:00
d38be6aca9 test: 🐛 换绑到核心2 2025-05-26 23:22:17 +08:00
b9b4932ad8 test: 🐛 移动txtbuffer到静态区 2025-05-26 23:06:43 +08:00
406059f4a8 test: 🐛 增减打印测试 2025-05-26 22:30:20 +08:00
441127df95 test: 🐛 恢复原子读取操作,屏蔽slot_ind_flag==1的打印 2025-05-26 22:23:49 +08:00
3c76a6bbcb test: 🐛 取消原子读取操作 2025-05-26 22:14:57 +08:00
a709f689c5 feat: 🎨 添加一些注释 2025-05-24 18:05:14 +08:00
51590f712e feat: 🐛 增加slot有关的打印 2025-05-22 21:21:23 +08:00
db5734c6ec feat: 🐛 修补编译问题 2025-05-20 20:30:16 +08:00
c21aa4de46 feat: 🐛 修正问题 2025-05-20 20:27:26 +08:00
d0b1650d7a feat: 修改udp程序核绑定 2025-05-20 20:17:18 +08:00
3e587f356d feat: 添加了udp程序核绑定 2025-05-20 20:05:52 +08:00
e8cf3e2aad test: 更新52测试文件,添加一个slot输出打印 2025-05-20 00:39:51 +08:00
c362f3860f 全部提交 2025-05-20 00:30:33 +08:00
lishuang.xie
fe2787d53f update New Feature#1737 from dev_ck_v2.1_featuer#1737# to dev_ck_v2.1
1. modified the function: int32_t osp_read_spe_cfg_file(char* path, uint8_t cellid), add the cellid
2. modified the function: int32_t osp_get_cfg_file(char* name, uint8_t cellid, uint64_t *paddr, uint32_t *psize);, add the cellid
3. modified the interface file
4. modified the testcase which used the functions
5. Test:
   5.1 spu_case0_arm_case0_cpri:  Pass
   5.2 spu_case14_arm_caes20_cpri:Pass
   5.3 spu_case20_arm_case20_cpri:Pass
   5.4 spu_case24_arm_case24_cpri:Pass
   5.5 spu_case34_arm_case5:      Pass
   5.6 spu_case44_arm_case5:      Pass
2024-03-30 16:23:55 +08:00
huanfeng.wang
c4d42b3f41 1:修改get_heartbeat_status打印级别 2:修改case24打印分支判断条件 2024-03-27 13:29:00 +08:00
xinxin.li
082e3f9102 1. add test case25 for lte 3cells test;
2. test case: case25, case24, case34, case44.
2024-03-20 15:52:25 +08:00
lishuang.xie
5831721775 update feature#1694# merge dev_ck_v2.1_xls_feature#1694# to dev_ck_v2.1
1. Four-channel support
2. OAM ul change 32 blocks to 16 blocks, so modified the cases
3. Test:
   3.1 spu_case0_arm_case0_cpri:  Pass
   3.2 spu_case14_arm_case20_cpri:Pass
   3.3 spu_case20_arm_case20_cpri:Pass
   3.4 spu_case24_arm_case24_cpri:Pass
   3.5 spu_case34_arm_case5:      Pass
   3.6 spu_case44_arm_case5:      Pass
2024-03-18 15:23:35 +08:00
xinxin.li
f6734f686e 1. fix UCP4008-SL new feature#1694#;
2. add test case24 for cpri LTE 4cell;
2024-03-01 13:53:54 +08:00
lishuang.xie
2d80c897ed use the enhancement#1546 delete the cell_setup_simulation's sleep into dev_ck_v2.1
1. delete the sleep which in the function of cell_setup_simulation
2. the function of cell_setup_simulation define in many cases
3. Test:
   3.1 spu(case0)+arm(case0):  Pass
   3.2 spu(case14)+arm(case20):Pass
   3.3 spu(case20)+arm(case20):Pass
   3.4 spu(case21)+arm(case21):Pass
   3.5 spu(case34)+arm(case5): Pass
   3.6 spu(case42)+arm(case46):Pass
   3.7 spu(case44)+arm(case5): Pass
2024-01-02 15:05:50 +08:00
liweihua
6719f4cde9 libstc.a与libmsgtransfer.a解耦 2023-12-29 16:48:28 +08:00
xinxin.li
b4c5cffb73 1. fix UCP4008_SL new feature#1412#;
2. add case46;
3. modify case5,21,22,23,45,48;
4. test case:5,21,44,46,48
2023-12-28 15:24:31 +08:00
huanfeng.wang
f3695ab492 优化shellIM空间,命令字长度最大12字节 2023-12-04 19:45:58 +08:00
huanfeng.wang
2266e075a2 case4增加基站时延增加上行数据相对cpri帧头偏移 2023-11-22 17:00:58 +08:00
xinxin.li
a912a263c4 add orx test case45 add 200M test case48 2023-11-16 14:37:14 +08:00