Skip to content
Snippets Groups Projects
Commit 9e4ac134 authored by Elemer Lelik's avatar Elemer Lelik
Browse files

Update to R6A

parent 7323b142
No related branches found
Tags R.6.A
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
File: Socket_API_CNL113686.tpd File: Socket_API_CNL113686.tpd
Description: tpd project file Description: tpd project file
Rev: R5A Rev: R6A
Prodnr: CNL 113 686 Prodnr: CNL 113 686
--> -->
......
No preview for this file type
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
// //
// File: Socket_API.grp // File: Socket_API.grp
// Description: Socket API group file // Description: Socket API group file
// Rev: R5A // Rev: R6A
// Prodnr: CNL 113 686 // Prodnr: CNL 113 686
// //
--> -->
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
******************************************************************************/ ******************************************************************************/
// //
// File: Socket_API_Definitions.ttcn // File: Socket_API_Definitions.ttcn
// Rev: R5A // Rev: R6A
// Prodnr: CNL 113 686 // Prodnr: CNL 113 686
...@@ -154,7 +154,8 @@ module Socket_API_Definitions { ...@@ -154,7 +154,8 @@ module Socket_API_Definitions {
SctpRemoteError sctpRemoteError, SctpRemoteError sctpRemoteError,
SctpShutDownEvent sctpShutDownEvent, SctpShutDownEvent sctpShutDownEvent,
SctpPartialDeliveryEvent sctpPartialDeliveryEvent, SctpPartialDeliveryEvent sctpPartialDeliveryEvent,
SctpAdaptationIndication sctpAdaptationIndication SctpAdaptationIndication sctpAdaptationIndication,
SctpSenderDryEvent sctpSenderDryEvent
} }
type union PortEvent { type union PortEvent {
...@@ -206,6 +207,10 @@ module Socket_API_Definitions { ...@@ -206,6 +207,10 @@ module Socket_API_Definitions {
type record SctpAdaptationIndication { type record SctpAdaptationIndication {
integer clientId integer clientId
} }
type record SctpSenderDryEvent {
integer clientId
}
/* SCTP type events end*/ /* SCTP type events end*/
type record of integer ro_integer; type record of integer ro_integer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment