void __4_4_7_2__Learning_State() {
    /**
     * @group:       	4.4.7.2 Learning State
     *
     * @description: 	Ports in “learning state” learn MAC addresses, but do not forward user traffic.
     * 					• Learning State: Only packets to and from the host processor are forwarded. Learning is enabled.
     * 					• Port setting for Learning State: transmit enable = “0”, receive enable = “0”, learning disable = “0”.
     * 					• Software action: The processor should program the Static Address Table with the entries that it needs to receive
     * 					(e.g., BPDU packets). The “overriding” bit should be set so that the switch will forward those specific packets to
     * 					the processor. The processor may send packets to the port(s) in this state (see Section 4.4.9, "Tail Tagging Mode"
     * 					for details). Address learning is enabled on the port in this state.
     *
     */
}