void __4_3_3__BACK_OFF_ALGORITHM() {
    /**
     * @group:       	4.3.3 BACK-OFF ALGORITHM
     *
     * @description:	The device implements the IEEE standard 802.3 binary exponential back-off algorithm in half-duplex mode. After 16
     * 					consecutive collisions, the packet is dropped.
     */


}