This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 2f984ea1943d3efa01c069b29b330f84f8a6a665 (commit)
via 0eb2c5dab2f9ed61c86cafe96363cee1936ae552 (commit)
via c663678b26aed636e13b56ab8a220791e268f244 (commit)
via b9946d372cb17c95ef629449961004d6e6f12239 (commit)
from 29567376814597a93d78c337242fd1a6ded179ad (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=2f984ea1943d3efa01c069b29b33…
commit 2f984ea1943d3efa01c069b29b330f84f8a6a665
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 15:05:21 2017 +0200
gsm0503_coding: Mark gsm0503_mcs_{ul,dl}_codes as const
The table describing the various MCS convolutional codes are constant
data and should be marked as such.
Change-Id: I4918521ee4572a67cbee5f9b49257fc5bfcde511
http://cgit.osmocom.org/libosmocore/commit/?id=0eb2c5dab2f9ed61c86cafe96363…
commit 0eb2c5dab2f9ed61c86cafe96363cee1936ae552
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 15:03:11 2017 +0200
gsm0503_interleaving: Mark input arguments as 'const *'
The interleaving/deinterleaving functions were missing 'const'
qualifiers on their input data buffers
Change-Id: I2118c34a6353167787b23f877f1d81d60151aaf9
http://cgit.osmocom.org/libosmocore/commit/?id=c663678b26aed636e13b56ab8a22…
commit c663678b26aed636e13b56ab8a220791e268f244
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 14:59:37 2017 +0200
Add doxygen documentation to libosmocoding
This adds the minimum amount of API documentation that we should have on
all our code, particularly new code merged into a library.
Change-Id: I526804f64313867913574e50e5b9e9205ad3aa74
http://cgit.osmocom.org/libosmocore/commit/?id=b9946d372cb17c95ef6294499610…
commit b9946d372cb17c95ef629449961004d6e6f12239
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 09:40:16 2017 +0200
gsm0503_{coding,mapping}: Mark input arguments as 'const'
It is generally our coding style to mark pointers to constant input data
as 'const *'. For some reason the gsm0503 coding and mapping was not
adhering to this, so let's bring it into compliance.
Change-Id: Id8731d7ae6171dff94741b6ddbb95ab5f03bfd4e
-----------------------------------------------------------------------
Summary of changes:
Doxyfile.coding.in | 2 +-
include/osmocom/coding/gsm0503_coding.h | 46 ++--
include/osmocom/coding/gsm0503_interleaving.h | 20 +-
include/osmocom/coding/gsm0503_mapping.h | 16 +-
include/osmocom/coding/gsm0503_parity.h | 10 +
include/osmocom/coding/gsm0503_tables.h | 10 +
src/coding/gsm0503_coding.c | 375 +++++++++++++++++++++-----
src/coding/gsm0503_interleaving.c | 127 ++++++++-
src/coding/gsm0503_mapping.c | 19 +-
src/coding/gsm0503_parity.c | 40 +--
src/coding/gsm0503_tables.c | 14 +
11 files changed, 556 insertions(+), 123 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip has been updated
via 6b8cc23031a123a9bd59d4dff06a88e911b4b0ba (commit)
via a6b88ad0e67c8853b0174a136d994e6061baedd7 (commit)
via ef2f53aa36a2eda362e0cb9bf04bc33c5a01cb17 (commit)
via 83c6ba49866cdc80835e687d01e2f46c61565b7c (commit)
via 1d6600b2380f16cf5043717a971799a4329e318b (commit)
from e6d80bb7436dd30b314a6b586f9c60d5ad89dad8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=6b8cc23031a123a9bd59d4dff06a88e9…
commit 6b8cc23031a123a9bd59d4dff06a88e911b4b0ba
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 14:06:18 2017 +0200
sccp-lite: remove old sccp-lite code
in osmo_bsc_sccp.c all code is commented out. There is no point
in keeping the file. This commit deletes it.
http://cgit.osmocom.org/openbsc/commit/?id=a6b88ad0e67c8853b0174a136d994e60…
commit a6b88ad0e67c8853b0174a136d994e6061baedd7
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 13:49:07 2017 +0200
osmo-bsc: Send USSD notification when an MSC loss is detected
the old sccp-lite based imlementation offered support for sending
an USSD notification as soon as a loss of the MSC connection is
detected. This is done before forcefully dropping the affected
connection.
This commit ports the feature to the new libosmo-sigtran
implementation.
NOTE: I do not know if this works and I also do not really
understand how this is even possible. Sending an USSD notification
would rquire the subscriber to be properly attached? When the MSC
is lost this almost not possible since no backend to authenticate
against is available.
http://cgit.osmocom.org/openbsc/commit/?id=ef2f53aa36a2eda362e0cb9bf04bc33c…
commit ef2f53aa36a2eda362e0cb9bf04bc33c5a01cb17
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 13:22:59 2017 +0200
cosmetic: make function names in a_iface_bssap more expressive.
The function names in a_iface_bssap.c are not very expressive.
The problem not only exists on the API side, but also for static
functions. This patch replaces the function names with more
expressive names.
http://cgit.osmocom.org/openbsc/commit/?id=83c6ba49866cdc80835e687d01e2f46c…
commit 83c6ba49866cdc80835e687d01e2f46c61565b7c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 12:52:35 2017 +0200
cosmetic: more expressive function names in a_iface
The function names if the API function in a_iface.c are not
very expressive. Besides of that, the prototypes are in the
wrong header file. This commit gives the function more
expressive names and moves the prototypes in the right header
file.
http://cgit.osmocom.org/openbsc/commit/?id=1d6600b2380f16cf5043717a971799a4…
commit 1d6600b2380f16cf5043717a971799a4329e318b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 12:34:26 2017 +0200
fixup: return with value in void function
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/a_iface.h | 13 ++
openbsc/include/openbsc/a_iface_bssap.h | 11 +-
openbsc/include/openbsc/msc_ifaces.h | 17 --
openbsc/src/libmsc/a_iface.c | 16 +-
openbsc/src/libmsc/a_iface_bssap.c | 56 ++---
openbsc/src/libmsc/gsm_04_08.c | 5 +-
openbsc/src/libmsc/gsm_subscriber.c | 3 +-
openbsc/src/libmsc/msc_ifaces.c | 10 +-
openbsc/src/osmo-bsc/Makefile.am | 1 -
openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 351 --------------------------------
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 22 ++
11 files changed, 89 insertions(+), 416 deletions(-)
delete mode 100644 openbsc/src/osmo-bsc/osmo_bsc_sccp.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip has been updated
via e6d80bb7436dd30b314a6b586f9c60d5ad89dad8 (commit)
from 4f7ae4d22e36a618496ee545f75d7770b11b2007 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=e6d80bb7436dd30b314a6b586f9c60d5…
commit e6d80bb7436dd30b314a6b586f9c60d5ad89dad8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 12:26:31 2017 +0200
mgcp: make bts base port configurable
Currently the rtp base port of the BTS is hardcoded (4000) and not
configurable. This patch adds VTY configuration options to make
it adjustable.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/mgcpgw_client.h | 1 +
openbsc/src/libmgcp/mgcpgw_client.c | 2 ++
openbsc/src/libmgcp/mgcpgw_client_vty.c | 21 +++++++++++++++++++++
openbsc/src/libmsc/msc_ifaces.c | 12 +++++++++---
4 files changed, 33 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip has been updated
via 4f7ae4d22e36a618496ee545f75d7770b11b2007 (commit)
via 3085965e05253c35807b927e3169da82408145bd (commit)
from 31c2cfe2c5ad5218c1dc8d1f81526a9bf6b2eb04 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=4f7ae4d22e36a618496ee545f75d7770…
commit 4f7ae4d22e36a618496ee545f75d7770b11b2007
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 11:43:44 2017 +0200
Revert "mgcp: make sure all endpoints are closed on startup"
Clearing all endpoints by sending a DLCX on startup has ben found
to be a bit too offensive. It also will not help against
inconsitancies that may occour during runtime (e.g. an overheard
DLCX during regular call teardown).
This reverts commit b669ea94cb78fd9b56ee8dd9392538151349f8ba.
http://cgit.osmocom.org/openbsc/commit/?id=3085965e05253c35807b927e3169da82…
commit 3085965e05253c35807b927e3169da82408145bd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 11:39:41 2017 +0200
mgcp: Make sure endpoint is free on CRCX
The MSC is aware of the assigned endpoints at all times, so it
will not assign an occupied endpoint to someone else. However,
if it has just restarted, there maybe lingering open endpoints.
This patch introduces a fairly simple soultion. Before a new
endpoint is seized (CRCX), a DLCX is send in advance. If the
endpoint was still occupied with a dead connection, it will
be freed. If it was free anyway, the DLCX will just have no
effect.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/msc_ifaces.h | 1 -
openbsc/src/libmgcp/mgcpgw_client.c | 3 +--
openbsc/src/libmsc/msc_ifaces.c | 29 +++++++++++------------------
openbsc/src/osmo-msc/msc_main.c | 4 ----
4 files changed, 12 insertions(+), 25 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 29567376814597a93d78c337242fd1a6ded179ad (commit)
from dee71726893934ad2c069121ff461654747b2819 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=29567376814597a93d78c337242f…
commit 29567376814597a93d78c337242fd1a6ded179ad
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 29 15:58:43 2017 +0200
Add header file with definitions for GSM TS 04.14 / 3GPP TS 44.014
Change-Id: I1f4fc2761b55a4f83544c1c3793ab67fec9fc120
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 1 +
include/osmocom/gsm/protocol/gsm_04_14.h | 101 +++++++++++++++++++++++++++++++
src/gsm/Makefile.am | 2 +-
src/gsm/gsm0414.c | 20 ++++++
src/gsm/libosmogsm.map | 2 +
5 files changed, 125 insertions(+), 1 deletion(-)
create mode 100644 include/osmocom/gsm/protocol/gsm_04_14.h
create mode 100644 src/gsm/gsm0414.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, laforge/ts_04_14 has been created
at a152166437f60179c660bfd7fd8407671b2478a9 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=a152166437f60179c660bfd7fd840767…
commit a152166437f60179c660bfd7fd8407671b2478a9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 01:52:27 2017 +0200
Add VTY commands for experimentation with TS 04.14 commands
TS 04.14 (TS 44.014) specifies a series of commands specific to
conformance testing. Let's add some VTY commands to play (at least
initially) with closing and opening voice loops in the MS.
Change-Id: I38b1ee9dbf26f5689c38cb83b1b3c5e9eaad7678
http://cgit.osmocom.org/openbsc/commit/?id=ca10156efb4ee5f8f07353f3576be86f…
commit ca10156efb4ee5f8f07353f3576be86f658d3bf6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 29 18:02:53 2017 +0200
WIP: Support for TS 04.14 conformance test commands
Change-Id: Ib27edbfc8ccdedf00589ec715ced7bed435fa94c
http://cgit.osmocom.org/openbsc/commit/?id=adfa9137c635e549317f7c4eac03aa10…
commit adfa9137c635e549317f7c4eac03aa10ed68c44d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 29 13:54:27 2017 +0200
don't re-implement osmo_talloc_replace_string()
osmo_talloc_replace_string() was introducd into libosmocore in 2014, see
commit f3c7e85d05f7b2b7bf093162b776f71b2bc6420d
There's no reason for us to re-implement this as bsc_replace_string
here.
Change-Id: I6d2fcaabbc74730f6f491a2b2d5c784ccafc6602
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Radio block for interfacing with various radio hardware".
The branch, master has been updated
via c653754dde5e2cf682965e939cc016fbddbd45e4 (commit)
via b7aab458ed706387cd34bc2c08c65f7562aee51b (commit)
via 1693e4e9d802b8420c022b7c64a7d40551d37884 (commit)
via 3c7d3f166401b1af6afd903b8d2b9729e8897189 (commit)
via a3b4e5c815511aed75bee281831db941277496d8 (commit)
via 26f93e46874824cd36bd9f05baf3fe3b851aa640 (commit)
via 33a8d1c2aef31ab7fb9f40e673c974334081853e (commit)
from cf9549485af61658eab3e14e0a89db80742eb547 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gr-osmosdr/commit/?id=c653754dde5e2cf682965e939cc01…
commit c653754dde5e2cf682965e939cc016fbddbd45e4
Merge: b7aab45 cf95494
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Mon Jun 12 00:04:36 2017 +0200
Merge branch 'master' of git.osmocom.org:gr-osmosdr
http://cgit.osmocom.org/gr-osmosdr/commit/?id=b7aab458ed706387cd34bc2c08c65…
commit b7aab458ed706387cd34bc2c08c65f7562aee51b
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Sun Jun 11 23:55:17 2017 +0200
freesrp: whitespace fixes
http://cgit.osmocom.org/gr-osmosdr/commit/?id=1693e4e9d802b8420c022b7c64a7d…
commit 1693e4e9d802b8420c022b7c64a7d40551d37884
Author: Lukas Lao Beyer <lukas(a)electronics.kitchen>
Date: Sat Apr 22 13:42:34 2017 -0400
FreeSRP: Add support for multiple devices in get_devices
http://cgit.osmocom.org/gr-osmosdr/commit/?id=3c7d3f166401b1af6afd903b8d2b9…
commit 3c7d3f166401b1af6afd903b8d2b9729e8897189
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Sun Jun 11 22:04:03 2017 +0200
rtl,rtl_tcp: add bias=0|1 parameter to switch off|on bias voltage on
gpio0
http://cgit.osmocom.org/gr-osmosdr/commit/?id=a3b4e5c815511aed75bee281831db…
commit a3b4e5c815511aed75bee281831db941277496d8
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Sun Jun 11 21:42:05 2017 +0200
rtl_tcp: delete LUT table in destructor
http://cgit.osmocom.org/gr-osmosdr/commit/?id=26f93e46874824cd36bd9f05baf3f…
commit 26f93e46874824cd36bd9f05baf3fe3b851aa640
Author: Krzysztof Halasa <khc(a)pm.wav.pl>
Date: Sat Mar 18 10:16:48 2017 +0100
RTL-TCP: Convert to single class model
The existing RTL TCP driver is quite different from its brother RTL_SDR.
It's much more complicated, uses gr::blocks::deinterleave and
gr::blocks::float_to_complex, and generally doesn't work correctly
(e.g. https://github.com/csete/gqrx/issues/99
Spectrum is mirrored when filter or demodulator changes (rtl_tcp) #99)
I've converted the RTL TCP driver to the model used by RTL_SDR,
simplifying it in the process, and fixing the GQRX issue.
http://cgit.osmocom.org/gr-osmosdr/commit/?id=33a8d1c2aef31ab7fb9f40e673c97…
commit 33a8d1c2aef31ab7fb9f40e673c974334081853e
Author: Krzysztof Halasa <khc(a)pm.wav.pl>
Date: Sat Mar 18 10:07:19 2017 +0100
RTL-SDR: convert _lut to float[] to reduce size by a factor of 256
The _lut is being indexed by I + Q (16 bits = 65536 entries), however
both samples can be processed independently, resulting in 8-bit LUT.
Saves a bit of RAM and CPU cache.
-----------------------------------------------------------------------
Summary of changes:
grc/gen_osmosdr_blocks.py | 4 +-
lib/freesrp/freesrp_common.cc | 270 +++++++++++++++---------------
lib/rtl/rtl_source_c.cc | 27 +--
lib/rtl/rtl_source_c.h | 4 +-
lib/rtl_tcp/CMakeLists.txt | 1 -
lib/rtl_tcp/rtl_tcp_source_c.cc | 360 ++++++++++++++++++++++++++++++++--------
lib/rtl_tcp/rtl_tcp_source_c.h | 32 +++-
7 files changed, 471 insertions(+), 227 deletions(-)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Repository for Realtek RTL2832U based SDR software".
The branch, master has been updated
via fa3a113b77b6ed2738778a52ae4f9ce4e6f18ea3 (commit)
from 2be1612e604f950ba21ef6ff12488eab62e66ad5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/rtl-sdr/commit/?id=fa3a113b77b6ed2738778a52ae4f9ce4…
commit fa3a113b77b6ed2738778a52ae4f9ce4e6f18ea3
Author: Dimitri Stolnikov <horiz0n(a)gmx.net>
Date: Mon Jun 12 00:04:05 2017 +0200
rtl_tcp: add command for bias tee control
-----------------------------------------------------------------------
Summary of changes:
src/rtl_tcp.c | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
Repository for Realtek RTL2832U based SDR software
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via c136be04f7784d245baf0adb2e2537ac0fae206d (commit)
from 0fb294a8dd45a86b8f9eb93211b69b6dbf0a6853 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=c136be04f7784d245baf0adb2e2537a…
commit c136be04f7784d245baf0adb2e2537ac0fae206d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 11 11:36:33 2017 +0200
lc15: further fixes regarding --with-litecell15
The fix in 0fb294a8dd45a86b8f9eb93211b69b6dbf0a6853 was only partially
valid, as it unconditionally used $includedir, without any prefix. This
polluted the include path with host include files in cross-compiling
builds.
Let's take a different approach and simply define LITECELL15_CFLAGS
(similar to what pkgconfig does), which makes the "-I" go away if no
--with-litecell15 has been specified.
Change-Id: I63393decfe42a24dab56c7654f716c1580416ab2
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 8 ++++----
src/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via 0fb294a8dd45a86b8f9eb93211b69b6dbf0a6853 (commit)
from 9dabfa2c2b882bf4ce72c941f021f7a439de041a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=0fb294a8dd45a86b8f9eb93211b69b6…
commit 0fb294a8dd45a86b8f9eb93211b69b6dbf0a6853
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 11 10:30:03 2017 +0200
lc15: fix configure.ac variable substitution causing compile error
When "--enable-lc15bts-phy" is passed to './configure' without specifying
an explicit header file path using "--with-litecell15=", we ended up
generating an empty string as LITECELL15_INCDIR and rendered something
like "-DENABLE_DIRECT_PHY -I -I../../git/src/osmo-bts-litecell15" as
part of the compiler invocation, where the -I with no argument will hide
the second -I, as the second one is supposed to be the optarg for the
first include.
This in turn made the "#include <lc15_l1_if.h>" fail, when using
separate source and build directories.
This patch fixes the configur script to use $includedir, rather than the
non-existant $incdir as default for LITECELL15_INCDIR
Change-Id: I483e62f8331e7867a92f8055c4d450fdd5288cb6
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT