⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ss7trandlg.cpp

📁 VC6.0环境下的ss7isup部分的信令解释程序
💻 CPP
📖 第 1 页 / 共 4 页
字号:
				strtemp+=":";
				strtemp+="parametername__Echo control information";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Echo_control_information(strparin);
			}									
			break;
			case ISUP_PARA_Event_information:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Event information";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Event_information(strparin);
			}									
			break;
			case ISUP_PARA_Facility_indicator:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Facility indicator";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Facility_indicator(strparin);
			}									
			break;
			case ISUP_PARA_Forward_call_indicators:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Forward call indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Forward_call_indicators(strparin);
			}									
			break;
			case ISUP_PARA_Freephone_indicators:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Freephone indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Freephone_indicators(strparin);
			}									
			break;
			case ISUP_PARA_Generic_digits:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Generic digits";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Generic_digits(strparin);
			}									
			break;
			case ISUP_PARA_Generic_notification:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Generic notification indicator";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Generic_notification(strparin);
			}									
			break;
			case ISUP_PARA_Generic_number:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Generic number";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Generic_number(strparin);
			}									
			break;
			case ISUP_PARA_Generic_reference:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Generic reference (reserved)";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Generic_reference(strparin);
			}									
			break;
			case ISUP_PARA_Hop_counter:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Hop counter";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Hop_counter(strparin);
			}									
			break;
			case ISUP_PARA_Information_indicators:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Information indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Information_indicators(strparin);
			}									
			break;
			case ISUP_PARA_Information_request_indicators:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Information request indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Information_request_indicators(strparin);
			}									
			break;
			case ISUP_PARA_Location_number:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Location number";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Location_number(strparin);
			}									
			break;
			case ISUP_PARA_MCID_request_indicator:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__MCID request indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Access_delivery_info(strparin);
			}									
			break;
			case ISUP_PARA_MCID_response_indicator:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__MCID response indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_MCID_response_indicator(strparin);
			}									
			break;
			case ISUP_PARA_Message_compatibility_information:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Message compatibility information";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Message_compatibility_information(strparin);
			}									
			break;
			case ISUP_PARA_MLPP_precedence:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__MLPP precedence";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_MLPP_precedence(strparin);
			}									
			break;
			case ISUP_PARA_Nature_of_connection_indicators:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Nature of connection indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Nature_of_connection_indicators(strparin);
			}									
			break;
			case ISUP_PARA_Network_specific_facilities:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Network specific facility ";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Network_specific_facilities(strparin);
			}									
			break;
			case ISUP_PARA_Optional_backward_call_indicators:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Optional backward call indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Optional_backward_call_indicators(strparin);
			}									
			break;
			case ISUP_PARA_Optional_forward_call_indicators:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Optional forward call indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Optional_forward_call_indicators(strparin);
			}									
			break;
			case ISUP_PARA_Original_called_number:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Original called number";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Original_called_number(strparin);
			}									
			break;
			case ISUP_PARA_Origination_ISC_point_code:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Origination ISC point code";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Origination_ISC_point_code(strparin);
			}									
			break;
			case ISUP_PARA_Parameter_compatibility_information:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Parameter compatibility information";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Parameter_compatibility_information(strparin);
			}									
			break;
			case ISUP_PARA_Propagation_delay_counter:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Propagation delay counter";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Propagation_delay_counter(strparin);
			}									
			break;
			case ISUP_PARA_Range_and_status:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Range and status";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Range_and_status(strparin);
			}									
			break;
			case ISUP_PARA_Redirecting_number:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Redirecting number";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Redirecting_number(strparin);
			}									
			break;
			case ISUP_PARA_Redirection_information:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Redirection information";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Redirection_information(strparin);
			}									
			break;
			case ISUP_PARA_Redirection_number:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Redirection number";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Redirection_number(strparin);
			}									
			break;
			case ISUP_PARA_Redirection_number_restriction:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Redirection number restriction parameter";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Redirection_number_restriction(strparin);
			}									
			break;
			case ISUP_PARA_Remote_operations:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Remote operations ";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Remote_operations(strparin);
			}									
			break;
			case ISUP_PARA_Service_activation:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Service activation ";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Service_activation(strparin);
			}									
			break;
			case ISUP_PARA_Signalling_point_code:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Signalling point code";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Signalling_point_code(strparin);
			}									
			break;
			case ISUP_PARA_Subsequent_number:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Subsequent number";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Subsequent_number(strparin);
			}									
			break;
			case ISUP_PARA_SuspendORResume_indicators:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Suspend/resume indicators";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_SuspendORResume_indicators(strparin);
			}									
			break;
			case ISUP_PARA_Transit_network_selection:
			{
				strtemp=strparaname;
				strtemp+=":";
				strtemp+="parametername__Transit network selection ";
				pCtrl->AddString(strtemp);

				strtemp=strparalen;
				strtemp+=":";
				strtemp+="length indicator";
				pCtrl->AddString(strtemp);

				tranpar_Transit_network_selection(strparin);
			}									
			break;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -