Change in osmo-trx[master]: Fix common misspellings and typos

2019-10-13 Thread roox
roox has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/15787 )


Change subject: Fix common misspellings and typos
..

Fix common misspellings and typos

Change-Id: I4ec7accb1912c052b446be7c399bed32a8c62253
---
M CommonLibs/BitVector.cpp
M CommonLibs/Interthread.h
M CommonLibs/LinkedLists.h
M CommonLibs/Threads.h
M CommonLibs/Timeval.h
M CommonLibs/Vector.h
M CommonLibs/trx_rate_ctr.cpp
M CommonLibs/trx_vty.c
M Transceiver52M/Channelizer.cpp
M Transceiver52M/ChannelizerBase.cpp
M Transceiver52M/ChannelizerBase.h
M Transceiver52M/Complex.h
M Transceiver52M/Resampler.h
M Transceiver52M/Transceiver.cpp
M Transceiver52M/Transceiver.h
M Transceiver52M/arch/arm/convolve.c
M Transceiver52M/arch/common/fft.c
M Transceiver52M/arch/x86/convert.c
M Transceiver52M/arch/x86/convolve.c
M Transceiver52M/device/common/radioDevice.h
M Transceiver52M/device/common/smpl_buf.h
M Transceiver52M/device/lms/LMSDevice.cpp
M Transceiver52M/device/lms/LMSDevice.h
M Transceiver52M/device/usrp1/USRPDevice.h
M Transceiver52M/proto_trxd.c
M Transceiver52M/radioInterface.h
M Transceiver52M/sigProcLib.cpp
M Transceiver52M/sigProcLib.h
M configure.ac
M contrib/jenkins.sh
M doc/manuals/chapters/device-usrp-inband-signaling-usb.adoc
M doc/manuals/chapters/trx-backends.adoc
M doc/manuals/vty/trx_vty_reference.xml
M tests/Transceiver52M/convolve_test.c
34 files changed, 40 insertions(+), 40 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/87/15787/1

diff --git a/CommonLibs/BitVector.cpp b/CommonLibs/BitVector.cpp
index 26b44ee..1bc8f43 100644
--- a/CommonLibs/BitVector.cpp
+++ b/CommonLibs/BitVector.cpp
@@ -37,7 +37,7 @@


 /**
-  Apply a Galois polymonial to a binary seqeunce.
+  Apply a Galois polymonial to a binary sequence.
   @param val The input sequence.
   @param poly The polynomial.
   @param order The order of the polynomial.
diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h
index 8169985..881e1a8 100644
--- a/CommonLibs/Interthread.h
+++ b/CommonLibs/Interthread.h
@@ -47,7 +47,7 @@
 // (pat) The elements in the queue are type T*, and
 // the Fifo class implements the underlying queue.
 // The default is class PointerFIFO, which does not place any restrictions on 
the type of T,
-// and is implemented by allocating auxilliary structures for the queue,
+// and is implemented by allocating auxiliary structures for the queue,
 // or SingleLinkedList, which implements the queue using an internal pointer 
in type T,
 // which must implement the functional interface of class SingleLinkListNode,
 // namely: functions T*next() and void setNext(T*).
diff --git a/CommonLibs/LinkedLists.h b/CommonLibs/LinkedLists.h
index e98b41a..f5502e7 100644
--- a/CommonLibs/LinkedLists.h
+++ b/CommonLibs/LinkedLists.h
@@ -4,7 +4,7 @@
 * SPDX-License-Identifier: AGPL-3.0+
 *
 * This software is distributed under multiple licenses; see the COPYING file in
-* the main directory for licensing information for this specific distribuion.
+* the main directory for licensing information for this specific distribution.
 *
 * This software is distributed under the terms of the GNU Affero Public 
License.
 * See the COPYING file in the main directory for details.
diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h
index df61c72..5ff137b 100644
--- a/CommonLibs/Threads.h
+++ b/CommonLibs/Threads.h
@@ -186,7 +186,7 @@
}
}

-   /** Send cancelation to thread */
+   /** Send cancellation to thread */
void cancel() { pthread_cancel(mThread); }
 };

