Chinaunix首页 | 论坛 | 博客
  • 博客访问: 406962
  • 博文数量: 286
  • 博客积分: 6011
  • 博客等级: 准将
  • 技术积分: 3010
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-06 10:08
文章分类

全部博文(286)

文章存档

2011年(1)

2009年(285)

我的朋友

分类: 系统运维

2009-06-11 11:02:34

lib_simple_reserve_hand_msg_s 27 00 00 C0 FD 04 05 00 00 23 8F 00 36 68 06 00 01 05 00 00 C0 5D 00 00 00 00 00 00 00 40 FD 04 05 20 00 07 3D 01 00    lib_simple_reserve_hand_msg_s 0 39
HEADER 27 00 00 C0 FD 04 05 00 00 23 8F 00 36 68 06 00    msg_header_t 0 16
length 27 00 0x0027 39  message_length_t 0 2
computer 00 C0 0xC000 49152  computer_t 2 2
family FD 04 0x04FD 1277  family_t 4 2
process_id 05 00 0x0005 5  process_id_t 6 2
focus 00 0x00 0  focus_t 8 1
attributes 23 0x23 35  msg_attr_t 9 1
group 8F 00 0x008F 143  message_group_t 10 2
number 36 68 0x6836 26678  message_number_t 12 2
phys_computer 06 00 0x0006 6  phys_address_t 14 2
reserve_info 01 05 00 00 C0 5D 00 00 00 00 00 00    reserve_hand_info_t 16 12
group_id 01 0x01 1  hand_group_t 16 1
hand_id 05 00 0x0005 5  process_id_t 17 2
focus 00 0x00 0 zero_c focus_t 19 1
reservation_time C0 5D 00 00 0x00005DC0 24000  time_limit_t 20 4
used_by_libgen 00 00 00 00 0x00000000 0  libgen_data_t 24 4
阅读(435) | 评论(5) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-06-15 19:12:13

/* phys_address_t 1.5 */ TYPE phys_address_t REPRESENTATION unit_address_t; OPERATORS ack_expected_r ( IN computer phys_address_t ) -> bool, MACRO COMMENT '#E: Acknowledge expected from the computer?'; set_refusal_r ( IN computer phys_address_t ) -> phys_address_t, MACRO

chinaunix网友2009-06-15 19:10:09

/* msg_attr_t 1.3 */ TYPE msg_attr_t CONSTANT low_priority_c = 0; normal_priority_c = 1; high_priority_c = 2; highest_priority_c = 3 COMMENT '#E: The priority of a message' '#F: Sanoman prioriteetti'; dont_care_c = 0x04 COMMENT '#E: Don''t care about errors in sending'; destroy_if_not_wo_c

chinaunix网友2009-06-15 19:08:46

/* focus_t 1.3 */ CONSTANT zero_focus = 0 COMMENT '#E: The only possible value of the focus field of a' 'message header, when the process is known in' 'advance'; TYPE focus_t CONSTANT zero_c = 0; REPRESENTATION byte; ENDTYPE focus_t COMMENT

chinaunix网友2009-06-15 19:06:52

/* computer_t 1.13 */ CONSTANT any_comp = 0x0FFFF; TYPE computer_t CONSTANT any_c = 0x0FFFF COMMENT '#E: Used in message receiving to accept messages' 'from any computer'; mask_phys_c = 0x1FFF COMMENT '#E: Mask to get a pure physical address'; mask_log_c = 0x4FFF COMMENT '#E: Mask to get a pure logical address';

chinaunix网友2009-06-11 11:27:31

family 是这软件模块在系统内的编号 0x04FD 是RRC模块 group_id 01 0x01 1 hand_group_t 16 1 这条消息理有两条group id, 下面的是指 RRC模块分出来的不同的group ,这个Group应该和MCC CCM 模块对应,是RRC模块下的子模块 hand_id 应该是 子模块的进程ID group 和number 是相对应消息的 process_id 和 hand_id 相同 phys_computer 物理处理器 应该是指这个模块所在的物理处理器 computer 怎么使用先放放 不清楚还