What is measurement gap in LTE?
To measure the cell power (signal quality) of neighbour cells, target cell and current cell frequency by UE is called
Q70 What is the difference between const char *ptr, char * const ptr, and const char * const ptr?
const char *ptr – This is a pointer to a constant char. One cannot change the value pointed at by