Commit 4e2a95fa authored by berge's avatar berge
Browse files

Added BTP primitives templates

parent f1ad1e6e
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,18 @@ module LibItsBtp_Templates {
    
    
    group btpPrimitivesTemplates {
    group btpPrimitivesTemplates {


        template (value) BtpReq m_geoNwReq(
            template (value) BtpPacket p_btpMsg
            ) := {
            msgOut := p_btpMsg
        }
        
        template BtpInd mw_geoNwInd(
            template (present) BtpPacket p_btpMsg
            ) := {
            msgIn := p_btpMsg
        }
    
    } // btpPrimitivesTemplates
    } // btpPrimitivesTemplates
    
    
    group btpPduTemplates {
    group btpPduTemplates {