X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Flibrary%2Fcode_sr.im;h=8b80cb6dc3f2abfff3a2635ba16f6e632fe2a557;hb=fe6a856df463a0d7e06b28aac8590ac9c0f08dd6;hp=045d1a8787487ca34c034fb03d0d863d8c1e8b51;hpb=d961525e9eb23e3dee4a16960a1772782c3b8b36;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/library/code_sr.im b/doc/src/library/code_sr.im index 045d1a8..8b80cb6 100644 --- a/doc/src/library/code_sr.im +++ b/doc/src/library/code_sr.im @@ -21,17 +21,16 @@ .** example sender code &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