diff --git a/CommonLibs/Timeval.h b/CommonLibs/Timeval.h
index 0826c12..18ea4b4 100644
--- a/CommonLibs/Timeval.h
+++ b/CommonLibs/Timeval.h
@@ -84,7 +84,7 @@
uint32_t usec() const { return mTimespec.tv_nsec / 1000; }
uint32_t nsec() const { return mTimespec.tv_nsec; }

-   /** Return differnce from other (other-self), in ms. */
+   /** Return difference from other (other-self), in ms. */
long delta(const Timeval& other) const;

/** Elapsed time in ms. */
diff --git a/CommonLibs/Vector.h b/CommonLibs/Vector.h
index 0970248..012a0fa 100644
--- a/CommonLibs/Vector.h
+++ b/CommonLibs/Vector.h
@@ -36,7 +36,7 @@
 #include 
 #include 

-// We cant use Logger.h in this file...
+// We can't use Logger.h in this file...
 extern int gVectorDebug;
 #define BVDEBUG(msg) if (gVectorDebug) {std::cout << msg;}

diff --git a/CommonLibs/trx_rate_ctr.cpp b/CommonLibs/trx_rate_ctr.cpp
index a9ef88c..1b44b13 100644
--- a/CommonLibs/trx_rate_ctr.cpp
+++ b/CommonLibs/trx_rate_ctr.cpp
@@ -38,7 +38,7 @@
  * That signal is processed here in device_sig_cb, where a copy of the "struct
  * device_counters" structure is held and the main thread is instructed through
  * a timerfd to update rate_ctr APIs against this copy. All this is done inside
- * a mutex to avoid different race conditons (between Rx andTx threads, and
+ * a mute

Change in osmo-bts[master]: Fix common misspellings and typos

2019-10-13 Thread roox
roox has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/15788 )


Change subject: Fix common misspellings and typos
..

Fix common misspellings and typos

Change-Id: I403b9029f57fec3fdec2c1e2cbeac0f6eab53f24
---
M README.md
M doc/control_interface.txt
M doc/manuals/abis/rsl.adoc
M doc/manuals/chapters/bts-models.adoc
M doc/manuals/chapters/configuration.adoc
M doc/manuals/chapters/overview.adoc
M doc/manuals/rtp-amr.adoc
M doc/startup.txt
M include/osmo-bts/gsm_data_shared.h
M src/common/abis.c
M src/common/bts.c
M src/common/cbch.c
M src/common/handover.c
M src/common/l1sap.c
M src/common/load_indication.c
M src/common/measurement.c
M src/common/pcu_sock.c
M src/common/rsl.c
M src/common/scheduler.c
M src/osmo-bts-litecell15/calib_file.c
M src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c
M src/osmo-bts-litecell15/misc/lc15bts_misc.c
M src/osmo-bts-litecell15/oml.c
M src/osmo-bts-oc2g/calib_file.c
M src/osmo-bts-oc2g/l1_if.c
M src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c
M src/osmo-bts-oc2g/misc/oc2gbts_misc.c
M src/osmo-bts-oc2g/oml.c
M src/osmo-bts-octphy/l1_if.c
M src/osmo-bts-octphy/l1_oml.c
M src/osmo-bts-octphy/octphy_vty.c
M src/osmo-bts-octphy/octpkt.c
M src/osmo-bts-sysmo/eeprom.c
M src/osmo-bts-sysmo/misc/sysmobts-layer1.c
M src/osmo-bts-sysmo/misc/sysmobts_mgr.c
M src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c
M src/osmo-bts-sysmo/misc/sysmobts_misc.c
M src/osmo-bts-sysmo/oml.c
M src/osmo-bts-sysmo/sysmobts_ctrl.c
M src/osmo-bts-trx/trx_if.c
M src/osmo-bts-virtual/l1_if.c
M src/osmo-bts-virtual/scheduler_virtbts.c
M tests/meas/meas_test.c
M tests/tx_power/tx_power_test.c
44 files changed, 178 insertions(+), 178 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/88/15788/1

