In order to use the "StopSession" procedure, you should:
- In cartridge type configuration, declare its usage by setting the NVSet parameter "StopSessionAllowed" to "true".
- Call "StopSession" procedure in your trn file in the Post section of the work order.
Example:
//Setting StopSessionAllowed to true .
TRGT:PoolFactory:HLRAlcatelR5
ACT:configure
NVSET:TrnFilePath=./conf/hlralcatelr5.trn|XMLFilePath=./conf/hlralcatelr5.xml|TrnNumFields=1|StopSessionAllowed=true
//Calling the procedure in Post section:
STATE:Activate,AddServices,Post
(...)
CALL_PROC:StopSession