Hi dexter,
reading a commit of yours apparently merged to osmo-bsc in November, I notice that you "secretly sneaked in" this:
diff --git a/src/Makefile.am b/src/Makefile.am index d04f025..dd1ad3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,5 +33,4 @@ SUBDIRS += \ utils \ ipaccess \ osmo-bsc \ - osmo-bsc_nat \ $(NULL)
in a patch that was supposed to "mgcp: use osmo-mgw to switch RTP streams". http://git.osmocom.org/osmo-bsc/commit/?id=39c609b7c924524172ad311bdf89f92b7...
So since we merged that patch, osmo-bsc_nat is no longer part of the osmo-bsc build. That's certainly not intended, is it?
Confirm and please fix that. thx!
~N