Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Disable Supplementary service notifications
Browse files Browse the repository at this point in the history
Disable unhanled notifications.
  • Loading branch information
RoEdAl committed May 25, 2024
1 parent 5b196e2 commit 06c6177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/at_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ int at_enqueue_initialization(struct cpvt* cpvt)
DECLARE_AT_CMD(creg, "+CREG?");
DECLARE_AT_CMD(cnum, "+CNUM");

DECLARE_AT_CMD(cssn, "+CSSN=1,1");
DECLARE_AT_CMD(cssn, "+CSSN=0,0");
DECLARE_AT_CMD(cmgf, "+CMGF=0");
DECLARE_AT_CMD(cscs, "+CSCS=\"UCS2\"");

Expand Down
2 changes: 1 addition & 1 deletion src/at_response.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ static int at_response_ok(struct pvt* const pvt, const at_res_t at_res, const at
break;

case CMD_AT_CSSN:
at_ok_response_dbg(1, pvt, ecmd, "Supplementary Service Notification enabled");
at_ok_response_dbg(1, pvt, ecmd, "Supplementary Service Notification disabled");
break;

case CMD_AT_CMGF:
Expand Down

0 comments on commit 06c6177

Please sign in to comment.