Setting reservation size for authorizations
We want to influence reservation size when making authorizations and reauthorizations. Currently we can achieve that like this for reauthorizations:
- we use custom opcode call in PREP_INPUT stage for opcode PCM_OP_TELCO_REAUTHORIZE
- we change PIN_FLD_CONFIG_INFO -> PIN_FLD_RESERVATION_INFO -> PIN_FLD_INCR_QUANTITY to desired size
- opcode then calls default implementation of PCM_OP_GSM_AAA_POL_REAUTHORIZE_PREP_INPUT
Doing the same for authorizations does not work however, reservations are always made for 60 seconds, regardless of value set in PIN_FLD_INCR_QUANTITY. Can we somehow make it work for authorizations too? Or do you maybe have an idea for an alternative approach to solve this issue?