Figure 99 2 provides a functional block diagram of the MAC Merge sublayer.

Size: px
Start display at page:

Download "Figure 99 2 provides a functional block diagram of the MAC Merge sublayer."

Transcription

1 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December Proposed changes to add verification to Clause :.. Functional Block Diagram Figure provides a functional block diagram of the MAC Merge sublayer. emac PLS service interface MMSI emac:pls_data.indication emac:pls_data_valid.indication emac:pls_signal.indication emac:pls_data.request emac:pls_carrier.indication pmac PLS service interface pmac:pls_data.indication pmac:pls_data_valid.indication pmac:pls_signal.indication pmac:pls_data.request pmac:pls_carrier.indication MM_CTL.request.. Start mframe Delimiter (SMD) Express Filter Receive Processing Verification Transmit Processing Figure MAC Merge Functional Block Diagram Reconciliation sublayer PLS service interface RS:PLS_DATA.indication RS:PLS_DATA_VALID.indication RS:PLS_SIGNAL.indication RS:PLS_DATA.request RS:PLS_CARRIER.indication The value of the SMD indicates whether the mframe contains an express frame, the start of a preemptable frame or a non-initial fragment of a preemptable frame. An mframe containing the start of a preemptable frame contains the whole frame if the frame is not preempted. 0 Copyright IEEE. All rights reserved.

2 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December For mframes carrying all or part of a preemptable frame, the SMD also indicates the frame count. The frame count prevents reassembling an invalid frame if the final mframe of one preemptable frame and the initial fragment of the next preemptable frame are lost. The frame count is a modulo- count. Two additional SMD values, SMD-V and SMD-R, identify a mframes used to verify that a link can support preemption capability. The SMD values are specified in Table. mframe type The notation SMD-S is used to refer to any of the four SMD values in the initial mframe of a preemptable frame. The notation SMD-C is used to refer to any of the four SMD values in a non-initial mframe... Verifying preemption operation Table SMD values Notation Frame count verify frame SMD-V 0x0 respond frame SMD-R 0x express frame SMD-E 0xD preemptable frame start SMD-S0 0 0xE SMD-S 0xC SMD-S 0xF Encoding SMD-S 0xB non-initial fragment SMD-C0 0 0x SMD-C 0x SMD-C 0xE SMD-C 0xAD There are proprietary devices that forward a frame with the Nearest Bridge group address (e.g. media converters or switches that don t comply with IEEE 0.Q). How such a device will handle an mframe of a preemptable frame is indeterminate. A proprietary device might forward the mframe unchanged, alter the mframe (e.g. insert an SFD), or drop the mframe. Verification checks that the the link can support preemption capability. Preemption capability shall be active only if the capability has been enabled and verified. If preemption capability is enabled and has not been verified, MAC Merge initiates transmission of a verify mframe. A verify mframe has octets of preamble,(0x) an SMD-V, 0 octets of 0x00 and an MCRC. 0 Copyright IEEE. All rights reserved.

