facebookarchive / CommunityCellularManager

Tool for deploying, managing and controlling your Community Cellular Networks
Other
87 stars 36 forks source link

Updated for ForceFullyDeregister Tower #30

Closed piyushabad88 closed 7 years ago

piyushabad88 commented 7 years ago

Added code to Forcefully deregister Tower which have endaga_version > 00000.00003.00019' or status == 'no-data'.

facebook-github-bot commented 7 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact cla@fb.com if you have any questions.

facebook-github-bot commented 7 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

facebook-github-bot commented 7 years ago

@9muir has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

facebook-github-bot commented 7 years ago

@piyush-kr updated the pull request - view changes - changes since last import

facebook-github-bot commented 7 years ago

@piyush-kr updated the pull request - view changes - changes since last import

facebook-github-bot commented 7 years ago

@piyush-kr updated the pull request - view changes - changes since last import

9muir commented 7 years ago

Looks good, will accept through the internal repo.

facebook-github-bot commented 7 years ago

@9muir has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

9muir commented 7 years ago

Tested an old software version by manually changing the software version of a test BTS in the Postgres DB as follows: update endagaweb_bts set package_versions = '{ "endaga_version": "00000.00002.00001" }' where nickname = 'muir-gh-010417';. Worked great, thanks for the change.