osmo-pcu/tests/app_info
Oliver Smith 2beb1b85e0 tests/app_info: fix compiling with older g++
Do not use C++11 extended initializers to prevent the following error.

AppInfoTest.cpp:109:54: error: extended initializer lists only available with -std=c++11 or -std=gnu++11
  pcu_prim.u.app_info_req = {0, 15, {0xff, 0x00, 0xff}};

I ran into this when modifying the gerrit build verification job to
build with docker (which still uses GCC-4.9).

Related: OS#4204
Change-Id: I307cd87af88e86804a90d6466e9cc3909bfe701f
2019-09-18 13:58:42 +02:00
..
AppInfoTest.cpp tests/app_info: fix compiling with older g++ 2019-09-18 13:58:42 +02:00
AppInfoTest.err Forward ETWS Primary Notification to MS 2019-09-14 15:28:43 +00:00
AppInfoTest.ok Forward ETWS Primary Notification to MS 2019-09-14 15:28:43 +00:00