CommunityCellularManager icon indicating copy to clipboard operation
CommunityCellularManager copied to clipboard

function package_freeswitch_mod_smpp() undefined

Open eprueves opened this issue 7 years ago • 3 comments

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

eprueves avatar Jun 09 '17 00:06 eprueves

Confirming i'm seeing this as well.

kheimerl avatar Jun 09 '17 19:06 kheimerl

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

kkroo avatar Jun 09 '17 22:06 kkroo

not fixed unless there's a PR!

kheimerl avatar Jun 09 '17 22:06 kheimerl