Attention is currently required from: neels, pespin. laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/29001 )
Change subject: build: add --enable-pfcp, make PFCP dep optional ......................................................................
Patch Set 2: Code-Review+2
(1 comment)
Patchset:
PS2:
Do we really want to disable PFCP support at build time? Is that really going to be used and it is w […]
our existing apporoach is to try to minimize dependencies, see osmo-msc with default-off for smpp or Iu support.
The advantage of this approach is that it makes it easier for people to build a simple/typical setup from source, without cursing over all the dependencies.
For our package feeds it's not an issue as we can simply pass --enable-foo in the debian/rules.