acars2-examples-2.1.3-bp154.1.30 >  A bxF!M@eee=Öuڰ^1[/AlxpA!?!d # E%.2 Lh      , /(088 9\ :b FGH IXY$\H]T^bc>defluvw \x hy t z    !Cacars2-examples2.1.3bp154.1.30Example applications for libacarsExample applications for for libacars: * decode_arinc.c - decodes ARINC-622 messages supplied at the command line or from a file. * adsc_get_position - illustrates how to extract position-related fields from decoded ADS-C message. * cpdlc_get_position - illustrates how to extract position-related fields from CPDLC position reports. * media_advisory - decodes Media Advisory messages (ACARS label SA reports)bx;obs-power9-14SUSE Linux Enterprise 15 SP4openSUSEMIThttps://bugs.opensuse.orgProductivity/Hamradio/Otherhttps://github.com/szpajder/libacarslinuxppc64leHbx8bx8bx832eff52e7dd313ee4bed799bbca824b511c9c17d9322d4dd483b9595ff73af51b62ffe756ae84dcef7654633d39a74897cdcef7c0f218f3f9815063d92c22a2ac4db9a98f810642709775c8c2158a07a3dc71962717077dde750910698fa5373rootrootrootrootrootrootlibacars2-2.1.3-bp154.1.30.src.rpmacars2-examplesacars2-examples(ppc-64)@@@@    libacars-2.so.2()(64bit)libacars-2.so.2(ACARS_2.0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1acars-examples4.14.3`Cn_$_R_@_C^k@^$D\v{\C@Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Dominique Leuenberger Martin Hauke Martin Hauke mardnh@gmx.de- Update to version 2.1.3 * Fixed incorrect calculation of reporting interval in ADS-C Periodic Contract Requests.- Update to version 2.1.2 * Fixed a build failure when compiling without libxml2 support.- Update to version 2.1.1 * Media Advisory: fixed a bug where a message with 10 or more available link indicators could overflow the static buffer and produce garbled result. * Media Advisory: fixed a bug where a message with an exceptionally long text field could cause buffer overrun and crash the program. * Media Advisory: replaced message parsing routine with a simpler and more robust one.- Update to version 2.1.0 * ADS-C: fixed incorrect computation of vertical speed threshold in contract request messages. * JSON: fixed a bug where an ASN.1 string containing a \0 character caused truncation of JSON output. NULLs in strings are now replaced with \u0000 sequence. * JSON: ASN.1 SEQUENCEs are now printed as JSON objects rather than arrays of objects. It produces a simpler and more readable JSON structure. The change applies to all ASN.1 types formatted with la_asn1_format_SEQUENCE_cpdlc_as_json function. Refer to asn1-format-cpdlc-json.c file for a full list. * JSON: added json_append_octet_string_as_string function which prints the contents of the given byte buffer as a JSON string rather than as a list of numeric values. * JSON: added a bunch of new functions for formatting basic ASN.1 types. Now we have them all in libacars. Before that they were scattered between libacars and dumpvdl2. * JSON: deprecate la_json_append_long function. A more portable version named la_json_append_int64 shall be used instead. * Small bugfixes, code cleanups.- Update to version 2.0.1 * Fixed a bug causing FANS1/A ErrorInformation message elements to be decoded incorrectly.- Rename acars-examples to acars2-examples, conflicting with acars-examples: this package was duplicate generated between libacars and libacars2, with a random one being published in the repositories.- Update to version 2.0.0 New major release 2. * API and ABI are not backwards compatible with version 1 * New feature: generic engine for reassembly of fragmented messages. Supports automatic tracking of fragments' sequence numbers (with possible wraparounds), handles reassembly timeouts and fragment deduplication. Messages can be keyed with arbitrary data (eg. custom header fields). * New feature: automatic reassembly of ACARS messages. * New feature: automatic reassembly of MIAM file transfers. * New feature: pretty-printing of XML text in ACARS and MIAM CORE payloads. * New feature: simple hash table implementation. * Incompatible change: new library configuration API. la_config structure with static fields has been removed. Configuration variables are now stored in a hash table, read with la_config_get_* and set with la_config_set_* functions. Refer to doc/API_REFERENCE.md for details. Refer to libacars/config_defaults.h for the most current list of configuration options and their default values. * Incompatible change: ACARS parser now strips sublabel and MFI (Message Function Identifier) fields from the message text, if present. Their values are stored in la_acars_msg structure in sublabel and mfi fields. In text and JSON output they are printed as separate fields. * Incompatible change: MIAM parser and ARINC-622 ATS message parser now expect sublabel and MFI fields to be stripped by the caller, otherwise the parser will ignore the message. This operation can be performed with minimal fuss using la_acars_extract_sublabel_and_mfi function. * Incompatible change: la_miam_parse function prototype has changed. All parameters except txt (message text) have been removed. * Incompatible change: no field of la_acars_msg structure has been removed. * Incompatible change: Media Advisory message timestamp and version are now stored as numbers, not characters. Type of hour, minute, second and version fields in la_media_adv_msg structure has been changed from char[] to uint8_t. Relevant JSON keys have changed types as well. * Incompatible change: state and current_link fields in la_media_adv_msg structure changed from char[2] to char, hence their values are no longer NULL-terminated. * examples: media_advisory app has been removed. Use decode_acars_apps instead. * Bugfixes, code cleanups.- Update to version 1.2.0 * Added support for decoding Media Independent Aircraft Messaging (MIAM - ACARS label MA) version 1 and 2. All types of MIAM frames are decoded, provided that they fit in a single ACARS message. In case of multi-fragment MIAM messages only the first fragment is decoded (partially) due to lack of message reassembly support in libacars. This will be addressed in a future release. MIAM uses DEFLATE compression, hence libacars now optionally depends on zlib. If zlib is not available at the build stage, MIAM decompression code will be disabled and many messages will be left undecoded. * `decode_acars_apps` is a new example application. It decodes all ACARS applications supported by libacars. This makes `decode_arinc` application obsolete * Minor bugfixes in the build system. - Remove patch: * libacars-libsuffix.patch- Initial package, version 1.1.0obs-power9-14 16520876112.1.3-bp154.1.302.1.3-bp154.1.30adsc_get_positioncpdlc_get_positiondecode_acars_apps/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/82c933be7a1363df150aa1558b3624f4-libacars2cpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=27c4d8c0fa8d0af54655969e00135436bbbb2b7f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=74b5b8f9b1f4f6b6a1399978feaa99b04f9a898f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=15af7ffbccec4c4370b541c52b8781fcef40ac53, for GNU/Linux 3.10.0, strippedRRRRRRRRRRRR%qRKx,utf-875b84bdb72285596577fe7d4857d75b4d191ea6815110d2ae3967531e9858fd1?7zXZ !t/ ] crv9w ,`'g<* Tw;8Y2Xzty[)#W$tEV.s9Pt"Ǒt`ת'y917ځ本5>%4KWsfIv7r竁{Kn="d5P#t=a^fbFmuM"N0 `Rql݄sɐ 5Ѳ͎?=?9!$`Ӯ榯n#k'^?q@#w%dX/hU1]$)HZׇs&j.lW (W_ Ȯ m;t!O&o'>ȗ +[ZK#χ:@JTx^/,T.oO{ha˵| bo5&YvtUjQL}Y>e4( j`x@y5I9|G 270>$"}.?@5ʂ̼^pa0,E KN,3~dE7.S7JW^ 1D/60U)YP.Oٖt|;VXsϾ%!'0HF<b+MIYF.CB% DxHrIX1xiKJ_N*5[LRB tlfs]9䖭6h3Nb@Ȣưɟ^8_ Xubqym/M1Ruˁ@l=a&kC?|CUX?}Fok@wz]kT]|c/ZISZ+1 '_YvЃ ⯖*E8A>ٽ ="8ϓCs%5mLml _"L;jn  . ȯdDTRh-L.?Z1]/hEp&z1|ͷ+XK#j&E,)t*q$?po_V|:<`uADaifK%f(?}$ȵ"gNݽՖп\YdS6eV{Sz9m6JBt *}݄/ʌF>`t^ $tMzYT>&tID'v@*%CagÉ3ѧI7UξVAS,m=`9ySDzI* q߫4P'GQiX8:@5E0E:XM[계8 b\64B ]E%h0N{zP@S|VAjv:2tҶ>EZWx--\l43FPDOkhZ9<. KVc|@+D}1E])z}s;I9( <%IC5Ee@P\^5p9d|ûcɔm=o482tW1U_ iӻxz A+\t:f lF$+{tHk 9 DA!i뗲ѸclCT\E@bGVPJmDl3kYtoޯdWС[0X֫vʑJdޞOΊrcō.,%~q 7ci D= \4;7,$(6Ŀuf9ͼ}2 l 2WDhBB = ͸?u]Rf*u!l-A!jHV9X̝&\ *TPKC@5r5yָ $_!~Y5ۆ 1p!Q#2^ZM;*-a//(&J69f=?o4 L1@@kh%zu+aaz}TFޯuM8oQsX(9s2. Mw *xt5Xȿb xCH:V8*ST;Nm8})xgP@mzS,ѥ-bΎ''X ޺`ݠ>cTO]Յ*j[3JjUm=px|1t['$^}J攋Dʃ{dpXG̑0x sݬu_m9(A05Bo1b44e! ` ép6o+.`JK bhEЙF0џ8xt?E W$;|q;Ul-ԡ&qHIz[[=]0{͖q]7 h3k^?8놾qOfQ|v:j }y^֩虸GYئȇl'=kj29jet0FG$f*aTW)MȚ'hnw5a>uK\Pb"mnXgNzc{e5]P V7|qY0qD!jt@IPOl)(% ,}6 6)7  >F](2L/ ܶV,~ 9U.6||S/`Tr:{/K>{pF=4Fo꫿Nn*u|H2`4:`$΅S8Nk;ܪB+S!n:!|Qܷ'ZT, ZQYM,S :yoZ)˾ŀN|~]-t#ϰ?N5p<>rJclcYt%b_:hD䣻&h$MUDZF[ʮd{||Z4N˾-1WN.bBfͱc{ ֒wDZjI=nL󞟓*ES(zr6k:t/;:o~wRW%91YG-}Ճ:/RpP%ud/dO菗Sڿ;1Zw,_s?xؠ-]DtE{w$| y0!+jWZ?&xMrA`8j?l^ vVlD<7`4ތ.SEkhvmf ^hں4ivGL זAƣG/]ZE:HHTc]6(TrZ);d3F1Uvu5GFq^ ੡Oſ:U%P-6Naj(3Lk.Qըs e Zܕ~{=!wZ1-/BP:{_+Yww6VL%i*:Ikܳ ,| T+1Ko݊fXfwh~4IÍfՅl9Q̓k 5ZTLX-d!z "M~270_^:.ܐv{;&]  ZQF#2Ґ'XOKNH _'he~E(<% \6rD7]%,jxc'Pq zk4_U_SQu)pѤo|NohR )kZxL$0Susֿ|IA]ې(㞶 X⇶JpۢHy5tx` Bo^)z>Ey gcRg}f*`DeATxɲJFz}q[ 896gN !D֥wjMw]Xf̽S(dS0_<-eoj%TaVXYUmRA7]1b4Oqqrܟ5Z3/pT/}PέǬ'XbmJKew#_om30 $#$Ps('`v%PHfaC}\dSHė *Օ`s6WQr$%}sFTŹY Wji-d5ε_'"5A5zA[Q;QAGO9g9;:GTGj~SCv;ȹ%~x8'*os51U]ڶe+GA 79`dUPF⅕ģaCAjl[&)Ũ٪gg\ꔏSn0dZ(% Yq^+aIs:BP{DXn.ck>츻5eMd|JNAyde3E43-ݠmT-pqkÄlۛY Ѥ\Qֱt}`jGb12ns*7\Xg Xƽ2% 03aO4Jz2kw6a5!#%r?rs:dÌts [&bL\[%ivZၾ,a;UG|9qք~j}Θ/fіs <@a]A.9 L9-SQ2NMnX1#F6%WfS N 9 mI];hiG֎,z!=}5I_vC\3V/ (堃'΍;߰PaMyB 錊Gbfބ(Y;5^rh쀐 gS.dC__x?c|F&OF *_axO7}鑻lrdGbM!@3ZP MEf+ v7 񻿧ʙH%GUzwyW&\0In!kWAY33/ajm+d$O_niE ] 1CR*v!ڜi^[rcJv &[K4F58 Px1wn7O`g8>>x~1zäHMae:|kzhGmJ Q#`XkyޡdhՎPzc΋**Q!Ӓ)`˯ip8l CF#,˄Otquэ޷:G$Jx$M*>?y7c:ϖuşp6|9N/nV| r$>ES-2P[s-+֥ wL:b(y x^E0 MILJ'))A5p jV^q4Og]+^nPTAB5aQ8Nm$3ޣ(jGR0٫+J['e,kM4!V5xH}-كbhiX+KOG50MK#בl%8ޏ`(o.Uζsm;D^ga4xvO=k29q=Bs e+, |rg|E:DTZ\c8C,><9a dNҕ`E Ԏ`a55.v4ǘݼMr$ls8SnZ& @/)2Ig$gx&a{:Unqĝ`0*;!.%]pڍǽ;^G`bd<ӷ H=68*'.3lBH76v|ٓsEVJrO"gK\]q#nndkQjcIe<2 Rn0vӪprV\5'ƂOͿ7 UJ ~>~KDF`pwOLNfO>07.y$^ZnIͨ<S&rd+p? PflAi 7V3"MZC끳KA⢀ب;94jR{LGz7o7 @$pqFc = _ }ܘ,S}9HN8Gf_o;SC>u8S0ƾf l\ExP&(6 ҵc]' ,U -0,Zu_/aMJ