CommunityCellularManager
CommunityCellularManager copied to clipboard
function package_freeswitch_mod_smpp() undefined
when building packages for osmocom by running fab osmocom dev package
:
/client/fabfile.py", line 110, in package
package_freeswitch_mod_smpp()
NameError: global name 'package_freeswitch_mod_smpp' is not defined
Confirming i'm seeing this as well.
thats a bug. We did away with package_freeswitch_mod_smpp and building mod_smpp on its own since that would break each time there was a new release of freeswitch. Instead we are building freeswitch in its entirety in package_freeswitch actually. I wouldn't recommend calling that unless you are doing freeswitch development. It should be safe to remove this line: https://github.com/facebookincubator/CommunityCellularManager/blob/master/client/fabfile.py#L110
not fixed unless there's a PR!