功能 #3276
tdd_config开发
开始日期:
2025-04-29
计划完成日期:
% 完成:
100%
预期时间:
描述
实现:系统起来后,可以手动配置下一个5ms内的时隙类型
文件
历史记录
由 赵 爱敬 更新于 29 天 之前
- 文件 tdd_config tdd_config 已添加
- 状态 从 新建 变更为 已解决
- 指派给 被设置为 赵 爱敬
- % 完成 从 0 变更为 100
root@driver:~/zaj/phy# ./tdd_config -h
Usage:
Configure slots: ./ueSlotConfig <slot1> <slot2> ... <slot10>
Enable debug: ./ueSlotConfig on
Disable debug: ./ueSlotConfig off
Show help: ./ueSlotConfig -h
Slot types:
0 = INVALID_TYPE
1 = IM_Master
2 = DD_Slave
3 = IMspMu
4 = IMspBl
5 = OM_Master
6 = OM_MdSu
7 = OM_SdMu
8 = gNB
9 = Blank
10 = IRN_D
11 = IRN_S
12 = IRN_U
root@driver:~/zaj/phy# ./tdd_config 9 9 9 9 2 9 9 9 9 9
Successfully configured slots:
Slot 0: Blank
Slot 1: Blank
Slot 2: Blank
Slot 3: Blank
Slot 4: DD_Slave
Slot 5: Blank
Slot 6: Blank
Slot 7: Blank
Slot 8: Blank
Slot 9: Blank
tdd_config is attached.