diff --git a/README.md b/README.md
index eaff165..965744f 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@
 as well as a
 [VTY Reference 
Manual](http://ftp.osmocom.org/docs/latest/osmobsc-vty-reference.pdf)
 and a
-[Abis refrence MAnual](http://ftp.osmocom.org/docs/latest/osmobts-abis.pdf)
+[Abis reference MAnual](http://ftp.osmocom.org/docs/latest/osmobts-abis.pdf)
 describing the OsmoBTS specific A-bis dialect.

 Mailing List
diff --git a/doc/control_interface.txt b/doc/control_interface.txt
index 5ad9717..dd3dba2 100644
--- a/doc/control_interface.txt
+++ b/doc/control_interface.txt
@@ -4,7 +4,7 @@

 h3. trx.0.thermal-attenuation

-The idea of this paramter is to attenuate the system output power as part of
+The idea of this parameter is to attenuate the system output power as part of
 thermal management.  In some cases the PA might be passing a critical level,
 so an external control process can use this attribute to reduce the system
 output power.
diff --git a/doc/manuals/abis/rsl.adoc b/doc/manuals/abis/rsl.adoc
index 86beaa2..4d7e430 100644
--- a/doc/manuals/abis/rsl.adoc
+++ b/doc/manuals/abis/rsl.adoc
@@ -346,7 +346,7 @@
 In the classic data model established by ETSI/3GPP for A-bis, each
 timeslot (channel) is configured using a static channel combination by
 means of A-bis OML.  Particularly in presence of GPRS services, this
-is very unflexible and leads to inefficient use of air interface
+is very inflexible and leads to inefficient use of air interface
 resources.

 As such, several methods have been implemented to overcome this
diff --git a/doc/manuals/chapters/bts-models.adoc 
b/doc/manuals/chapters/bts-models.adoc
index 31c5147..4b48d4b 100644
--- a/doc/manuals/chapters/bts-models.adoc
+++ b/doc/manuals/chapters/bts-models.adoc
@@ -443,7 +443,7 @@
 as in the GSM network architecture provides almost all relevant
 configuration to the BTS from the BSC.

-An example configuratin file is provided as part of the osmo-bts source
+An example configuration file is provided as part of the osmo-bts source
 code: `doc/examples/virtual/osmobts-virtual.cfg`

 For more information see
diff --git a/doc/manuals/chapters/configuration.adoc 
b/doc/manuals/chapters/configuration.adoc
index 558bd4b..2b78620 100644
--- a/doc/manuals/chapters/configuration.adoc
+++ b/doc/manuals/chapters/configuration.adoc
@@ -14,7 +14,7 @@

 === Command Line Options

-Ths OsmoBTS executables (`osmo-bts-sysmo`, `osmo-bts-trx`,
+The OsmoBTS executables (`osmo-bts-sysmo`, `osmo-bts-trx`,
 `osmo-bts-octphy`, `osmo-bts-litecell15`, ...) share the following
 generic command line options:

diff --git a/doc/manuals/chapters/overview.adoc 
b/doc/manuals/chapters/overview.adoc
index 6b6b828..0dff16a 100644
--- a/doc/manuals/chapters/overview.adoc
+++ b/doc/manuals/chapters/overview.adoc
@@ -38,7 +38,7 @@
 OsmoNITB, as can be seen in the following figures.

 [[fig-gsm-classic]]
-.Classic GSM archtiecture using OsmoBTS with OsmoBTS components
+.Classic GSM architecture using OsmoBTS with OsmoBTS components
 [graphviz]
 
 digraph G {
diff --git a/doc/manuals/rtp-amr.adoc b/doc/manuals/rtp-amr.adoc
index 5a36aea..75f0e01 100644
--- a/

Change in osmo-bts[master]: Rename variable: CALIB_SUCESS -> CALIB_SUCCESS

2019-10-13 Thread roox
roox has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/15790 )


Change subject: Rename variable: CALIB_SUCESS -> CALIB_SUCCESS
..

Rename variable: CALIB_SUCESS -> CALIB_SUCCESS

Correct the name of this variable.

Change-Id: I75cb6404d772b79933d1d9d694abf8eff1fad020
---
M src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/90/15790/1

diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c 
b/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
index a0ba649..d769ce7 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr_calib.c
@@ -54,7 +54,7 @@
CALIB_FAIL_START,
CALIB_FAIL_GPS,
CALIB_FAIL_CTRL,
-   CALIB_SUCESS,
+   CALIB_SUCCESS,
 };

 static inline int compat_gps_read(struct gps_data_t *data)
@@ -271,7 +271,7 @@
 * and in case of a failure in some minutes.
 */
int timeout = 2 * 60 * 60;
-   if (outcome != CALIB_SUCESS)
+   if (outcome != CALIB_SUCCESS)
timeout = 5 * 60;

mgr->calib.calib_timeout.data = mgr;
@@ -390,7 +390,7 @@

LOGP(DCALIB, LOGL_NOTICE,
"Calibration process completed\n");
-   calib_state_reset(mgr, CALIB_SUCESS);
+   calib_state_reset(mgr, CALIB_SUCCESS);
 }

 static void handle_ctrl(struct sysmobts_mgr_instance *mgr, struct msgb *msg)

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/15790
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I75cb6404d772b79933d1d9d694abf8eff1fad020
Gerrit-Change-Number: 15790
Gerrit-PatchSet: 1
Gerrit-Owner: roox 
Gerrit-MessageType: newchange


Change in osmocom-bb[master]: Fix typo: miliseconds -> milliseconds

2019-10-13 Thread roox
roox has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/15791 )


Change subject: Fix typo: miliseconds -> milliseconds
..

Fix typo: miliseconds -> milliseconds

Change-Id: I472c12fd1dfbff4ca1ead972535d735857f1c3e7
---
M src/target/firmware/include/comm/timer.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/91/15791/1

diff --git a/src/target/firmware/include/comm/timer.h 
b/src/target/firmware/include/comm/timer.h
index 1996f66..d43b067 100644
--- a/src/target/firmware/include/comm/timer.h
+++ b/src/target/firmware/include/comm/timer.h
@@ -61,7 +61,7 @@
  * timer management
  */
 void osmo_timer_add(struct osmo_timer_list *timer);
-void osmo_timer_schedule(struct osmo_timer_list *timer, int miliseconds);
+void osmo_timer_schedule(struct osmo_timer_list *timer, int milliseconds);
 void osmo_timer_del(struct osmo_timer_list *timer);
 int osmo_timer_pending(struct osmo_timer_list *timer);


--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/15791
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I472c12fd1dfbff4ca1ead972535d735857f1c3e7
Gerrit-Change-Number: 15791
Gerrit-PatchSet: 1
Gerrit-Owner: roox 
Gerrit-MessageType: newchange


Change in osmo-ttcn3-hacks[master]: BTS_Tests.ttcn: add a test case for PTCCH/D and PTCCH/U

2019-10-13 Thread fixeria
fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15792 )


