| 544 | #endif |
| 545 | |
| 546 | string ssMap2Ussd(const unsigned char *mapcmd,unsigned maplen) |
| 547 | { |
| 548 | SSMapCommand cmd(mapcmd,maplen); |
| 549 | LOG(DEBUG) << cmd.text(); |
| 550 | return cmd.ssGetUssd(); |
| 551 | } |
| 552 | |
| 553 | // SS can be in-call or stand-alone via CMServiceRequest. This is the latter. |
| 554 | class MOSSDMachine : public SSDBase { |