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

Added BTP primitives templates

parent 22cb8c2f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -13,6 +13,18 @@ module LibItsBtp_Templates {
    
    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
    
    group btpPduTemplates {