Change subject: BTS_Tests.ttcn: add a test case for PTCCH/D and PTCCH/U
..

BTS_Tests.ttcn: add a test case for PTCCH/D and PTCCH/U

This test case is aimed to verify handling of both PTCCH/U and
PTCCH/D logical channels, recently implemented in [1]. This is
done by sending 16 Access Bursts on PTCCH/U, and then by
sending a random data block on PTCCH/D.

The existing TC_pcu_data_req_ptcch does not cover PTCCH/U, and
moreover involves TBF handling which has nothing to do with
PTCCH. Let's keep it anyway.

[1] I232e5f514fbad2c51daaa59ff516004aba97c8a3

Change-Id: I011ffdfa63b698ce6085968d15ffb4ff4bd23ee5
Related: OS#4102
---
M bts/BTS_Tests.ttcn
M library/GSM_Types.ttcn
2 files changed, 105 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/92/15792/1

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 2c11ca2..2d0115b 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -4143,6 +4143,7 @@
f_pcu_to_l1(0, 0, 7, PCU_IF_SAPI_PDTCH, data); //c_PCU_DATA);
 }

+/* FIXME: PTTCH has nothing to do with TBFs */
 testcase TC_pcu_data_req_ptcch() runs on test_CT {
var TfiUsfArr tua := f_TfiUsfArrInit();
var octetstring data := ''O & f_rnd_octstring(21);
@@ -4157,6 +4158,94 @@
f_pcu_to_l1(0, 0, 7, PCU_IF_SAPI_PTCCH, data);
 }

