EM7565 Enable Proactive SIM functions in SIM toolkit application

Hello,

I am currently working on a EM7565 Sierra module. For my project I want to send from the SIM a proactive uicc command, namely RUN AT COMMAND. On a mobile phone this currently works, however on the EM7565 it is not supported (see picture).

My question is: can the module be configured to update terminal profile values, such that this proactive command RUN AT COMMAND can be enabled from the SIM. I already saw that STK cannot be configured via AT-COMMANDS, maybe there is a solution using qmi/mbim?

Hello,
I am in a similar situation as in this post, I have a EM7565 module and Terminal profile seems to indicate not supporting RUN AT COMMAND and other features:
0x37, 0x09, 0xE8, 0xCE, 0x11, 0x9C, 0x00, 0x07, 0x8C, 0x00, 0x00

Byte 8 of Terminal Profile (0x07):

  • Proactive UICC: Timer Management (start, stop) = 1
  • Proactive UICC: Timer Management (get current value) = 1
  • Proactive UICC: PLI (date, time and timezone) = 1
  • GET INKEY = 0
  • SET UP IDLE MODE TEXT = 0
  • RUN AT COMMAND = 0
  • SETUP CALL = 0
  • Bit =1 if Call Control by USIM is supported = 0

Is there anyway to change the configuration of the TERMINAL PROFILE reported by the modem? Thank you!!