Enable AT command interface and link to NAS layer
- Enable AT command interface. The command parser and API already exists.
- Function to create PTY pair to get AT commands.
- Trigger deregistration with at+cfun=0.
- Optional command line parameter to user device from user.
- Added new handler functions to set PDP contexts.
- Extended parser function to parse NSSAI from AT command. (support for establishing multiple PDU session will be done in following MR).
- Added documentation for AT command in RUNMODEM.md.
Triggering 4G test cases to make sure I didn't break anything there.
Previous discussion is in !2643 (closed).