Commit d4e4439b authored by wattelet's avatar wattelet
Browse files

Template for ISD

parent 595d6ea0
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -455,6 +455,25 @@ module DiameterS6a_Templates {
                    aVP_Data    := ''O
                } // End of template m_pdpType_dummy

				template (value) Complete_DL_Included_Indicator_AVP m_completeDLIncludedIndicator ( in template (value)
				                                                                                    Complete_DL_Included_Indicator_Code 
				                                                                                    p_code ) := {
                    aVP_Header:= m_aVP_HeaderVid_Mbit1 ( c_complete_Data_List_Included_Indicator_AVP_Code,
                                                         lengthof ( encvalue ( p_code ))/8, c_vendId3gpp ),
				    complete_DL_Included_Indicator := p_code
                } // End of template m_completeDLIncludedIndicator

				template (value) GPRS_Subscription_Data_AVP m_gprsSubscriptionData ( in template (value) Complete_DL_Included_Indicator_AVP 
				                                                                                         p_completeDLIncludedIndicator,
				                                                                     in template (value) PDP_Context_AVP p_pDPContext ) := {
                    aVP_Header:= m_aVP_HeaderVid_Mbit1 ( c_complete_Data_List_Included_Indicator_AVP_Code,
                                                         lengthof ( encvalue ( p_completeDLIncludedIndicator ))/8
                                                         + lengthof ( encvalue ( p_pDPContext ))/8, c_vendId3gpp ),
					complete_Data_List_Included_Indicator := p_completeDLIncludedIndicator,
					pDP_Context                           := { p_pDPContext },
					aVP_Type                              := omit
                } // End of template m_gprsSubscriptionData

            } // End of group sendingTemplatesForAVPs
            
            group awaitingTemplatesForAVPs{
+1 −1

File changed.

Contains only whitespace changes.