+private function f_TC_pcu_ptcch_ul(uint16_t ra)
+runs on test_CT {
+   var template PCUIF_Message pcu_rach_ind;
+   var PCUIF_send_data sd;
+   var GsmFrameNumber fn;
+   timer T;
+
+   /* Send an Access Burst on PTCCH/U over the Um-interface */
+   fn := f_L1CTL_RACH(L1CTL, ra := ra, combined := 0, offset := 0,
+  chan_nr := ts_RslChanNr_PDCH(7),
+  link_id := ts_RslLinkID_OSMO_PTCCH(0));
+
+   /* TODO: check time-slot and TRX number as soon as we extend the PCU 
interface */
+   pcu_rach_ind := tr_PCUIF_RACH_IND(ra := ra, fn := fn, sapi := 
PCU_IF_SAPI_PTCCH);
+
+   /* Expect a RACH.ind on the PCU interface (timeout is one multi-frame) 
*/
+   T.start(52.0 * 4.615 / 1000.0);
+   alt {
+   [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, pcu_rach_ind)) -> value sd {
+   log("Rx an Access Burst on the PCU interface: ", sd.data);
+   setverdict(pass);
+   T.stop;
+   }
+   [] PCU.receive { repeat; }
+   [] T.timeout {
+   setverdict(fail, "Timeout waiting for RACH.ind on the PCU 
interface");
+   /* Keep going, that's not the end of the world */
+   }
+   }
+}
+
+testcase TC_pcu_ptcch() runs on test_CT {
+   var L1ctlDlMessage dl;
+   var octetstring data;
+   timer T;
+
+   f_init_pcu_test();
+   f_init_l1ctl();
+   f_l1_tune(L1CTL);
+
+   /* Activate PDCH channel on TS7 */
+   f_TC_pcu_act_req(0, 0, 7, true);
+
+   /* Tune trxcon to that PDCH channel */
+   L1CTL.send(ts_L1CTL_DM_EST_REQ(arfcn := { false, mp_trx0_arfcn },
+  chan_nr := valueof(ts_RslChanNr_PDCH(7)),
+  tsc := 7));
+
+   /* Verify PTCCH/U: send several access bursts, make sure they're 
received */
+   for (var integer i := 0; i < 16; i := i + 1) {
+   log("Sending an Access Burst towards the L1CTL interface");
+   f_TC_pcu_ptcch_ul(oct2int(f_rnd_ra_ps()));
+   }
+
+   /* Generate a random payload for PTCCH/D (23 octets, CS-1) */
+   data := f_rnd_octstring(23);
+
+   /* Verify PTCCH/D: send a random data block, make sure it's received */
+   log("Sending a PTCCH/D block towards the PCU interface: ", data);
+   f_pcu_wait_rts_and_data_req(0, 0, 7, PCU_IF_SAPI_PTCCH, data);
+
+   /* PTCCH/D period is 2 multi-frames (2 * 52 * 4.615 ms), but
+* let's give it more time in case if we miss the beginning. */
+   T.start(2.0 * 2.0 * 52.0 * 4.615 / 1000.0);
+   alt {
+   /* PDCH is considered as traffic in trxcon => expect TRAFFIC.ind */
+   [] L1CTL.receive(tr_L1CTL_TRAFFIC_IND(chan_nr := t_RslChanNr_PDCH(7),
+ link_id := 
tr_RslLinkID_OSMO_PTCCH(?),
+ frame := data)) -> value dl {
+   log("Rx PTCCH/D data (traffic) block on L1CTL: ", dl);
+   setverdict(pass);
+   T.stop;
+   }
+   /* Other PHYs (e.g. virt_phy) may consider PDCH as data => expect 
DATA.ind */
+   [] L1CTL.receive(tr_L1CTL_DATA_IND(chan_nr := t_RslChanNr_PDCH(7),
+  link_id := 
tr_RslLinkID_OSMO_PTCCH(?),
+  l2_data := data)) -> value dl {
+   log("Rx PTCCH/D data block on L1CTL: ", dl);
+  

Build failure of network:osmocom:nightly/libosmo-netif in Debian_8.0/i586

2019-10-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/Debian_8.0/i586

Package network:osmocom:nightly/libosmo-netif failed to build in Debian_8.0/i586

Check out the package for editing:
  osc checkout network:osmocom:nightly libosmo-netif

Last lines of build log:
[  112s] | #define HAVE_DLFCN_H 1
[  112s] | #define LT_OBJDIR ".libs/"
[  112s] | #define STDC_HEADERS 1
[  112s] | #define HAVE_EXECINFO_H 1
[  112s] | #define HAVE_SYS_SELECT_H 1
[  112s] | #define HAVE_SYS_SOCKET_H 1
[  112s] | #define HAVE_SYSLOG_H 1
[  112s] | #define HAVE_CTYPE_H 1
[  112s] | #define HAVE_LIBSCTP 1
[  112s] | #define HAVE_PCAP_H 1
[  112s] | 
[  112s] | configure: exit 0
[  112s] 
[  112s] debian/rules:27: recipe for target 'override_dh_auto_test' failed
[  112s] make[1]: *** [override_dh_auto_test] Error 1
[  112s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  112s] debian/rules:13: recipe for target 'build' failed
[  112s] make: *** [build] Error 2
[  112s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  112s] 
[  112s] build34 failed "build libosmo-netif_0.6.0.10.c252.dsc" at Mon Oct 14 
01:43:20 UTC 2019.
[  112s] 
[  112s] ### VM INTERACTION START ###
[  113s] Powering off.
[  113s] [   99.579501] reboot: Power down
[  114s] ### VM INTERACTION END ###
[  114s] 
[  114s] build34 failed "build libosmo-netif_0.6.0.10.c252.dsc" at Mon Oct 14 
01:43:22 UTC 2019.
[  114s] 

-- 
Configure notifications at https://build.opensuse.org/my/notifications
openSUSE Build Service (https://build.opensuse.org/)


Build failure of network:osmocom:nightly/libosmo-netif in Debian_8.0/x86_64

2019-10-13 Thread OBS Notification
Visit 
https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/libosmo-netif/Debian_8.0/x86_64

Package network:osmocom:nightly/libosmo-netif failed to build in 
Debian_8.0/x86_64

Check out the package for editing:
  osc checkout network:osmocom:nightly libosmo-netif

Last lines of build log:
[  118s] | #define HAVE_DLFCN_H 1
[  118s] | #define LT_OBJDIR ".libs/"
[  118s] | #define STDC_HEADERS 1
[  118s] | #define HAVE_EXECINFO_H 1
[  118s] | #define HAVE_SYS_SELECT_H 1
[  118s] | #define HAVE_SYS_SOCKET_H 1
[  118s] | #define HAVE_SYSLOG_H 1
[  118s] | #define HAVE_CTYPE_H 1
[  118s] | #define HAVE_LIBSCTP 1
[  118s] | #define HAVE_PCAP_H 1
[  118s] | 
[  118s] | configure: exit 0
[  118s] 
[  118s] debian/rules:27: recipe for target 'override_dh_auto_test' failed
[  118s] make[1]: *** [override_dh_auto_test] Error 1
[  118s] make[1]: Leaving directory '/usr/src/packages/BUILD'
[  118s] debian/rules:13: recipe for target 'build' failed
[  118s] make: *** [build] Error 2
[  118s] dpkg-buildpackage: error: debian/rules build gave error exit status 2
[  118s] 
[  118s] lamb57 failed "build libosmo-netif_0.6.0.10.c252.dsc" at Mon Oct 14 
01:46:45 UTC 2019.
[  118s] 
[  118s] ### VM INTERACTION START ###
[  119s] Powering off.
[  119s] [  106.638743] reboot: Power down
[  119s] ### VM INTERACTION END ###
[  119s] 
[  119s] lamb57 failed "build libosmo-netif_0.6.0.10.c252.dsc" at Mon Oct 14 
01:46:48 UTC 2019.
[  119s] 

-- 
Configure notifications at https://build.opensuse.org/my/notifications
openSUSE Build Service (https://build.opensuse.org/)


Change in osmo-bts[master]: Rename variable: CALIB_SUCESS -> CALIB_SUCCESS

2019-10-13 Thread osmith
osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/15790 )

Change subject: Rename variable: CALIB_SUCESS -> CALIB_SUCCESS
..


Patch Set 1: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/15790
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I75cb6404d772b79933d1d9d694abf8eff1fad020
Gerrit-Change-Number: 15790
Gerrit-PatchSet: 1
Gerrit-Owner: roox 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith 
Gerrit-Comment-Date: Mon, 14 Oct 2019 06:10:25 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment