Sometimes we need to control the P1 parameter when executing STORE DATA command through CLI. This happens especially if we want to use non-default BER-TLV data format and this needs to be indicated in P1 parameter. Right now there is no way to control P1 value through --store-data CLI command. So my proposition is to add --store-p1 additional parameter which allows to control the P1 value.
I've tested the change and it seems to work correctly.
Sometimes we need to control the P1 parameter when executing STORE DATA command through CLI. This happens especially if we want to use non-default BER-TLV data format and this needs to be indicated in P1 parameter. Right now there is no way to control P1 value through
--store-data
CLI command. So my proposition is to add--store-p1
additional parameter which allows to control the P1 value.I've tested the change and it seems to work correctly.