Skip to content
Success

Changes

Summary

  1. */osmo-*.cfg: make stderr logging consistent (details)
  2. es2p_Types_JSON: add ES2p JSON encoder/decoder (details)
  3. es12_Types_JSON: add ES12 JSON encoder/decoder (details)
Commit 3ffdea4b3c0a460357ab7eb6541dec6378553f9f by laforge
*/osmo-*.cfg: make stderr logging consistent

Use the following options for stderr logging in all config, to make the
output consistent and readable (e.g. no hex categories, no long paths to
source files at the end of log lines). Use the same order of parameters
in all files.

  log stderr
   logging filter all 1
   logging color 1
   logging timestamp 1
   logging print extended-timestamp 1
   logging print file basename last
   logging print category 1
   logging print category-hex 0
   logging print level 1

Related: OS#6272
Change-Id: I229cce244719b3ce61afb6df33fe0ca20dc22456
The file was modifiedsgsn/osmo-sgsn.cfg
The file was modifiedbsc/osmo-bsc.cfg
The file was modifiedbsc/osmo-stp.cfg
The file was modifiedns/osmo-ns.sns.cfg
The file was modifiedpcu/osmo-pcu.cfg
The file was modifiedsmlc/osmo-smlc.latest.cfg
The file was modifiedgbproxy/osmo-gbproxy.fr.cfg
The file was modifiedpcap-client/osmo-pcap-client.cfg
The file was modifiedhnbgw/osmo-hnbgw.cfg
The file was modifiedbsc-nat/osmo-bsc-nat.cfg
The file was modifiedpcu/osmo-pcu-sns.cfg
The file was modifiedmgw/osmo-mgw.cfg
The file was modifiedhnbgw/osmo-stp.cfg
The file was modifiedgbproxy/osmo-gbproxy.cfg
The file was modifiedmsc/osmo-stp.cfg
The file was modifiedggsn_tests/osmo-ggsn/osmo-ggsn.src.cfg
The file was modified5gc/osmo-uecups-daemon.cfg
The file was modifiedns/osmo-ns.udp.cfg
The file was modifiedsgsn/osmo-stp.cfg
The file was modifiedhnodeb/osmo-hnodeb.cfg
The file was modifiedcbc/osmo-cbc.cfg
The file was modifiedhlr/osmo-hlr.cfg
The file was modifiedupf/osmo-upf.cfg
The file was modifiedsip/osmo-sip-connector.cfg
The file was modifiedsmlc/osmo-smlc.cfg
The file was modifiedns/osmo-ns.fr.cfg
The file was modifiedsmlc/osmo-stp.cfg
The file was modifiedstp/osmo-stp.cfg
The file was modifiedmsc/osmo-msc.cfg
The file was modifiedsgsn/osmo-sgsn.sns.cfg
The file was modifiedbsc/osmo-bsc-sccplite.cfg
The file was modifiedpgw/osmo-uecups-daemon.cfg
The file was modifiedbts/osmo-bts.cfg
The file was modifiedhnbgw/osmo-hnbgw-with-pfcp.cfg
The file was modifiedbsc/osmo-bsc-vamos.cfg
The file was modifiedns/osmo-ns.sgsn.sns.cfg
The file was modifiedbts/osmo-bsc.cfg
Commit df2459bee71c0f4ce751d2cfa8307413c5cd365e by laforge
es2p_Types_JSON: add ES2p JSON encoder/decoder

This patch adds ES2p encoder/decoder functions.

Change-Id: Ic6e230bdd0b2c43a5183cd1f53b930e6f3c53e66
Related: SYS#7339
The file was addedlibrary/euicc/es2p_Types_JSON.ttcn
Commit 60dda543d7fcb81012d50e6d4905a9a59024d7b8 by laforge
es12_Types_JSON: add ES12 JSON encoder/decoder

This patch adds ES12 encoder/decoder functions.

Related: SYS#7339
Change-Id: I875cbb3a6dab6ac1eac5df1199f6fb71738a744e
The file was addedlibrary/euicc/es12_Types_JSON.ttcn