X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Flibrary%2Fcode_sr.im;h=d1af206dee3ede390a0e8e83624ee8d827f2dffd;hb=ef95978e031689e5bd7417ed033e1053a1036278;hp=045d1a8787487ca34c034fb03d0d863d8c1e8b51;hpb=06e85b7015b6804e641424a022d0a9ceb282e280;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/library/code_sr.im b/doc/src/library/code_sr.im index 045d1a8..d1af206 100644 --- a/doc/src/library/code_sr.im +++ b/doc/src/library/code_sr.im @@ -1,8 +1,8 @@ .if false ================================================================================== - Copyright (c) 2019 Nokia - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019-2020 Nokia + Copyright (c) 2018-2020 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,20 +18,19 @@ ================================================================================== .fi -.** example sender code +.** example combination send/receive loop; no example to pull yet &h2(Receive and Send Sample) -The following code snippet receives messages and responds to the sender -if the message type is odd. -The code illustrates how the received message may be used to return -a message to the source. -Variable type definitions are omitted for clarity and should be obvious. +The following code snippet receives messages and responds to the +sender if the message type is odd. The code illustrates how the +received message may be used to return a message to the source. +Variable type definitions are omitted for clarity and should be +obvious. &space -It should also be noted that -things like the message type which id returned to the sender (99) is -a random value that these applications would have agreed on in advance -and is &bold(not) an RMR definition. +It should also be noted that things like the message type which id +returned to the sender (99) is a random value that these applications +would have agreed on in advance and is &bold(not) an RMR definition. &space