3 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December Transmission of a verify frame may be repeated to allow verification in the presence of noise causing bit errors. When an mframe with an SMD-V and a correct MCRC is received, a response mframe is sent. A response frame has octets of preamble (0x), an SMD-R, 0 octets of 0x00 and an MCRC. When an mframe with an SMD-R and a correct MCRC is received, preemption capability is verified. [Editor s note (to be removed prior to publication) - this is the most conservative verification alternative. The MAC Merge sublayer only checks for a response when it has sent a verify frame and each side must initiate verification before enabling preemption. Another alternative would be to set verified in response to receivign a verifiy mframe in addition to when receiving a response mframe. Therefore, after enabling preemption, a preemptable frame that requires a response from the link partner should be sent to verify preemption operation. If no response is received preemption should be disabled. [Editior s note (to be removed prior to publication) - Further work is needed in this area. Some proprietary devices may convert the SMD to an SFD. For a preemptable frame that was not preempted, this converts the frame to an express frame which will be received and processed by the link partner. To detect that such a device is in the path requires that the response only be generated if the frame is received on the preemptable path. Possibly a MAC Control frame should be defined for this. Also the test frame should be repeated at least once in case the test or response was lost due to a bit error.].. Detailed functions and state diagrams Change and add constants, variables, functions and counters are shown.... Constants verifylimit the integer, the number of verification attempts... Variables link_fail Boolean variable that is set TRUE by implementation dependent means when a link failure is detected. pactive Boolean variable that is TRUE when preemption capability is active and FALSE otherwise. The value of pactive is penable verified. penable Boolean variable that is TRUE when preemption capability is enabled and FALSE otherwise. rcv_r Boolean that is set TRUE when an mframe with SMD-R and a correct mcrc is received. rcv_v Boolean that is set TRUE when an mframe with SMD-V and a correct mcrc is received. send_r Boolean that is set TRUE to initiate sending a response mframe. send_v Boolean that is set TRUE to initiate sending a verification mframe. verified Boolean that is set TRUE when the ability of the link to support preemption capability has been verified.. 0 Copyright IEEE. All rights reserved.

4 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December verify_fail Boolean that is set TRUE when verification attempts have failed.... Functions SMD_DECODE Decodes the value of mpls_data.indication primitives returning one of the following values based on the value of the primitives: Preamble 0x E SMD-E encoding S SMD-S encoding C SMD-C encoding V SMD-V encoding R SMD-R encoding Error Any other value. If S is returned, the function sets rxframecnt equal to the frame count indicated by the SMD-S. If C is returned, the function sets cframecnt equal to the frame count indicated by the SMD-C. TX_R Produces mpls_data.requests to send a response mframe: octets of 0x, octet SMD-R, 0 octets of 0x00, mcrc followed by an mpls_data.request with the value DATA_COMPLETE. TX_V Produces mpls_data.requests to send a verify mframe: octets of 0x, octet SMD-V, 0 octets of 0x00, mcrc followed by an mpls_data.request with the value DATA_COMPLETE.... Counters verifycnt a count of the number of verification tries that have completed.... Timers verify_timer A timer of time from when a verification mframe was sent to initiating the next attempt. The timer will set verify_timer_done when it reaches ms ± %. response_timer A timer for determining when verification has failed. The timer will set response_timer_done when it reaches 0 ms ± % 0 Copyright IEEE. All rights reserved.

5 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December... State diagrams The Transmit Processing State Diagram is shown in Figure Figure. The Receive Processing State begin B B etx=true ipg_timer=dne EXPRESS TX mtx_data(etx_data) etxcplt=true E TX COMPLETE mtx_cplt etxcplt FALSE resumetx=false etx=true ipg_time=done INIT TX PROC txframecnt 0 IDLE TX PROC fragsize 0 txfrag 0 start ipg_imer etxcplt FALSE send_r=false send_v=true ipg_imer=done etx=false TX VERIFY TX_V send_v FALSE etxcplt=false resumetx=true RESUME WAIT start ipg_timer preamblecnt 0 ipg_timer=done hold=false RESUME PREAMBLE mtx_data(0x) preamblecnt ++ preamblecnt preamblecnt = SEND SMD-C SMDC_ENCODE(txFrame) fragsize 0 SEND FRAG COUNT SMDC_ENCODE(txFrag) txfrag++ A START PREAMBLE mtx_data(ptx_data) SFD_DET=FALSE SEND SMD-S Figure Transmit Processing State Diagram C TX RESPOND TX_R send_r FALSE ptx=true etx=false ipg_timer= done hold=false send_v=fale end_r=false SMDS_ENCODE(txFrame) A preempt=true SFD_DET=TRUE PREMPTABLE TX mtx_data(ptx_data) fragsize++ TX MCRC TX_MCRC C send_r=true ipg_timer=done etx=false mtx_cplt preempt=true P TX COMPLETE PREMPT WAIT start ipg_timer resumetx TRUE ipg_timer=done ptxcplt=false preempt=false ptxcplt=true ptxcplt=true 0 Copyright IEEE. All rights reserved.

6 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December Diagram is shown in Figure. The Express Filter State Diagram is shown in Figure. The Verify 0 Copyright IEEE. All rights reserved.

7 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December preamble RX PREAMBLE prx_data(0x) REPLACE SMD prx_data(0xd) mrxdv=true RX_MCRC_CK=FALSE begin IDLE RX PROC ResumeRx FALSE nxtrxfrag 0 mrxdv=true pmac DATA VALID prx_dv(true) CHECK FOR START SMD_DECODE(mRX_DATA) S C OTHER RECEIVE DATA prx_data(mrx_data) RX_MCRC_CK=TRUE preamble rxfragcnt=nxtrxfrag INCREMENT FRAG CNT rxfragcnt=++ INIT RX PROC mrxdv=false E WAIT FOR DV FALSE WAIT FOR RESUME mrxdv=true CHECK FOR RESUME SMD_DECODE(mRX_DATA) C CHECK CHECK FRAG CNT FRAG_DECODE(mRX_DATA) BAD FRAG prx_dv(false) Figure Receive Processing State Diagram V RCV V E rxfragcnt nxtrxfrag R RX_MCRC_CK=TRUE RCV R V MCRC OK R MCRC OK rcv_v TRUE rcv_r TRUE EXPRESS prx_dv(false) FRAME COMPLETE prx_dv(false) ASSEMBLY ERROR DISCARD RX_MCRC_CK=TRUE 0 Copyright IEEE. All rights reserved.

8 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December begin INIT EXPRESS FILTER EXPRESS FILTER IDLE erx_dv(false) mrxdv=true emac RECEIVE DATA VALID erx_dv(true) CHECK FOR EXPRESS SMD_DECODE(mRX_DATA) preamble EXPRESS PREAMBLE S C Other E NOT EXPRESS erx_data(0x) SFD erx_data(0xd) erx_dv(false) E RECEIVE DATA erx_data(mrx_data) mrxdv=true Figure Express Filter State Diagram 0 Copyright IEEE. All rights reserved.

9 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December State Diagram is shown in Figure. begin link_fail INIT VERIFICATION send_v FALSE verified FALSE rcv_v FALSE verify_fail FALSE send_r FALSE verifycnt 0 rcv_r FALSE VERIFICATION IDLE SEND VERIFY send_v TRUE penable = TRUE WAIT FOR RESPONSE start verify_timer tart response_timer erfycnt ++ verify_timer_done rcv_r = FALSE verifycnt verifylimit rcv_r = TRUE VERIFIED verified TRUE send_v = FALSE response_timer_done rcv_r = FALSE verifycnt verifylimit VERIFY FAIL verify_fail TRUE Figure Verify State Diagram begin rcv_v = TRUE RESPOND IDLE SEND RESPOND rcv_v FALSE send_r TRUE send_r = FALSE 0 Copyright IEEE. All rights reserved.

10 Draft Amendment to IEEE Std 0.- IEEE Draft P0.br/D.0 IEEE 0.br Task Force name Task Force December 0 Copyright IEEE. All rights reserved.

SMD-S ENCODING NOVEMBER 2015 TOBIAS BELITZ AUTOMOTIVE NETWORK COMMUNICATION PROTOCOL RENESAS ELECTRONICS CORPORATION

SMD-S ENCODING NOVEMBER 2015 TOBIAS BELITZ AUTOMOTIVE NETWORK COMMUNICATION PROTOCOL RENESAS ELECTRONICS CORPORATION SMD-S ENCODING NOVEMBER 2015 TOBIAS BELITZ AUTOMOTIVE NETWORK COMMUNICATION PROTOCOL RENESAS ELECTRONICS CORPORATION IEEE 802.3br SPECIFICATION CONCERN We have some concern about Verifying of preemption

More information

IEEE 802.3br D1.0. Proposal to addressi the editor s note in clause 9.4.5

IEEE 802.3br D1.0. Proposal to addressi the editor s note in clause 9.4.5 IEEE 802.3br D1.0 Proposal to addressi the editor s note in clause 9.4.5 Current editor s note This presentation provides alternatives to address the editor s comment in clause 99.4.5 (page 37, line 30

More information

ETHERNET TESTING SERVICES

ETHERNET TESTING SERVICES ETHERNET TESTING SERVICES MAC Merge Frame Preemption for Interspersing Express Traffic Conformance Test Plan Version 1.0 Technical Document Last Updated: June 14, 2017 Ethernet Testing Services 21 Madbury

More information

Experimental Study of a Low-Delay Ethernet Switch for Real Time Networks

Experimental Study of a Low-Delay Ethernet Switch for Real Time Networks 2015 IEEE IEEE International Conference on High Performance Switching and Routing, Budapest, Hungary, July 2015 Experimental Study of a Low-Delay Ethernet Switch for Real Time Networks Y. Hotta A. Inoue

More information

University of New Hampshire InterOperability Laboratory Ethernet in the First Mile Consortium

University of New Hampshire InterOperability Laboratory Ethernet in the First Mile Consortium University of New Hampshire InterOperability Laboratory As of July 26, 2004 the Ethernet in the First Mile Clause 57 OAM Conformance Test Suite version 0.4 has been superseded by the release of the Clause

More information

THE ETHERNET IN THE FIRST MILE CONSORTIUM. Annex 4A MAC Conformance Test Suite Version 1.0 Technical Document

THE ETHERNET IN THE FIRST MILE CONSORTIUM. Annex 4A MAC Conformance Test Suite Version 1.0 Technical Document EFM THE ETHERNET IN THE FIRST MILE CONSORTIUM Annex 4A MAC Conformance Test Suite Version 1.0 Technical Document COVER PAGE Last Updated: February 14, 2005 12:30 pm Ethernet in the First Mile Consortium

More information

The University of New Hampshire InterOperability Laboratory 10 GIGABIT ETHERNET. Clause 46 10Gb/s RS Test Suite Version 1.1 Technical Document

The University of New Hampshire InterOperability Laboratory 10 GIGABIT ETHERNET. Clause 46 10Gb/s RS Test Suite Version 1.1 Technical Document 10 GIGABIT ETHERNET Clause 46 10Gb/s RS Test Suite Version 1.1 Technical Document Last Updated: September 18, 2002 9:12AM 10 Gigabit Ethernet Consortium 121 Technology Drive Suite 2 Durham, NH 03824 Research

More information

10 GIGABIT ETHERNET CONSORTIUM. RS Test Suite V1.2a Technical Document. Last Updated: June 7, :30 pm

10 GIGABIT ETHERNET CONSORTIUM. RS Test Suite V1.2a Technical Document. Last Updated: June 7, :30 pm 10 GIGABIT ETHERNET CONSORTIUM 10GECTHE RS Test Suite V1.2a Technical Document Last Updated: June 7, 2005 6:30 pm 10 Gigabit Ethernet Consortium 121 Technology Drive, Suite 2 Durham, NH 03824 University

More information

University of New Hampshire InterOperability Laboratory Gigabit Ethernet Consortium

University of New Hampshire InterOperability Laboratory Gigabit Ethernet Consortium University of New Hampshire InterOperability Laboratory Gigabit Ethernet Consortium As of July, 1999 the Gigabit Ethernet Consortium Clause 31 1000BaseX Flow Control Conformance Test Suite version 1.0

More information

IEEE Time-Sensitive Networking (TSN)

IEEE Time-Sensitive Networking (TSN) IEEE 802.1 Time-Sensitive Networking (TSN) János Farkas, Norman Finn, Patricia Thaler Ericsson Huawei Broadcom July 16, 2017 Page 1 Outline Introduction Reliability Deterministic latency Resource management

More information

Time Synchronization Service Interface and Preemption. Christian Boiger IEEE Interim September 2014 Ottawa, Canada

Time Synchronization Service Interface and Preemption. Christian Boiger IEEE Interim September 2014 Ottawa, Canada automotive mobile automation embedded systems Time Synchronization Service Interface and Preemption Christian Boiger christian.boiger@b-plus.com IEEE 802.1 Interim September 2014 Ottawa, Canada Overview

More information

Ottawa, ON May 23, b/66b Coding Update

Ottawa, ON May 23, b/66b Coding Update 64b/66b PCS Rick Walker Agilent Howard Frazier Cisco Richard Dugan Agilent Paul Bottorff Nortel Birdy Amrutur Agilent Brad Booth Intel John Ewen IBM Kevin Daines World Wide Packets Rich Taborek nserial

More information

2.5GBASE backplane PCS and Auto- Negotiation Proposal

2.5GBASE backplane PCS and Auto- Negotiation Proposal 2.5GBASE backplane PCS and Auto- Negotiation Proposal January 7, 2016 William Lo, Marvell IEEE 802.3cb CU4HDD Task Force January 7, 2016 Ad-Hoc 1 Define 2.5G for wide adoption Implementations in the field

More information

Bridge Functions Consortium

Bridge Functions Consortium Bridge Functions Consortium Spanning Tree Protocol Operations Test Suite Version 2.4 Last Updated: 2008-06-23 Bridge Functions Consortium University of New Hampshire www.iol.unh.edu 121 Technology Drive,

More information

Annex B UMT Peer Discovery and Tunnel Auto-Configuration

Annex B UMT Peer Discovery and Tunnel Auto-Configuration 0 Annex B UMT Peer Discovery and Tunnel Auto-Configuration B. Introduction IEEE Std. 0. Clause defines a method for delivering service data units (SDU) for higher layer protocols across a layer- network

More information

MAC & Scope Background for 802.3cg, Priority & PLCA

MAC & Scope Background for 802.3cg, Priority & PLCA MAC & Scope Background for 802.3cg, Priority & PLCA IEEE P802.3cg 10 Mb/s Single Pair Ethernet Task Force Ad Hoc George Zimmerman CME Consulting, Inc. 18 Sept 2018 (draft) Page 1 PAR Scope Specify additions

More information

78.4 Data Link Layer Capabilities

78.4 Data Link Layer Capabilities Draft Amendment to IEEE Std 0.-0 IEEE 0.az Energy Efficient Ethernet Task Force May 0. Data Link Layer Capabilities Additional capabilities and settings are supported using frames based on the IEEE 0.

More information

10 GIGABIT ETHERNET CONSORTIUM. 10GBASE-R PCS Test Suite V1.0 Technical Document. Last Updated: September 30, :30pm

10 GIGABIT ETHERNET CONSORTIUM. 10GBASE-R PCS Test Suite V1.0 Technical Document. Last Updated: September 30, :30pm 10 GIGABIT ETHERNET CONSORTIUM 10GECTHE 10GBASE-R PCS Test Suite V1.0 Technical Document Last Updated: September 30, 2005 6:30pm 10 Gigabit Ethernet Consortium University of New Hampshire InterOperability

More information

Fast Ethernet Consortium

Fast Ethernet Consortium Fast Ethernet Consortium Version 1.2 Technical Document Last Updated: March 6, 2015 Fast Ethernet Consortium 121 Technology Drive, Suite 2 Durham, NH 03824 University of New Hampshire Phone: (603) 862-1529

More information

Fast Ethernet Consortium

Fast Ethernet Consortium Fast Ethernet Consortium 100BASE-X PCS Test Suite Version 4.0 Technical Document Last Updated: April 30, 2015 Fast Ethernet Consortium 121 Technology Drive, Suite 2 Durham, NH 03824 University of New Hampshire

More information

University of New Hampshire InterOperability Laboratory Gigabit Ethernet Consortium

University of New Hampshire InterOperability Laboratory Gigabit Ethernet Consortium University of New Hampshire Gigabit Ethernet Consortium As of August 25 th, 2003 the Gigabit Ethernet Consortium Clause 36 Physical Coding Sublayer Conformance Test Suite Version 1.9 has been superseded

More information

Timestamp Provisioning in IEEE 802.3

Timestamp Provisioning in IEEE 802.3 Timestamp Provisioning in Yuanqiu Luo Frank Effenberger Huawei Technologies USA September 2009 Outline Why Where How Page 2 Broad market of time synchronization Mobile backhaul Carrier class Ethernet Audio

More information

PROXIMITY-1 SPACE LINK PROTOCOL CODING AND SYNCHRONIZATION SUBLAYER

PROXIMITY-1 SPACE LINK PROTOCOL CODING AND SYNCHRONIZATION SUBLAYER Draft Recommendation for Space Data System Standards PROXIMITY-1 SPACE LINK PROTOCOL CODING AND SYNCHRONIZATION SUBLAYER DRAFT RECOMMENDED STANDARD CCSDS 211.2-P-2.1 PINK SHEETS March 2019 Draft Recommendation

More information

Up to three (3) RIO-RS232 modules may be attached to one RIO-PBA Profibus adapter.

Up to three (3) RIO-RS232 modules may be attached to one RIO-PBA Profibus adapter. General Protocol Issues The RIO-RS232 module consumes 32 bytes of input and output data on Profibus. A fragmentation protocol is used for transferring serial data, requiring that a ladder program be written

More information

Clause BASE-X Physical Coding Sublayer (PCS) UNIVERSITY of NEW HAMPSHIRE INTEROPERABILITY LABORATORY

Clause BASE-X Physical Coding Sublayer (PCS) UNIVERSITY of NEW HAMPSHIRE INTEROPERABILITY LABORATORY 100BASE-X Physical Coding Sublayer (PCS) Presentation Overview: Location in the OSI Stack Interface with Reconciliation sublayer Interface with Physical Medium Attachment (PMA) sublayer PCS Sublayer Functionality

More information

ETHERNETS. Annex 31B Flow Control Test Suite Version 1.7. Technical Document. Last Updated: Thursday, March 31, 2017

ETHERNETS. Annex 31B Flow Control Test Suite Version 1.7. Technical Document. Last Updated: Thursday, March 31, 2017 ETHERNETS Annex 31B Flow Control Test Suite Version 1.7 Technical Document Last Updated: Thursday, March 31, 2017 Fast Ethernet Consortium http://www.iol.unh.edu/fe Gigabit Ethernet Consortium http://www.iol.unh.edu/ge

More information

IEEE 802.3cb PCS compatibility to 1000BASE-X PCS

IEEE 802.3cb PCS compatibility to 1000BASE-X PCS IEEE 802.3cb PCS compatibility to 1000BASE-X PCS 2017-09 Yong Kim V1 Contents Concern: 1000BASE-X PCS running at 2.5X speed (i.e. 2.5 Gb/s) interoperating with 2.5GBASE-X PCS (with XGMII lane 0 start &

More information

ECMA-397. Short Distance Visible Light Communication (SDVLC) 1 st Edition / December Reference number ECMA-123:2010

ECMA-397. Short Distance Visible Light Communication (SDVLC) 1 st Edition / December Reference number ECMA-123:2010 ECMA-397 1 st Edition / December 2010 Short Distance Visible Light Communication (SDVLC) Reference number ECMA-123:2010 Ecma International 2010 COPYRIGHT PROTECTED DOCUMENT Ecma International 2010 Contents

More information

IN THE FIRST MILE CONSORTIUM. Clause 65 Test Suite v1.1 Technical Document. Last Updated: March 23, :43pm

IN THE FIRST MILE CONSORTIUM. Clause 65 Test Suite v1.1 Technical Document. Last Updated: March 23, :43pm EFM ETHERNET IN THE FIRST MILE CONSORTIUM Technical Document Last Updated: March 23, 2005 12:43pm Ethernet in the First Mile Consortium 121 Technology Drive, Suite 2 InterOperability Laboratory Durham,

More information

In multiple-hub networks, demand priority ensures fairness of access for all nodes and guarantees access time for multimedia applications.

In multiple-hub networks, demand priority ensures fairness of access for all nodes and guarantees access time for multimedia applications. In multiple-hub networks, demand priority ensures fairness of access for all nodes and guarantees access time for multimedia applications. REQ_N REQ_H REQ REQ ENABLE_HIGH_ONLY ENABLE_HIGH_ONLY 1 REQ 2

More information

University of New Hampshire InterOperability Laboratory Ethernet Consortia

University of New Hampshire InterOperability Laboratory Ethernet Consortia University of New Hampshire Ethernet Consortia As of January 26 th, 2004 the Ethernet Consortia Clause 4 MAC Conformance Test Suite version 4.4 has been superseded by the release of the Ethernet Consortia

More information

Data Rate Adaptation in EPoC

Data Rate Adaptation in EPoC Data Rate Adaptation in EPoC Marek Hajduczenia, PhD ZTE Corporation marek.hajduczenia@zte.pt Andrea Garavaglia Qualcomm Inc. andreag@qti.qualcomm.com IEEE 802.3bn Orlando, FL 18-21 March 2013 Summary This

More information

Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers

Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers Custom Installation Notes: Serial programming interface for Arcam A/V processors & receivers Models covered: AVP700, AVR250, AVR300, AVR350 Contents Applicability... 2 Controlling Arcam A/V processors

More information

P802.1CM Time-Sensitive Networking for Fronthaul

P802.1CM Time-Sensitive Networking for Fronthaul P802.1CM Time-Sensitive Networking for Fronthaul Introduction János Farkas janos.farkas@ericsson.com November 10, 2015 Welcome! Note This presentation should be considered as the personal views of the

More information

Version 1.0 (date)... vi Version X.X (date)... vi

Version 1.0 (date)... vi Version X.X (date)... vi Table of contents Version 1.0 (date)... vi Version X.X (date)... vi 1. Ten Gigabit Ethernet Reconciliation Sublayer (RS) and 10 Gigabit Media Independent Interface (XGMII)...8 1.1 Overview...8 1.1.1 Summary

More information

Cut-Through and Qcc Bridge Delay Model

Cut-Through and Qcc Bridge Delay Model automotive mobile automation embedded systems Cut-Through and Qcc Bridge Delay Model Christian Boiger christian.boiger@b-plus.com IEEE 802 Plenary November 2016 San Antonio, TX Current Status of IEEE P802.1Qcc

More information

University of New Hampshire InterOperability Laboratory Ethernet Consortia

University of New Hampshire InterOperability Laboratory Ethernet Consortia University of New Hampshire Ethernet Consortia As of July 19 th, 2004 the Ethernet Consortia Clause 4 MAC Conformance Test Suite version 4.2 has been superseded by the release of the Ethernet Consortia

More information

IEEE P802.3cg 10Mb/s Single Pair Ethernet: A guide

IEEE P802.3cg 10Mb/s Single Pair Ethernet: A guide IEEE P802.3cg 10Mb/s Single Pair Ethernet: A guide George Zimmerman (Chair)/CME Consulting Peter Jones (Ad Hoc Chair)/Cisco Systems Jon Lewis (Recording Secretary)/Dell EMC Piergiorgio Beruto/CanovaTech

More information

Binary Encodings for JavaScript Object Notation: JSON-B, JSON-C, JSON-D

Binary Encodings for JavaScript Object Notation: JSON-B, JSON-C, JSON-D Internet Engineering Task Force P. Hallam-Baker Internet-Draft Comodo Group Inc. Intended status: Standards Track June 11, 2013 Expires: December 13, 2013 Binary Encodings for JavaScript Object Notation:

More information

TELECOMMUNICATION STANDARDIZATION SECTOR

TELECOMMUNICATION STANDARDIZATION SECTOR INTERNATIONAL TELECOMMUNICATION UNION TELECOMMUNICATION STANDARDIZATION SECTOR STUDY PERIOD 1997-2000 COM 7-268-E April 2000 Original: English Question: 10/7 Texte disponible seulement en Text available

More information

Comments on the Draft standard version b2

Comments on the Draft standard version b2 IEEE 802.11 Wireless Access Method and Physical Specification Title: Prepared by: Comments on the Draft standard version b2 Wim Diepstraten AT&T-GIS (NCR) WCND-Utrecht Nieuwegein The Netherlands Tel: (31)-3402-97482

More information

The MARIE Architecture

The MARIE Architecture The MARIE Machine Architecture that is Really Intuitive and Easy. We now define the ISA (Instruction Set Architecture) of the MARIE. This forms the functional specifications for the CPU. Basic specifications

More information

ETHERNETS. Clause 4 Media Access Control (MAC) Test Suite Version 5.2. Technical Document. Last Updated: March 17, 2011

ETHERNETS. Clause 4 Media Access Control (MAC) Test Suite Version 5.2. Technical Document. Last Updated: March 17, 2011 ETHERNETS Clause 4 Media Access Control (MAC) Test Suite Version 5.2 Technical Document Last Updated: March 17, 2011 Ethernet Testing Services Fast Ethernet Consortium Gigabit Ethernet Consortium 10 Gigabit

More information

CCSDS RECOMMENDED STANDARD FOR USLP SPACE DATA LINK PROTOCOL

CCSDS RECOMMENDED STANDARD FOR USLP SPACE DATA LINK PROTOCOL 2 OVERVIEW 2.1 CONCEPT OF USLP SPACE DATA LINK PROTOCOL 2.1.1 ARCHITECTURE The USLP Space Data Link Protocol is a Data Link Layer protocol (see reference [1]) to be used by space missions. This protocol

More information

802.3cb Proposed Text Changes for Clause 69, 73, 78, 125

802.3cb Proposed Text Changes for Clause 69, 73, 78, 125 802.3cb Proposed Text Changes for Clause 69, 73, 78, 125 William Lo Marvell IEEE 802.3cb CU4HDD 1 14 March 2016 To make editing instructions easier to understand for the purposes of assembling the initial

More information

IEEE abc-01/18r1. IEEE Broadband Wireless Access Working Group <

IEEE abc-01/18r1. IEEE Broadband Wireless Access Working Group < Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group ARQ For Centralized Channel Access 2001-08-03 Source(s) Jin-Meng Ho Donald P. Shaver Texas Instruments

More information

Preemption. January 2014 IEEE TF Interspersing Express Traffic Indian Wells (CA) Albert Tretter, Siemens AG

Preemption. January 2014 IEEE TF Interspersing Express Traffic Indian Wells (CA) Albert Tretter, Siemens AG Preemption IEEE 802.3 TF Interspersing Express Traffic Indian Wells (CA) Albert Tretter, Siemens AG Content - Proposal of a possible solution - Proposal for negotiation between the two peers after LinkUp

More information

Submission Title: [A method for supporting communication and interoperability between legacy and standard devices] Date Submitted: [July, 2009]

Submission Title: [A method for supporting communication and interoperability between legacy and standard devices] Date Submitted: [July, 2009] Project: P802.15 WG for Wireless Personal Area Networks (WPANs) Title: [A method for supporting communication and interoperability between legacy and standard devices] Date Submitted: [July, 2009] Source:

More information

Sample BACnet Messages via ARCNET and Point-to-Point (RS-232)

Sample BACnet Messages via ARCNET and Point-to-Point (RS-232) BACnet Samples - 1 Sample BACnet Messages via ARCNET and Point-to-Point (RS-232) 27 October 1998 Copyright 1996, 1998 American Standard Inc. This document shows examples of BACnet messages as they might

More information

Model Information, Status, and Statistics

Model Information, Status, and Statistics Overview, page 1 Display Model Information Screen, page 1 Status Menu, page 2 Overview This chapter describes how to use the following menu and screen on the Cisco Unified IP Phone 7931G to view model

More information

802.3 Ethernet Over SONET Ad Hoc Report. ITU-T SG7 Liaison Communications To IEEE 802

802.3 Ethernet Over SONET Ad Hoc Report. ITU-T SG7 Liaison Communications To IEEE 802 802.3 Ethernet Over SONET Ad Hoc Report ITU-T SG7 Liaison Communications To IEEE 802 Roy Bynum 802 Plenary Meeting March 12, 2001 1 ITU-T SG7 Approved Recommendation X.86 ITU-T SG 7 at its 29 January-2

More information

Lesson 2-3: The IEEE x MAC Layer

Lesson 2-3: The IEEE x MAC Layer Module 2: Establishing Wireless Connectivity Lesson 2-3: The IEEE 802.11x MAC Layer Lesson Overview This lesson describes basic IEEE 802.11x MAC operation, beginning with an explanation of contention schemes

More information

IEC Master Driver Help Kepware Technologies

IEC Master Driver Help Kepware Technologies IEC 60870-5-101 Master Driver Help 2014 Kepware Technologies IEC 60870-5-101 Master Driver 2 Table of Contents Table of Contents 2 IEC 60870-5-101 Master Driver Help 3 Overview 3 Channel Setup 4 Device

More information

Hector Codes - SoNIC Steganography

Hector Codes - SoNIC Steganography Hector Codes - SoNIC Steganography Hector A. Tosado Jimenez August 7, 2011 1 Introduction asdin our world we tend to rely too much on a variety of networks in order to have a functional society. May it

More information

ECMA-385. NFC-SEC: NFCIP-1 Security Services and Protocol. 4 th Edition / June Reference number ECMA-123:2009

ECMA-385. NFC-SEC: NFCIP-1 Security Services and Protocol. 4 th Edition / June Reference number ECMA-123:2009 ECMA-385 4 th Edition / June 2015 NFC-SEC: NFCIP-1 Security Services and Protocol Reference number ECMA-123:2009 Ecma International 2009 COPYRIGHT PROTECTED DOCUMENT Ecma International 2015 Contents Page

More information

AV Time Synchronization for Wired and Wireless 802 LANs

AV Time Synchronization for Wired and Wireless 802 LANs AV Time Synchronization for Wired and Wireless 802 LANs Kevin Stanton Intel Corporation Updated presentation from 802.1 Interim in Beijing on 5/17/2006 With subsequent contribution from Dr. Karl Weber

More information

1CAPI INFORMATION VALUES. August Software Reference CAPI Information Values 1

1CAPI INFORMATION VALUES. August Software Reference CAPI Information Values 1 1CAPI INFORMATION VALUES August 2000 Software Reference CAPI Information Values 1 2 CAPI Information Values Software Reference Table of Contents CAPI INFORMATION Table of Contents VALUES A REFERENCE 5

More information

Low Latency 40- and 100-Gbps Ethernet MAC and PHY MegaCore Function User Guide

Low Latency 40- and 100-Gbps Ethernet MAC and PHY MegaCore Function User Guide Low Latency 40- and 100-Gbps Ethernet MAC and PHY MegaCore Function User Guide Subscribe Last updated for Quartus Prime Design Suite: 16.0 UG-01172 101 Innovation Drive San Jose, CA 95134 www.altera.com

More information

Edge Control Transport for LRP

Edge Control Transport for LRP Edge Control Transport for LRP September 2017 Paul Bottorff, Network System Architect, Aruba CTO s Office Paul.Bottorff@hpe.com Link-local Registration Protocol Choices Draft 1.0 is based on an IS-IS-like

More information

Relationship of 1000BASE-T1 to other standards

Relationship of 1000BASE-T1 to other standards 97.1.2 Relationship of 1000BASE-T1 to other standards Relations between the 1000BASE-T1 PHY, the ISO Open Systems Interconnection (OSI) Reference Model, and the IEEE 802.3 CSMA/CD LAN Model are shown in

More information

TSN FOR 802.3CG AN OVERVIEW WITH SOME SPECIFIC APPLICATIONS CRAIG GUNTHER

TSN FOR 802.3CG AN OVERVIEW WITH SOME SPECIFIC APPLICATIONS CRAIG GUNTHER TSN FOR 802.3CG AN OVERVIEW WITH SOME SPECIFIC APPLICATIONS CRAIG GUNTHER November 2017, Orlando 1 TSN FOR 802.3CG WHAT IS THE PURPOSE OFTHIS PRESENTATION? AVB (Audio Video Bridging) was easy to comprehend

More information

Low Latency 40- and 100-Gbps Ethernet MAC and PHY MegaCore Function User Guide

Low Latency 40- and 100-Gbps Ethernet MAC and PHY MegaCore Function User Guide Low Latency 40- and 100-Gbps Ethernet MAC and PHY MegaCore Function User Guide Subscribe Last updated for Quartus Prime Design Suite: 16.0 UG-01172 101 Innovation Drive San Jose, CA 95134 www.altera.com

More information

Data delay. David Law HP Steve Carlson HSD IEEE P802.3bf Time Sync Task Force January 2010 Interim week meeting

Data delay. David Law HP Steve Carlson HSD IEEE P802.3bf Time Sync Task Force January 2010 Interim week meeting IEEE P802.3bf Data delay David Law HP dlaw@hp.com Marek Hajduczenia ZTE Corp. marek.hajduczenia@zte.pt Steve Carlson HSD scarlson@hspdesign.com IEEE P802.3bf Time Sync Task Force January 2010 Interim week

More information

MPRS Enhancement for Improved Error Handling

MPRS Enhancement for Improved Error Handling MPRS Enhancement for Improved Error Handling Glen Kramer, Broadcom Ltd. uane Remein, Huawei Technologies Heaven Gaobo, Huawei Technologies Jean-Christophe Marion, Tibit Communications September 2017 IEEE

More information

Proposed Addendum ao to Standard , BACnet - A Data Communication Protocol for Building Automation and Control Networks

Proposed Addendum ao to Standard , BACnet - A Data Communication Protocol for Building Automation and Control Networks BSR/ASHRAE Addendum ao to ANSI/ASHRAE Standard 135-2010 Public Review Draft Proposed Addendum ao to Standard 135-2010, BACnet - A Data Communication Protocol for Building Automation (March 2012) (Draft

More information

1D IMAGER MODELS - 7Ci, 7Di, D700

1D IMAGER MODELS - 7Ci, 7Di, D700 COMMAND BARCODES 1D IMAGER MODELS - 7Ci, 7Di, D700 This document pertains to the following 7Ci, 7Di, D700: The part number (P/N) is labeled inside the battery compartment for the CHS 7 Series. Ci Di Model

More information

13 Extended OAM for EPON

13 Extended OAM for EPON 13 Extended OAM for EPON 13.1 Profile-independent eoam management 13.2 Non-SNMP-optimized eoam management 13.3 SNMP-optimized eoam management 13.4 DPoE eoam management 13.4.1 eoampdu structure 13.4.1.1

More information

Custom Installation Notes IP/Serial programming interface and IR remote control commands for the SA10/SA20 integrated amplifier

Custom Installation Notes IP/Serial programming interface and IR remote control commands for the SA10/SA20 integrated amplifier Custom Installation Notes IP/Serial programming interface and IR remote control commands for the SA10/SA20 integrated amplifier INTEGRATED AMPLIFIER PHONES AUX MUTE AUX PHONO STB PVR AV BD CD SAT POWER

More information

10 Gigabit Ethernet Consortium 10GBASE-R PCS Test Suite version 0.4

10 Gigabit Ethernet Consortium 10GBASE-R PCS Test Suite version 0.4 10GBASE-R PCS Test Suite version 0.4 UNH-IOL 121 Technology Drive, Suite 2 Durham, NH 03824 +1-603-862-0090 10geclab@iol.unh.edu +1-603-862-0205 Vendor X August 21, 2005 Company Name Report Rev. 1.0 Street

More information

Chapter. Managed Switch Software Monitoring. In This Chapter...

Chapter. Managed Switch Software Monitoring. In This Chapter... Managed Switch Software Monitoring Chapter 23 In This Chapter... System Information...3 2 Port and Power Status...3 4 Network Statistics...3 5 Spanning Tree Status...3 8 Real-Time Ring Status...3 10 Multicast

More information

IEEE P g. IEEE P Wireless Personal Area Networks. Frequency Hopping Support for SUN Devices

IEEE P g. IEEE P Wireless Personal Area Networks. Frequency Hopping Support for SUN Devices IEEE P802.15 Wireless Personal Area Networks Project Title IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Frequency Hopping Support for SUN Devices Date Submitted Source July 2010

More information

IEC Master Driver Help Kepware Technologies

IEC Master Driver Help Kepware Technologies IEC 60870-5-104 Master Driver Help 2014 Kepware Technologies IEC 60870-5-104 Master Help 2 Table of Contents Table of Contents 2 IEC 60870-5-104 Master Driver Help 3 Overview 3 Channel Setup 4 60870 Settings

More information

CANopen. Network configuration. Operating instructions Software. Integration of Bürkert devices in CANopen networks

CANopen. Network configuration. Operating instructions Software. Integration of Bürkert devices in CANopen networks CANopen Network configuration Integration of Bürkert devices in CANopen networks Operating instructions Software Content CANopen quick guide 4 I. Setting the "CANopen" bus mode on the device 4 II. Setting

More information

Data-rate adaption function for EPoC (baseline proposal)

Data-rate adaption function for EPoC (baseline proposal) Data-rate adaption function for EPoC (baseline proposal) Andrea Garavaglia Qualcomm Marek Hajduczenia ZTE Patrick Stupar Qualcomm PAGE 1 IEEE 802.3bn Phoenix, AZ 23-25 January 2013 Motivation and Scope

More information

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam UDP411 BD Player

Custom Installation Notes: Serial programming interface and IR remote commands for Arcam UDP411 BD Player 23425 Custom Installation Notes: Serial programming interface and IR remote commands for Arcam UDP411 BD Player POWER / STANDBY ULTRA HIGH PERFORMANCE 24-BIT DAC ULTRA 1 Contents Introduction...3 Conventions...3

More information

Topic: Specifications of allowable inter packet gap values in IEEE 802.3

Topic: Specifications of allowable inter packet gap values in IEEE 802.3 - 1 - Interpretation Number: 1-11/09 Topic: Relevant Clause: Clause 4 Classification: Request for Interpretation Specifications of allowable inter packet gap values in IEEE 802.3 Interpretation Request

More information

Extending RTAI Linux with Fixed-Priority Scheduling with Deferred Preemption

Extending RTAI Linux with Fixed-Priority Scheduling with Deferred Preemption Extending RTAI Linux with Fixed-Priority Scheduling with Deferred Preemption Mark Bergsma, Mike Holenderski, Reinder J. Bril, Johan J. Lukkien System Architecture and Networking Department of Mathematics

More information

3GPP TS V7.2.0 ( )

3GPP TS V7.2.0 ( ) TS 25.462 V7.2.0 (2007-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; UTRAN Iuant interface: Signalling transport (Release 7) The present

More information

ambient XC RS232 Control Command Specification

ambient XC RS232 Control Command Specification ambient XC RS232 Control Command Specification Table of Contents ambient XC RS232 Control Command Specification...1 Goal...2 COM port properties...2 Initialisation of RS232 communication...2 Determine

More information

Ethernet Hub. Campus Network Design. Hubs. Sending and receiving Ethernet frames via a hub

Ethernet Hub. Campus Network Design. Hubs. Sending and receiving Ethernet frames via a hub Campus Network Design Thana Hongsuwan Ethernet Hub 2003, Cisco Systems, Inc. All rights reserved. 1-1 2003, Cisco Systems, Inc. All rights reserved. BCMSN v2.0 1-2 Sending and receiving Ethernet frames

More information

Temporary Document 3203/Rev.1

Temporary Document 3203/Rev.1 ITU - Telecommunication Standardization Sector Temporary Document 3203/Rev.1 STUDY GROUP 7 Geneva, 20-31 March 2000 SOURCE*: Q.10/7 TITLE: Draft new Recommendation X.86 (X.eos) on Ethernet over LAPS Summary

More information

10Gb Ethernet PCS Core

10Gb Ethernet PCS Core July 2002 Features Complete 10Gb Ethernet Physical Coding Sublayer (PCS) Solution Based on the ORCA 10 Gbits/s Line Interface (ORLI10G) FPSC, Enabling Flexible10GbE LAN/WAN Application Solutions. IP Targeted

More information

Configuring Interfaces and Circuits

Configuring Interfaces and Circuits CHAPTER 5 This chapter describes how to configure the CSS interfaces and circuits and how to bridge interfaces to Virtual LANs (VLANs). Information in this chapter applies to all CSS models, except where

More information

Superseded by a more recent version INTERNATIONAL TELECOMMUNICATION UNION

Superseded by a more recent version INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.36 TELECOMMUNICATION (04/95) STANDARDIZATION SECTOR OF ITU DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS PUBLIC DATA NETWORKS INTERFACES INTERFACE BETWEEN DATA

More information

Public Review Draft. ASHRAE Standard

Public Review Draft. ASHRAE Standard BSR/ASHRAE Addendum ad to ANSI/ASHRAE Standard 135-2008 Public Review Draft ASHRAE Standard Proposed Addendum ad to Standard 135-2008, BACnet A Data Communication Protocol for Building Automation and Control

More information

2G Actuator Communications Protocol Document Rotary & Linear Actuators

2G Actuator Communications Protocol Document Rotary & Linear Actuators 2752 Capitol Drive Suite #103 Sun Prairie, WI 53590 2150080 2G Actuator Packets - Rotary & Linear Revision AI Date 4/25/2018 2G Actuator Communications Protocol Document Rotary & Linear Actuators DOCUMENT

More information

##)44 6 BIS $!4! #/-02%33)/. 02/#%$52%3 &/2 $!4! #)2#5)4 4%2-).!4).' %15)0-%.4 $#% 53).' %22/2 #/22%#4)/. 02/#%$52%3

##)44 6 BIS $!4! #/-02%33)/. 02/#%$52%3 &/2 $!4! #)2#5)4 4%2-).!4).' %15)0-%.4 $#% 53).' %22/2 #/22%#4)/. 02/#%$52%3 INTERNATIONAL TELECOMMUNICATION UNION ##)44 6 BIS THE INTERNATIONAL TELEGRAPH AND TELEPHONE CONSULTATIVE COMMITTEE $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ $!4! #/-02%33)/. 02/#%$52%3 &/2 $!4! #)2#5)4

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU X.86/Y.1323 (02/2001) SERIES X: DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS Public data networks Transmission,

More information

DCC User Gateway Interface Design Specification. Annex - Service Request Definitions 18 Response and Alert Common Interface

DCC User Gateway Interface Design Specification. Annex - Service Request Definitions 18 Response and Alert Common Interface DCC User Gateway Interface Design Specification Annex - Service Request Definitions 18 Response and Alert Common Interface Author: DCC Version: v0.8 Draft Date: 12 th September 2014 Page 1 of 24 Contents

More information

IEEE Time-Sensitive Networking (TSN)

IEEE Time-Sensitive Networking (TSN) IEEE 802.1 Time-Sensitive Networking (TSN) Norman Finn, IEEE 802.1CB, IEEE 802.1CS Editor Huawei Technologies Co. Ltd norman.finn@mail01.huawei.com Geneva, 27 January, 2018 Before We Start This presentation

More information

IEEE DMLT Study Group Straw-man DRAFT PAR and 5C

IEEE DMLT Study Group Straw-man DRAFT PAR and 5C IEEE 802.3 DMLT Study Group Straw-man DRAFT PAR and 5C This version has no status in SG Edited by Yong Kim @ Broadcom Page 1 2.1 Project Title IEEE Standard for Ethernet Amendment Specification and Management

More information

1 April The Transmission of IP Datagrams over the Semaphore Flag Signaling System (SFSS)

1 April The Transmission of IP Datagrams over the Semaphore Flag Signaling System (SFSS) Network Working Group Request for Comments: 4824 Category: Informational J. Hofmueller, Ed. A. Bachmann, Ed. IO. zmoelnig, Ed. 1 April 2007 Status of This Memo The Transmission of IP Datagrams over the

More information

UNH-IOL. FC-1 Conformance Test Suite Version 4.3. Technical Document. Last Updated: February 23, 2008

UNH-IOL. FC-1 Conformance Test Suite Version 4.3. Technical Document. Last Updated: February 23, 2008 UNH-IOL FIBRE CHANNEL CONSORTIUM FC-1 Conformance Test Suite Version 4.3 Technical Document Last Updated: February 23, 2008 Fibre Channel Consortium 121 Technology Drive, Suite 2 InterOperability Laboratory

More information

Proposed Addendum bl to Standard , BACnet - A Data Communication Protocol for Building Automation and Control Networks

Proposed Addendum bl to Standard , BACnet - A Data Communication Protocol for Building Automation and Control Networks BSR/ASHRAE Addendum bl to ANSI/ASHRAE Standard 135-2016 Public Review Draft Proposed Addendum bl to Standard 135-2016, BACnet - A Data Communication Protocol for Building Automation (January 2017) (Draft

More information

X12 Implementation Guidelines For Inbound 997 v (I )

X12 Implementation Guidelines For Inbound 997 v (I ) X12 Implementation Guidelines For Inbound 997 v004010 (I9974010) 997-4010 (i9974010) 1 10/12/2009 997 Functional Acknowledgment Functional Group ID=FA Introduction: This Draft Standard for Trial Use contains

More information

fleximac A MICROSEQUENCER FOR FLEXIBLE PROTOCOL PROCESSING

fleximac A MICROSEQUENCER FOR FLEXIBLE PROTOCOL PROCESSING fleximac A MICROSEQUENCER FOR FLEXIBLE PROTOCOL PROCESSING A Lattice Semiconductor White Paper February 2006 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503)

More information

EVB Revisions. Paul Bottorff 13/14/2011 EVB

EVB Revisions. Paul Bottorff 13/14/2011 EVB EVB Revisions Paul Bottorff Paul.bottorff@hp.com 13/14/2011 EVB Agreements from January Meeting Port naming and architecture Ports ERP, URP, UAP, CAP, SBP and CVLAN C-VLAN Bridge Port No phantom S-VLAN

More information

Monitoring Ports. Port State

Monitoring Ports. Port State The Ports feature available on the ME 1200 Web GUI allows you to monitor the various port parameters on the ME 1200 switch. Port State, page 1 Port Statistics Overview, page 2 QoS Statistics, page 2 QCL

More information

3GPP TS V ( )

3GPP TS V ( ) TS 25.462 V10.1.0 (2011-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; UTRAN Iuant interface: Signalling transport (Release 10) The

More information