Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Fb/osmocom working #59

Closed
wants to merge 2 commits into from

Conversation

kheimerl
Copy link
Contributor

contains fixes to #58 and an issue with the openvpn package. With this in place (and the other workarounds) I got an osmocom vm up and running.

…not on the path in debian (it is in ubuntu). This makes the call explit and the location is the same in both.
@@ -107,7 +107,7 @@ def package(package_requirements='yes', flavor=''):
package_python_openbts(package_requirements)
elif (env.gsmeng == "osmocom"):
package_python_osmocom(package_requirements)
package_freeswitch_mod_smpp()
#package_freeswitch_mod_smpp()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kkroo, I think this just needs s/freeswitch_mod_smpp/freeswitch/, correct?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be fine to remove from the package command. Most people will not need to rebuild freeswitch in their development flow

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Let's just remove the call altogether then, not comment it out.

Copy link
Contributor

@9muir 9muir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The python_packaging changes are logically subsumed by the internal packaging diff I just created, but the OpenVPN change is helpful.

@@ -107,7 +107,7 @@ def package(package_requirements='yes', flavor=''):
package_python_openbts(package_requirements)
elif (env.gsmeng == "osmocom"):
package_python_osmocom(package_requirements)
package_freeswitch_mod_smpp()
#package_freeswitch_mod_smpp()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Let's just remove the call altogether then, not comment it out.

@@ -9,7 +9,7 @@

directory=/etc/openvpn

command=openvpn endaga-vpn-client.conf.noauto
command=/usr/sbin/openvpn endaga-vpn-client.conf.noauto
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kheimerl
Copy link
Contributor Author

So should I convert this to include just the removal of the smpp build and the openvpn change?

@9muir
Copy link
Contributor

9muir commented Jun 15, 2017

confirm that the change I pushed works for you too (I did test, but just to be sure). I'm happy with either removing the smpp build or leaving it as it now is, whichever you and @kkroo prefer, just don't have something commented out. The OpenVPN change is the most useful.

@kheimerl
Copy link
Contributor Author

kheimerl commented Jun 15, 2017 via email

@kkroo
Copy link
Contributor

kkroo commented Jun 15, 2017

I like what @9muir did in making freeswitch build only if you have the source checkout out. Let's use the internal diff. Closing this out

@kkroo kkroo closed this Jun 15, 2017
@9muir
Copy link
Contributor

9muir commented Jun 15, 2017

@kheimerl the change is pushed to the open source repo as 443fa69

@9muir
Copy link
Contributor

9muir commented Jun 15, 2017

we want the OpenVPN change, can you ( @kheimerl ) just remove the other commit from this PR and reopen it?

@matt9j matt9j deleted the fb/osmocom_working branch April 18, 2018 18:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants