On Thu, Aug 22, 2013 at 9:40 PM, Maicon Kist maicon.kist@inf.ufrgs.br wrote:
Is there a tutorial in how to make a USSD application work in a OpenBSC network? Firstly I'm want to implement a simple "Hello World" application. eg. the client enter with a valid USSD number (*something) and the "Hello World" application executes.
Look at the openbsc/src/libmsc/ussd.c file - it's very easy to extend it to respond to various USSD requests. It would be great if we have a kind of external API for implementing external USSD applications without touching the OsmoNITB code. Patches for this are welcome.