OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Group msrpAddressing

Declared in module LibMsrp_Templates

See also: RFC 4975 - Clause 5.2. MSRP Addressing


Templates Summary
m_msrpURIs_ToPath_Dummy Dummy send template for MsrpURI used by ToPath @ see RFC 4975 - Figure 2: Example MSRP Exchange
msrp://biloxi.

m_msrpURIs_FromPath_Dummy Dummy send template for MsrpURI used by FromPath @ see RFC 4975 - Figure 2: Example MSRP Exchange
msrp://atlanta.

m_msrpToPath_Dummy Dummy send template for ToPath @ see RFC 4975 - Figure 2: Example MSRP Exchange
msrp://atlanta.

m_msrpFromPath_Dummy Dummy send template for FromPath @ see RFC 4975 - Figure 2: Example MSRP Exchange
msrp://atlanta.

mw_toPath
mw_fromPath

Details

m_msrpURIs_ToPath_Dummy
template (value) MsrpURI m_msrpURIs_ToPath_Dummy := { 
scheme := { 
scheme := e_SCHEME 
}, 
authority := {
host := "biloxi.example.com",
portNumber := 12763
}, 
sessionID := "kjhd37s2s20w2a", 
transport := "tcp", 
uriParams := omit 
}

Declared in group msrpAddressing

Dummy send template for MsrpURI used by ToPath @ see RFC 4975 - Figure 2: Example MSRP Exchange
msrp://biloxi.example.com:12763/kjhd37s2s20w2a;tcp


m_msrpURIs_FromPath_Dummy
template (value) MsrpURI m_msrpURIs_FromPath_Dummy := { 
scheme := { 
scheme := e_SCHEME 
}, 
authority := {
host := "atlanta.example.com",
portNumber := 7654
}, 
sessionID := "jshA7weztas", 
transport := "tcp", 
uriParams := omit 
}

Declared in group msrpAddressing

Dummy send template for MsrpURI used by FromPath @ see RFC 4975 - Figure 2: Example MSRP Exchange
msrp://atlanta.example.com:7654/jshA7weztas;tcp


m_msrpToPath_Dummy
template (value) ToPath m_msrpToPath_Dummy := { 
headerName := TO_PATH_E, 
msrpURIs := { 
m_msrpURIs_ToPath_Dummy
}
}

Declared in group msrpAddressing

Dummy send template for ToPath @ see RFC 4975 - Figure 2: Example MSRP Exchange
msrp://atlanta.example.com:7654/jshA7weztas;tcp


m_msrpFromPath_Dummy
template (value) FromPath m_msrpFromPath_Dummy := { 
headerName := FROM_PATH_E, 
msrpURIs := { 
m_msrpURIs_FromPath_Dummy
}
}

Declared in group msrpAddressing

Dummy send template for FromPath @ see RFC 4975 - Figure 2: Example MSRP Exchange
msrp://atlanta.example.com:7654/jshA7weztas;tcp


mw_toPath
template ToPath mw_toPath(in template (present) MsrpURI p_path) := {
headerName := TO_PATH_E,
msrpURIs := {
p_path
}
}

Declared in group msrpAddressing

Returns: ToPath -

Parameters:
mw_fromPath
template FromPath mw_fromPath(in template (present) MsrpURI p_path) := {
headerName := FROM_PATH_E,
msrpURIs := {
p_path
}
}

Declared in group msrpAddressing

Returns: FromPath -

Parameters: