RTOS, Linux Kernel internal, OS-Programming C & Data Structures, Debugging, Optimizations, Makefiles and Wireless Technologies (Wi-Fi ,LTE and LTE-Advanced )
Interface Management in Core network generally represents how our core network components handle their interfaces. In LTE, our logical nodes are surrounded with many of the other nodes, that may be of the same network or may not. every component having their own interface to make logical connection with other components. like MME to eNodeB S1-AP, MME to MME S10 and so forth. they all used to forward control messages , corresponding nodes receive, process and forward or respond to the other node. this operation require an internal mechanism in every node to maintain all interfaces context. so it can direct packets into right direction
what is the interface management in core network ?
ReplyDeleteInterface Management in Core network generally represents how our core network components handle their interfaces. In LTE, our logical nodes are surrounded with many of the other nodes, that may be of the same network or may not. every component having their own interface to make logical connection with other components. like MME to eNodeB S1-AP, MME to MME S10 and so forth. they all used to forward control messages , corresponding nodes receive, process and forward or respond to the other node. this operation require an internal mechanism in every node to maintain all interfaces context. so it can direct packets into right direction
Delete