i try a lot in the meantime and maybe i have figured it out
To Change the slicing follow this instruction:
Modem needs a running NSSAI config (this means: UE has to be connected to a running gNodeb / Core setup !)
Than Modem can be set to an other configuration with AT+C5GNSSAI
e.q:
AT+C5GNSSAI=4,“01.ffffff”
AT+C5GNSSAI=4,“01.000001”
Can be checkt with AT+C5GNSSAIRDP=3
Result:
+C5GNSSAIRDP: 4,“01.000001”,1,“01#0” ← Target state
+C5GNSSAIRDP: “20895”,4,“01.000001” ← current state, this have to be matched to the running environment !
I’m testing slicing in NSA 5G with S-NSSAI, but I haven’t gotten past the AT+CGDCONT command; I believe the format is correct, but I’m concerned that once the NSA connection is established, you won’t be able to configure the slicing because you may also receive an LTE connection.
How did you configure your 5G connection? What access technology did you select in order to make the slicing? I’m using E-UTRAN-NR dual connectivity but maybe slicing is only possible with NG-RAN or NR connected to 5GCN.
How did you manage to solve your initial problem? Was it a format problem?