分类: 系统运维
2009-06-11 11:02:34
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 怎么使用先放放 不清楚还