Attention is currently required from: osmith.
Patch set 3:Code-Review -1
4 comments:
File include/AARE-apdu.h:
These header files are all in the wrong directory. They should be placed under include/osmocom/tcap/
File include/Makefile.am:
Patch Set #3, Line 1: osmo_asn1_tcap_HEADERS = \
Missing (see osmo-cbc.git/include/osmocom/sbcap/Makefile.am):
version.h: version.h.tpl
$(AM_V_GEN)$(MKDIR_P) $(dir $@)
$(AM_V_GEN)sed \
-e "s/{{VERSION}}/$$(echo '@VERSION@' | cut -d. -f1-3)/g" \
-e "s/{{VERSION_MAJOR}}/$$(echo '@VERSION@' | cut -d. -f1)/g" \
-e "s/{{VERSION_MINOR}}/$$(echo '@VERSION@' | cut -d. -f2)/g" \
-e "s/{{VERSION_PATCH}}/$$(echo '@VERSION@' | cut -d. -f3)/g" \
$< > $@
EXTRA_DIST = \
version.h.tpl \
$(NULL)
File src/Makefile.am:
Patch Set #3, Line 9: libosmo_asn1_tcap_la_SOURCES = \
IMHO this file should be doing stuff like osmo-cbc/src/sbcap/Makefile.am.
File src/constr_CHOICE_print.c:
I would really like/suggest to keep the generated C files in a separate directory, like done in osmo-cbc: osmo-cbc/src/sbcap/gen/ and osmo-cbc/src/sbcap/skel.
This way it's far easier to spot where all the automatic churn is, vs extra functionalities we may want to add (function helpers, etc).
To view, visit change 41022. To unsubscribe, or for help writing mail filters, visit settings.