Skip to content
This log is too long to show here, 412 KB has been skipped — click to see the complete log
#8 1.479 
#8 1.479 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.485 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.485 To add an exception for this directory, call:
#8 1.485 
#8 1.485 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.489 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.489 usage: git diff --no-index [<options>] <path> <path>
#8 1.489 
#8 1.489 Diff output format options
#8 1.489     -p, --patch           generate patch
#8 1.489     -s, --no-patch        suppress diff output
#8 1.489     -u                    generate patch
#8 1.489     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.489     -W, --function-context
#8 1.489                           generate diffs with <n> lines context
#8 1.489     --raw                 generate the diff in raw format
#8 1.489     --patch-with-raw      synonym for '-p --raw'
#8 1.489     --patch-with-stat     synonym for '-p --stat'
#8 1.489     --numstat             machine friendly --stat
#8 1.489     --shortstat           output only the last line of --stat
#8 1.489     -X, --dirstat[=<param1,param2>...]
#8 1.489                           output the distribution of relative amount of changes for each sub-directory
#8 1.489     --cumulative          synonym for --dirstat=cumulative
#8 1.489     --dirstat-by-file[=<param1,param2>...]
#8 1.489                           synonym for --dirstat=files,param1,param2...
#8 1.489     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.489     --summary             condensed summary such as creations, renames and mode changes
#8 1.489     --name-only           show only names of changed files
#8 1.489     --name-status         show only names and status of changed files
#8 1.489     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.490                           generate diffstat
#8 1.490     --stat-width <width>  generate diffstat with a given width
#8 1.490     --stat-name-width <width>
#8 1.490                           generate diffstat with a given name width
#8 1.490     --stat-graph-width <width>
#8 1.490                           generate diffstat with a given graph width
#8 1.490     --stat-count <count>  generate diffstat with limited lines
#8 1.490     --compact-summary     generate compact summary in diffstat
#8 1.490     --binary              output a binary diff that can be applied
#8 1.490     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.490     --color[=<when>]      show colored diff
#8 1.490     --ws-error-highlight <kind>
#8 1.490                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.490     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.490     --abbrev[=<n>]        use <n> digits to display object names
#8 1.490     --src-prefix <prefix>
#8 1.490                           show the given source prefix instead of "a/"
#8 1.490     --dst-prefix <prefix>
#8 1.490                           show the given destination prefix instead of "b/"
#8 1.490     --line-prefix <prefix>
#8 1.490                           prepend an additional prefix to every line of output
#8 1.490     --no-prefix           do not show any source or destination prefix
#8 1.490     --inter-hunk-context <n>
#8 1.490                           show context between diff hunks up to the specified number of lines
#8 1.490     --output-indicator-new <char>
#8 1.490                           specify the character to indicate a new line instead of '+'
#8 1.490     --output-indicator-old <char>
#8 1.490                           specify the character to indicate an old line instead of '-'
#8 1.490     --output-indicator-context <char>
#8 1.490                           specify the character to indicate a context instead of ' '
#8 1.490 
#8 1.490 Diff rename options
#8 1.490     -B, --break-rewrites[=<n>[/<m>]]
#8 1.490                           break complete rewrite changes into pairs of delete and create
#8 1.490     -M, --find-renames[=<n>]
#8 1.490                           detect renames
#8 1.490     -D, --irreversible-delete
#8 1.490                           omit the preimage for deletes
#8 1.490     -C, --find-copies[=<n>]
#8 1.490                           detect copies
#8 1.490     --find-copies-harder  use unmodified files as source to find copies
#8 1.490     --no-renames          disable rename detection
#8 1.490     --rename-empty        use empty blobs as rename source
#8 1.490     --follow              continue listing the history of a file beyond renames
#8 1.490     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.490 
#8 1.490 Diff algorithm options
#8 1.490     --minimal             produce the smallest possible diff
#8 1.490     -w, --ignore-all-space
#8 1.490                           ignore whitespace when comparing lines
#8 1.490     -b, --ignore-space-change
#8 1.490                           ignore changes in amount of whitespace
#8 1.490     --ignore-space-at-eol
#8 1.490                           ignore changes in whitespace at EOL
#8 1.490     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.490     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.490     -I, --ignore-matching-lines <regex>
#8 1.490                           ignore changes whose all lines match <regex>
#8 1.490     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.490     --patience            generate diff using the "patience diff" algorithm
#8 1.490     --histogram           generate diff using the "histogram diff" algorithm
#8 1.490     --diff-algorithm <algorithm>
#8 1.490                           choose a diff algorithm
#8 1.490     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.490     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.490     --word-diff-regex <regex>
#8 1.490                           use <regex> to decide what a word is
#8 1.490     --color-words[=<regex>]
#8 1.490                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.490     --color-moved[=<mode>]
#8 1.490                           moved lines of code are colored differently
#8 1.490     --color-moved-ws <mode>
#8 1.490                           how white spaces are ignored in --color-moved
#8 1.490 
#8 1.490 Other diff options
#8 1.490     --relative[=<prefix>]
#8 1.490                           when run from subdir, exclude changes outside and show relative paths
#8 1.490     -a, --text            treat all files as text
#8 1.490     -R                    swap two inputs, reverse the diff
#8 1.490     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.490     --quiet               disable all output of the program
#8 1.490     --ext-diff            allow an external diff helper to be executed
#8 1.490     --textconv            run external text conversion filters when comparing binary files
#8 1.490     --ignore-submodules[=<when>]
#8 1.490                           ignore changes to submodules in the diff generation
#8 1.490     --submodule[=<format>]
#8 1.490                           specify how differences in submodules are shown
#8 1.490     --ita-invisible-in-index
#8 1.490                           hide 'git add -N' entries from the index
#8 1.490     --ita-visible-in-index
#8 1.490                           treat 'git add -N' entries as real in the index
#8 1.490     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.490     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.490     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.490     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.490     -O <file>             control the order in which files appear in the output
#8 1.490     --rotate-to <path>    show the change in the specified path first
#8 1.490     --skip-to <path>      skip the output to the specified path
#8 1.490     --find-object <object-id>
#8 1.490                           look for differences that change the number of occurrences of the specified object
#8 1.490     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.490                           select files by diff type
#8 1.490     --output <file>       output to a specific file
#8 1.490 
#8 1.494 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.494 To add an exception for this directory, call:
#8 1.494 
#8 1.494 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.501 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.501 To add an exception for this directory, call:
#8 1.501 
#8 1.501 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.505 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.505 usage: git diff --no-index [<options>] <path> <path>
#8 1.505 
#8 1.505 Diff output format options
#8 1.505     -p, --patch           generate patch
#8 1.505     -s, --no-patch        suppress diff output
#8 1.505     -u                    generate patch
#8 1.505     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.505     -W, --function-context
#8 1.505                           generate diffs with <n> lines context
#8 1.505     --raw                 generate the diff in raw format
#8 1.505     --patch-with-raw      synonym for '-p --raw'
#8 1.505     --patch-with-stat     synonym for '-p --stat'
#8 1.505     --numstat             machine friendly --stat
#8 1.505     --shortstat           output only the last line of --stat
#8 1.505     -X, --dirstat[=<param1,param2>...]
#8 1.505                           output the distribution of relative amount of changes for each sub-directory
#8 1.505     --cumulative          synonym for --dirstat=cumulative
#8 1.505     --dirstat-by-file[=<param1,param2>...]
#8 1.505                           synonym for --dirstat=files,param1,param2...
#8 1.505     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.505     --summary             condensed summary such as creations, renames and mode changes
#8 1.505     --name-only           show only names of changed files
#8 1.505     --name-status         show only names and status of changed files
#8 1.505     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.505                           generate diffstat
#8 1.505     --stat-width <width>  generate diffstat with a given width
#8 1.505     --stat-name-width <width>
#8 1.505                           generate diffstat with a given name width
#8 1.505     --stat-graph-width <width>
#8 1.505                           generate diffstat with a given graph width
#8 1.505     --stat-count <count>  generate diffstat with limited lines
#8 1.505     --compact-summary     generate compact summary in diffstat
#8 1.505     --binary              output a binary diff that can be applied
#8 1.505     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.505     --color[=<when>]      show colored diff
#8 1.505     --ws-error-highlight <kind>
#8 1.505                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.505     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.505     --abbrev[=<n>]        use <n> digits to display object names
#8 1.505     --src-prefix <prefix>
#8 1.505                           show the given source prefix instead of "a/"
#8 1.505     --dst-prefix <prefix>
#8 1.505                           show the given destination prefix instead of "b/"
#8 1.505     --line-prefix <prefix>
#8 1.505                           prepend an additional prefix to every line of output
#8 1.505     --no-prefix           do not show any source or destination prefix
#8 1.505     --inter-hunk-context <n>
#8 1.505                           show context between diff hunks up to the specified number of lines
#8 1.505     --output-indicator-new <char>
#8 1.505                           specify the character to indicate a new line instead of '+'
#8 1.505     --output-indicator-old <char>
#8 1.505                           specify the character to indicate an old line instead of '-'
#8 1.505     --output-indicator-context <char>
#8 1.505                           specify the character to indicate a context instead of ' '
#8 1.505 
#8 1.505 Diff rename options
#8 1.505     -B, --break-rewrites[=<n>[/<m>]]
#8 1.505                           break complete rewrite changes into pairs of delete and create
#8 1.505     -M, --find-renames[=<n>]
#8 1.505                           detect renames
#8 1.505     -D, --irreversible-delete
#8 1.505                           omit the preimage for deletes
#8 1.505     -C, --find-copies[=<n>]
#8 1.505                           detect copies
#8 1.505     --find-copies-harder  use unmodified files as source to find copies
#8 1.505     --no-renames          disable rename detection
#8 1.505     --rename-empty        use empty blobs as rename source
#8 1.505     --follow              continue listing the history of a file beyond renames
#8 1.505     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.505 
#8 1.505 Diff algorithm options
#8 1.505     --minimal             produce the smallest possible diff
#8 1.505     -w, --ignore-all-space
#8 1.505                           ignore whitespace when comparing lines
#8 1.505     -b, --ignore-space-change
#8 1.505                           ignore changes in amount of whitespace
#8 1.505     --ignore-space-at-eol
#8 1.505                           ignore changes in whitespace at EOL
#8 1.505     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.505     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.505     -I, --ignore-matching-lines <regex>
#8 1.505                           ignore changes whose all lines match <regex>
#8 1.505     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.505     --patience            generate diff using the "patience diff" algorithm
#8 1.505     --histogram           generate diff using the "histogram diff" algorithm
#8 1.505     --diff-algorithm <algorithm>
#8 1.505                           choose a diff algorithm
#8 1.505     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.505     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.505     --word-diff-regex <regex>
#8 1.505                           use <regex> to decide what a word is
#8 1.505     --color-words[=<regex>]
#8 1.505                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.505     --color-moved[=<mode>]
#8 1.505                           moved lines of code are colored differently
#8 1.505     --color-moved-ws <mode>
#8 1.505                           how white spaces are ignored in --color-moved
#8 1.505 
#8 1.505 Other diff options
#8 1.505     --relative[=<prefix>]
#8 1.505                           when run from subdir, exclude changes outside and show relative paths
#8 1.505     -a, --text            treat all files as text
#8 1.505     -R                    swap two inputs, reverse the diff
#8 1.505     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.505     --quiet               disable all output of the program
#8 1.505     --ext-diff            allow an external diff helper to be executed
#8 1.505     --textconv            run external text conversion filters when comparing binary files
#8 1.505     --ignore-submodules[=<when>]
#8 1.505                           ignore changes to submodules in the diff generation
#8 1.505     --submodule[=<format>]
#8 1.505                           specify how differences in submodules are shown
#8 1.505     --ita-invisible-in-index
#8 1.505                           hide 'git add -N' entries from the index
#8 1.505     --ita-visible-in-index
#8 1.505                           treat 'git add -N' entries as real in the index
#8 1.505     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.505     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.505     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.505     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.505     -O <file>             control the order in which files appear in the output
#8 1.505     --rotate-to <path>    show the change in the specified path first
#8 1.505     --skip-to <path>      skip the output to the specified path
#8 1.505     --find-object <object-id>
#8 1.505                           look for differences that change the number of occurrences of the specified object
#8 1.505     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.505                           select files by diff type
#8 1.505     --output <file>       output to a specific file
#8 1.505 
#8 1.510 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.510 To add an exception for this directory, call:
#8 1.510 
#8 1.510 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.516 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.516 To add an exception for this directory, call:
#8 1.516 
#8 1.516 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.520 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.520 usage: git diff --no-index [<options>] <path> <path>
#8 1.520 
#8 1.520 Diff output format options
#8 1.520     -p, --patch           generate patch
#8 1.520     -s, --no-patch        suppress diff output
#8 1.520     -u                    generate patch
#8 1.520     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.520     -W, --function-context
#8 1.520                           generate diffs with <n> lines context
#8 1.520     --raw                 generate the diff in raw format
#8 1.520     --patch-with-raw      synonym for '-p --raw'
#8 1.520     --patch-with-stat     synonym for '-p --stat'
#8 1.520     --numstat             machine friendly --stat
#8 1.520     --shortstat           output only the last line of --stat
#8 1.520     -X, --dirstat[=<param1,param2>...]
#8 1.520                           output the distribution of relative amount of changes for each sub-directory
#8 1.520     --cumulative          synonym for --dirstat=cumulative
#8 1.520     --dirstat-by-file[=<param1,param2>...]
#8 1.520                           synonym for --dirstat=files,param1,param2...
#8 1.520     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.520     --summary             condensed summary such as creations, renames and mode changes
#8 1.520     --name-only           show only names of changed files
#8 1.520     --name-status         show only names and status of changed files
#8 1.520     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.520                           generate diffstat
#8 1.520     --stat-width <width>  generate diffstat with a given width
#8 1.520     --stat-name-width <width>
#8 1.520                           generate diffstat with a given name width
#8 1.520     --stat-graph-width <width>
#8 1.520                           generate diffstat with a given graph width
#8 1.520     --stat-count <count>  generate diffstat with limited lines
#8 1.520     --compact-summary     generate compact summary in diffstat
#8 1.520     --binary              output a binary diff that can be applied
#8 1.520     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.520     --color[=<when>]      show colored diff
#8 1.520     --ws-error-highlight <kind>
#8 1.520                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.520     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.520     --abbrev[=<n>]        use <n> digits to display object names
#8 1.520     --src-prefix <prefix>
#8 1.520                           show the given source prefix instead of "a/"
#8 1.520     --dst-prefix <prefix>
#8 1.520                           show the given destination prefix instead of "b/"
#8 1.520     --line-prefix <prefix>
#8 1.520                           prepend an additional prefix to every line of output
#8 1.520     --no-prefix           do not show any source or destination prefix
#8 1.520     --inter-hunk-context <n>
#8 1.520                           show context between diff hunks up to the specified number of lines
#8 1.520     --output-indicator-new <char>
#8 1.520                           specify the character to indicate a new line instead of '+'
#8 1.520     --output-indicator-old <char>
#8 1.520                           specify the character to indicate an old line instead of '-'
#8 1.520     --output-indicator-context <char>
#8 1.520                           specify the character to indicate a context instead of ' '
#8 1.520 
#8 1.520 Diff rename options
#8 1.520     -B, --break-rewrites[=<n>[/<m>]]
#8 1.520                           break complete rewrite changes into pairs of delete and create
#8 1.520     -M, --find-renames[=<n>]
#8 1.520                           detect renames
#8 1.520     -D, --irreversible-delete
#8 1.520                           omit the preimage for deletes
#8 1.520     -C, --find-copies[=<n>]
#8 1.520                           detect copies
#8 1.520     --find-copies-harder  use unmodified files as source to find copies
#8 1.520     --no-renames          disable rename detection
#8 1.520     --rename-empty        use empty blobs as rename source
#8 1.520     --follow              continue listing the history of a file beyond renames
#8 1.520     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.520 
#8 1.520 Diff algorithm options
#8 1.520     --minimal             produce the smallest possible diff
#8 1.520     -w, --ignore-all-space
#8 1.520                           ignore whitespace when comparing lines
#8 1.520     -b, --ignore-space-change
#8 1.520                           ignore changes in amount of whitespace
#8 1.520     --ignore-space-at-eol
#8 1.520                           ignore changes in whitespace at EOL
#8 1.520     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.520     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.520     -I, --ignore-matching-lines <regex>
#8 1.520                           ignore changes whose all lines match <regex>
#8 1.520     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.520     --patience            generate diff using the "patience diff" algorithm
#8 1.520     --histogram           generate diff using the "histogram diff" algorithm
#8 1.520     --diff-algorithm <algorithm>
#8 1.520                           choose a diff algorithm
#8 1.520     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.520     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.520     --word-diff-regex <regex>
#8 1.520                           use <regex> to decide what a word is
#8 1.520     --color-words[=<regex>]
#8 1.520                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.520     --color-moved[=<mode>]
#8 1.520                           moved lines of code are colored differently
#8 1.520     --color-moved-ws <mode>
#8 1.520                           how white spaces are ignored in --color-moved
#8 1.520 
#8 1.520 Other diff options
#8 1.520     --relative[=<prefix>]
#8 1.520                           when run from subdir, exclude changes outside and show relative paths
#8 1.520     -a, --text            treat all files as text
#8 1.520     -R                    swap two inputs, reverse the diff
#8 1.520     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.520     --quiet               disable all output of the program
#8 1.520     --ext-diff            allow an external diff helper to be executed
#8 1.520     --textconv            run external text conversion filters when comparing binary files
#8 1.520     --ignore-submodules[=<when>]
#8 1.520                           ignore changes to submodules in the diff generation
#8 1.520     --submodule[=<format>]
#8 1.520                           specify how differences in submodules are shown
#8 1.520     --ita-invisible-in-index
#8 1.520                           hide 'git add -N' entries from the index
#8 1.520     --ita-visible-in-index
#8 1.520                           treat 'git add -N' entries as real in the index
#8 1.520     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.520     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.521     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.521     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.521     -O <file>             control the order in which files appear in the output
#8 1.521     --rotate-to <path>    show the change in the specified path first
#8 1.521     --skip-to <path>      skip the output to the specified path
#8 1.521     --find-object <object-id>
#8 1.521                           look for differences that change the number of occurrences of the specified object
#8 1.521     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.521                           select files by diff type
#8 1.521     --output <file>       output to a specific file
#8 1.521 
#8 1.525 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.525 To add an exception for this directory, call:
#8 1.525 
#8 1.525 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.531 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.531 To add an exception for this directory, call:
#8 1.531 
#8 1.531 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.535 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.535 usage: git diff --no-index [<options>] <path> <path>
#8 1.535 
#8 1.535 Diff output format options
#8 1.535     -p, --patch           generate patch
#8 1.535     -s, --no-patch        suppress diff output
#8 1.535     -u                    generate patch
#8 1.535     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.536     -W, --function-context
#8 1.536                           generate diffs with <n> lines context
#8 1.536     --raw                 generate the diff in raw format
#8 1.536     --patch-with-raw      synonym for '-p --raw'
#8 1.536     --patch-with-stat     synonym for '-p --stat'
#8 1.536     --numstat             machine friendly --stat
#8 1.536     --shortstat           output only the last line of --stat
#8 1.536     -X, --dirstat[=<param1,param2>...]
#8 1.536                           output the distribution of relative amount of changes for each sub-directory
#8 1.536     --cumulative          synonym for --dirstat=cumulative
#8 1.536     --dirstat-by-file[=<param1,param2>...]
#8 1.536                           synonym for --dirstat=files,param1,param2...
#8 1.536     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.536     --summary             condensed summary such as creations, renames and mode changes
#8 1.536     --name-only           show only names of changed files
#8 1.536     --name-status         show only names and status of changed files
#8 1.536     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.536                           generate diffstat
#8 1.536     --stat-width <width>  generate diffstat with a given width
#8 1.536     --stat-name-width <width>
#8 1.536                           generate diffstat with a given name width
#8 1.536     --stat-graph-width <width>
#8 1.536                           generate diffstat with a given graph width
#8 1.536     --stat-count <count>  generate diffstat with limited lines
#8 1.536     --compact-summary     generate compact summary in diffstat
#8 1.536     --binary              output a binary diff that can be applied
#8 1.536     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.536     --color[=<when>]      show colored diff
#8 1.536     --ws-error-highlight <kind>
#8 1.536                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.536     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.536     --abbrev[=<n>]        use <n> digits to display object names
#8 1.536     --src-prefix <prefix>
#8 1.536                           show the given source prefix instead of "a/"
#8 1.536     --dst-prefix <prefix>
#8 1.536                           show the given destination prefix instead of "b/"
#8 1.536     --line-prefix <prefix>
#8 1.536                           prepend an additional prefix to every line of output
#8 1.536     --no-prefix           do not show any source or destination prefix
#8 1.536     --inter-hunk-context <n>
#8 1.536                           show context between diff hunks up to the specified number of lines
#8 1.536     --output-indicator-new <char>
#8 1.536                           specify the character to indicate a new line instead of '+'
#8 1.536     --output-indicator-old <char>
#8 1.536                           specify the character to indicate an old line instead of '-'
#8 1.536     --output-indicator-context <char>
#8 1.536                           specify the character to indicate a context instead of ' '
#8 1.536 
#8 1.536 Diff rename options
#8 1.536     -B, --break-rewrites[=<n>[/<m>]]
#8 1.536                           break complete rewrite changes into pairs of delete and create
#8 1.536     -M, --find-renames[=<n>]
#8 1.536                           detect renames
#8 1.536     -D, --irreversible-delete
#8 1.536                           omit the preimage for deletes
#8 1.536     -C, --find-copies[=<n>]
#8 1.536                           detect copies
#8 1.536     --find-copies-harder  use unmodified files as source to find copies
#8 1.536     --no-renames          disable rename detection
#8 1.536     --rename-empty        use empty blobs as rename source
#8 1.536     --follow              continue listing the history of a file beyond renames
#8 1.536     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.536 
#8 1.536 Diff algorithm options
#8 1.536     --minimal             produce the smallest possible diff
#8 1.536     -w, --ignore-all-space
#8 1.536                           ignore whitespace when comparing lines
#8 1.536     -b, --ignore-space-change
#8 1.536                           ignore changes in amount of whitespace
#8 1.536     --ignore-space-at-eol
#8 1.536                           ignore changes in whitespace at EOL
#8 1.536     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.536     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.536     -I, --ignore-matching-lines <regex>
#8 1.536                           ignore changes whose all lines match <regex>
#8 1.536     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.536     --patience            generate diff using the "patience diff" algorithm
#8 1.536     --histogram           generate diff using the "histogram diff" algorithm
#8 1.536     --diff-algorithm <algorithm>
#8 1.536                           choose a diff algorithm
#8 1.536     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.536     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.536     --word-diff-regex <regex>
#8 1.536                           use <regex> to decide what a word is
#8 1.536     --color-words[=<regex>]
#8 1.536                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.536     --color-moved[=<mode>]
#8 1.536                           moved lines of code are colored differently
#8 1.536     --color-moved-ws <mode>
#8 1.536                           how white spaces are ignored in --color-moved
#8 1.536 
#8 1.536 Other diff options
#8 1.536     --relative[=<prefix>]
#8 1.536                           when run from subdir, exclude changes outside and show relative paths
#8 1.536     -a, --text            treat all files as text
#8 1.536     -R                    swap two inputs, reverse the diff
#8 1.536     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.536     --quiet               disable all output of the program
#8 1.536     --ext-diff            allow an external diff helper to be executed
#8 1.536     --textconv            run external text conversion filters when comparing binary files
#8 1.536     --ignore-submodules[=<when>]
#8 1.536                           ignore changes to submodules in the diff generation
#8 1.536     --submodule[=<format>]
#8 1.536                           specify how differences in submodules are shown
#8 1.536     --ita-invisible-in-index
#8 1.536                           hide 'git add -N' entries from the index
#8 1.536     --ita-visible-in-index
#8 1.536                           treat 'git add -N' entries as real in the index
#8 1.536     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.536     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.536     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.536     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.536     -O <file>             control the order in which files appear in the output
#8 1.536     --rotate-to <path>    show the change in the specified path first
#8 1.536     --skip-to <path>      skip the output to the specified path
#8 1.536     --find-object <object-id>
#8 1.536                           look for differences that change the number of occurrences of the specified object
#8 1.536     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.536                           select files by diff type
#8 1.536     --output <file>       output to a specific file
#8 1.536 
#8 1.541 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.541 To add an exception for this directory, call:
#8 1.541 
#8 1.541 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.547 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.547 To add an exception for this directory, call:
#8 1.547 
#8 1.547 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.551 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.551 usage: git diff --no-index [<options>] <path> <path>
#8 1.551 
#8 1.551 Diff output format options
#8 1.551     -p, --patch           generate patch
#8 1.551     -s, --no-patch        suppress diff output
#8 1.551     -u                    generate patch
#8 1.551     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.551     -W, --function-context
#8 1.551                           generate diffs with <n> lines context
#8 1.551     --raw                 generate the diff in raw format
#8 1.551     --patch-with-raw      synonym for '-p --raw'
#8 1.551     --patch-with-stat     synonym for '-p --stat'
#8 1.551     --numstat             machine friendly --stat
#8 1.551     --shortstat           output only the last line of --stat
#8 1.551     -X, --dirstat[=<param1,param2>...]
#8 1.551                           output the distribution of relative amount of changes for each sub-directory
#8 1.551     --cumulative          synonym for --dirstat=cumulative
#8 1.551     --dirstat-by-file[=<param1,param2>...]
#8 1.551                           synonym for --dirstat=files,param1,param2...
#8 1.551     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.551     --summary             condensed summary such as creations, renames and mode changes
#8 1.551     --name-only           show only names of changed files
#8 1.551     --name-status         show only names and status of changed files
#8 1.551     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.551                           generate diffstat
#8 1.551     --stat-width <width>  generate diffstat with a given width
#8 1.551     --stat-name-width <width>
#8 1.551                           generate diffstat with a given name width
#8 1.551     --stat-graph-width <width>
#8 1.551                           generate diffstat with a given graph width
#8 1.551     --stat-count <count>  generate diffstat with limited lines
#8 1.551     --compact-summary     generate compact summary in diffstat
#8 1.551     --binary              output a binary diff that can be applied
#8 1.551     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.551     --color[=<when>]      show colored diff
#8 1.551     --ws-error-highlight <kind>
#8 1.551                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.551     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.551     --abbrev[=<n>]        use <n> digits to display object names
#8 1.551     --src-prefix <prefix>
#8 1.551                           show the given source prefix instead of "a/"
#8 1.551     --dst-prefix <prefix>
#8 1.551                           show the given destination prefix instead of "b/"
#8 1.551     --line-prefix <prefix>
#8 1.551                           prepend an additional prefix to every line of output
#8 1.551     --no-prefix           do not show any source or destination prefix
#8 1.551     --inter-hunk-context <n>
#8 1.551                           show context between diff hunks up to the specified number of lines
#8 1.551     --output-indicator-new <char>
#8 1.551                           specify the character to indicate a new line instead of '+'
#8 1.551     --output-indicator-old <char>
#8 1.551                           specify the character to indicate an old line instead of '-'
#8 1.551     --output-indicator-context <char>
#8 1.551                           specify the character to indicate a context instead of ' '
#8 1.551 
#8 1.551 Diff rename options
#8 1.551     -B, --break-rewrites[=<n>[/<m>]]
#8 1.551                           break complete rewrite changes into pairs of delete and create
#8 1.551     -M, --find-renames[=<n>]
#8 1.551                           detect renames
#8 1.551     -D, --irreversible-delete
#8 1.551                           omit the preimage for deletes
#8 1.551     -C, --find-copies[=<n>]
#8 1.551                           detect copies
#8 1.551     --find-copies-harder  use unmodified files as source to find copies
#8 1.551     --no-renames          disable rename detection
#8 1.551     --rename-empty        use empty blobs as rename source
#8 1.551     --follow              continue listing the history of a file beyond renames
#8 1.551     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.551 
#8 1.551 Diff algorithm options
#8 1.551     --minimal             produce the smallest possible diff
#8 1.551     -w, --ignore-all-space
#8 1.551                           ignore whitespace when comparing lines
#8 1.551     -b, --ignore-space-change
#8 1.551                           ignore changes in amount of whitespace
#8 1.551     --ignore-space-at-eol
#8 1.551                           ignore changes in whitespace at EOL
#8 1.551     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.551     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.551     -I, --ignore-matching-lines <regex>
#8 1.551                           ignore changes whose all lines match <regex>
#8 1.551     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.551     --patience            generate diff using the "patience diff" algorithm
#8 1.551     --histogram           generate diff using the "histogram diff" algorithm
#8 1.551     --diff-algorithm <algorithm>
#8 1.551                           choose a diff algorithm
#8 1.551     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.551     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.551     --word-diff-regex <regex>
#8 1.551                           use <regex> to decide what a word is
#8 1.551     --color-words[=<regex>]
#8 1.551                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.551     --color-moved[=<mode>]
#8 1.551                           moved lines of code are colored differently
#8 1.551     --color-moved-ws <mode>
#8 1.551                           how white spaces are ignored in --color-moved
#8 1.551 
#8 1.551 Other diff options
#8 1.551     --relative[=<prefix>]
#8 1.551                           when run from subdir, exclude changes outside and show relative paths
#8 1.551     -a, --text            treat all files as text
#8 1.551     -R                    swap two inputs, reverse the diff
#8 1.551     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.551     --quiet               disable all output of the program
#8 1.551     --ext-diff            allow an external diff helper to be executed
#8 1.551     --textconv            run external text conversion filters when comparing binary files
#8 1.551     --ignore-submodules[=<when>]
#8 1.551                           ignore changes to submodules in the diff generation
#8 1.551     --submodule[=<format>]
#8 1.551                           specify how differences in submodules are shown
#8 1.551     --ita-invisible-in-index
#8 1.551                           hide 'git add -N' entries from the index
#8 1.551     --ita-visible-in-index
#8 1.551                           treat 'git add -N' entries as real in the index
#8 1.551     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.551     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.551     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.551     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.551     -O <file>             control the order in which files appear in the output
#8 1.551     --rotate-to <path>    show the change in the specified path first
#8 1.551     --skip-to <path>      skip the output to the specified path
#8 1.551     --find-object <object-id>
#8 1.551                           look for differences that change the number of occurrences of the specified object
#8 1.551     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.551                           select files by diff type
#8 1.551     --output <file>       output to a specific file
#8 1.551 
#8 1.557 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.557 To add an exception for this directory, call:
#8 1.557 
#8 1.557 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.562 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.562 To add an exception for this directory, call:
#8 1.562 
#8 1.562 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.566 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.566 usage: git diff --no-index [<options>] <path> <path>
#8 1.566 
#8 1.566 Diff output format options
#8 1.566     -p, --patch           generate patch
#8 1.566     -s, --no-patch        suppress diff output
#8 1.566     -u                    generate patch
#8 1.566     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.566     -W, --function-context
#8 1.566                           generate diffs with <n> lines context
#8 1.566     --raw                 generate the diff in raw format
#8 1.566     --patch-with-raw      synonym for '-p --raw'
#8 1.566     --patch-with-stat     synonym for '-p --stat'
#8 1.566     --numstat             machine friendly --stat
#8 1.566     --shortstat           output only the last line of --stat
#8 1.566     -X, --dirstat[=<param1,param2>...]
#8 1.566                           output the distribution of relative amount of changes for each sub-directory
#8 1.566     --cumulative          synonym for --dirstat=cumulative
#8 1.566     --dirstat-by-file[=<param1,param2>...]
#8 1.566                           synonym for --dirstat=files,param1,param2...
#8 1.566     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.566     --summary             condensed summary such as creations, renames and mode changes
#8 1.566     --name-only           show only names of changed files
#8 1.566     --name-status         show only names and status of changed files
#8 1.566     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.566                           generate diffstat
#8 1.566     --stat-width <width>  generate diffstat with a given width
#8 1.566     --stat-name-width <width>
#8 1.566                           generate diffstat with a given name width
#8 1.566     --stat-graph-width <width>
#8 1.566                           generate diffstat with a given graph width
#8 1.566     --stat-count <count>  generate diffstat with limited lines
#8 1.566     --compact-summary     generate compact summary in diffstat
#8 1.566     --binary              output a binary diff that can be applied
#8 1.566     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.566     --color[=<when>]      show colored diff
#8 1.566     --ws-error-highlight <kind>
#8 1.566                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.566     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.566     --abbrev[=<n>]        use <n> digits to display object names
#8 1.566     --src-prefix <prefix>
#8 1.566                           show the given source prefix instead of "a/"
#8 1.566     --dst-prefix <prefix>
#8 1.566                           show the given destination prefix instead of "b/"
#8 1.566     --line-prefix <prefix>
#8 1.566                           prepend an additional prefix to every line of output
#8 1.566     --no-prefix           do not show any source or destination prefix
#8 1.566     --inter-hunk-context <n>
#8 1.566                           show context between diff hunks up to the specified number of lines
#8 1.566     --output-indicator-new <char>
#8 1.566                           specify the character to indicate a new line instead of '+'
#8 1.566     --output-indicator-old <char>
#8 1.566                           specify the character to indicate an old line instead of '-'
#8 1.566     --output-indicator-context <char>
#8 1.566                           specify the character to indicate a context instead of ' '
#8 1.566 
#8 1.566 Diff rename options
#8 1.566     -B, --break-rewrites[=<n>[/<m>]]
#8 1.566                           break complete rewrite changes into pairs of delete and create
#8 1.566     -M, --find-renames[=<n>]
#8 1.566                           detect renames
#8 1.566     -D, --irreversible-delete
#8 1.566                           omit the preimage for deletes
#8 1.566     -C, --find-copies[=<n>]
#8 1.566                           detect copies
#8 1.566     --find-copies-harder  use unmodified files as source to find copies
#8 1.566     --no-renames          disable rename detection
#8 1.566     --rename-empty        use empty blobs as rename source
#8 1.566     --follow              continue listing the history of a file beyond renames
#8 1.566     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.566 
#8 1.566 Diff algorithm options
#8 1.566     --minimal             produce the smallest possible diff
#8 1.566     -w, --ignore-all-space
#8 1.566                           ignore whitespace when comparing lines
#8 1.566     -b, --ignore-space-change
#8 1.566                           ignore changes in amount of whitespace
#8 1.566     --ignore-space-at-eol
#8 1.566                           ignore changes in whitespace at EOL
#8 1.566     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.566     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.566     -I, --ignore-matching-lines <regex>
#8 1.566                           ignore changes whose all lines match <regex>
#8 1.566     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.566     --patience            generate diff using the "patience diff" algorithm
#8 1.566     --histogram           generate diff using the "histogram diff" algorithm
#8 1.566     --diff-algorithm <algorithm>
#8 1.566                           choose a diff algorithm
#8 1.566     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.566     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.566     --word-diff-regex <regex>
#8 1.566                           use <regex> to decide what a word is
#8 1.566     --color-words[=<regex>]
#8 1.566                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.566     --color-moved[=<mode>]
#8 1.566                           moved lines of code are colored differently
#8 1.566     --color-moved-ws <mode>
#8 1.566                           how white spaces are ignored in --color-moved
#8 1.566 
#8 1.566 Other diff options
#8 1.566     --relative[=<prefix>]
#8 1.566                           when run from subdir, exclude changes outside and show relative paths
#8 1.566     -a, --text            treat all files as text
#8 1.566     -R                    swap two inputs, reverse the diff
#8 1.566     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.566     --quiet               disable all output of the program
#8 1.566     --ext-diff            allow an external diff helper to be executed
#8 1.566     --textconv            run external text conversion filters when comparing binary files
#8 1.566     --ignore-submodules[=<when>]
#8 1.566                           ignore changes to submodules in the diff generation
#8 1.566     --submodule[=<format>]
#8 1.566                           specify how differences in submodules are shown
#8 1.566     --ita-invisible-in-index
#8 1.566                           hide 'git add -N' entries from the index
#8 1.566     --ita-visible-in-index
#8 1.566                           treat 'git add -N' entries as real in the index
#8 1.566     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.566     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.566     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.566     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.566     -O <file>             control the order in which files appear in the output
#8 1.566     --rotate-to <path>    show the change in the specified path first
#8 1.566     --skip-to <path>      skip the output to the specified path
#8 1.566     --find-object <object-id>
#8 1.566                           look for differences that change the number of occurrences of the specified object
#8 1.566     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.566                           select files by diff type
#8 1.566     --output <file>       output to a specific file
#8 1.566 
#8 1.569 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.569 To add an exception for this directory, call:
#8 1.569 
#8 1.569 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.573 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.573 To add an exception for this directory, call:
#8 1.573 
#8 1.573 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.575 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.575 usage: git diff --no-index [<options>] <path> <path>
#8 1.575 
#8 1.575 Diff output format options
#8 1.575     -p, --patch           generate patch
#8 1.575     -s, --no-patch        suppress diff output
#8 1.575     -u                    generate patch
#8 1.575     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.575     -W, --function-context
#8 1.575                           generate diffs with <n> lines context
#8 1.575     --raw                 generate the diff in raw format
#8 1.575     --patch-with-raw      synonym for '-p --raw'
#8 1.575     --patch-with-stat     synonym for '-p --stat'
#8 1.575     --numstat             machine friendly --stat
#8 1.575     --shortstat           output only the last line of --stat
#8 1.575     -X, --dirstat[=<param1,param2>...]
#8 1.575                           output the distribution of relative amount of changes for each sub-directory
#8 1.575     --cumulative          synonym for --dirstat=cumulative
#8 1.575     --dirstat-by-file[=<param1,param2>...]
#8 1.575                           synonym for --dirstat=files,param1,param2...
#8 1.575     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.575     --summary             condensed summary such as creations, renames and mode changes
#8 1.575     --name-only           show only names of changed files
#8 1.575     --name-status         show only names and status of changed files
#8 1.575     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.575                           generate diffstat
#8 1.575     --stat-width <width>  generate diffstat with a given width
#8 1.575     --stat-name-width <width>
#8 1.575                           generate diffstat with a given name width
#8 1.575     --stat-graph-width <width>
#8 1.575                           generate diffstat with a given graph width
#8 1.575     --stat-count <count>  generate diffstat with limited lines
#8 1.575     --compact-summary     generate compact summary in diffstat
#8 1.575     --binary              output a binary diff that can be applied
#8 1.575     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.575     --color[=<when>]      show colored diff
#8 1.575     --ws-error-highlight <kind>
#8 1.575                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.575     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.575     --abbrev[=<n>]        use <n> digits to display object names
#8 1.576     --src-prefix <prefix>
#8 1.576                           show the given source prefix instead of "a/"
#8 1.576     --dst-prefix <prefix>
#8 1.576                           show the given destination prefix instead of "b/"
#8 1.576     --line-prefix <prefix>
#8 1.576                           prepend an additional prefix to every line of output
#8 1.576     --no-prefix           do not show any source or destination prefix
#8 1.576     --inter-hunk-context <n>
#8 1.576                           show context between diff hunks up to the specified number of lines
#8 1.576     --output-indicator-new <char>
#8 1.576                           specify the character to indicate a new line instead of '+'
#8 1.576     --output-indicator-old <char>
#8 1.576                           specify the character to indicate an old line instead of '-'
#8 1.576     --output-indicator-context <char>
#8 1.576                           specify the character to indicate a context instead of ' '
#8 1.576 
#8 1.576 Diff rename options
#8 1.576     -B, --break-rewrites[=<n>[/<m>]]
#8 1.576                           break complete rewrite changes into pairs of delete and create
#8 1.576     -M, --find-renames[=<n>]
#8 1.576                           detect renames
#8 1.576     -D, --irreversible-delete
#8 1.576                           omit the preimage for deletes
#8 1.576     -C, --find-copies[=<n>]
#8 1.576                           detect copies
#8 1.576     --find-copies-harder  use unmodified files as source to find copies
#8 1.576     --no-renames          disable rename detection
#8 1.576     --rename-empty        use empty blobs as rename source
#8 1.576     --follow              continue listing the history of a file beyond renames
#8 1.576     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.576 
#8 1.576 Diff algorithm options
#8 1.576     --minimal             produce the smallest possible diff
#8 1.576     -w, --ignore-all-space
#8 1.576                           ignore whitespace when comparing lines
#8 1.576     -b, --ignore-space-change
#8 1.576                           ignore changes in amount of whitespace
#8 1.576     --ignore-space-at-eol
#8 1.576                           ignore changes in whitespace at EOL
#8 1.576     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.576     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.576     -I, --ignore-matching-lines <regex>
#8 1.576                           ignore changes whose all lines match <regex>
#8 1.576     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.576     --patience            generate diff using the "patience diff" algorithm
#8 1.576     --histogram           generate diff using the "histogram diff" algorithm
#8 1.576     --diff-algorithm <algorithm>
#8 1.576                           choose a diff algorithm
#8 1.576     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.576     --word-diff[=<mode>]  show word diff, using <mode> to delimi
#8 1.576 [output clipped, log limit 200KiB/s reached]
#8 1.578 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.578 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.578 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.578 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.579 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.579 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.579 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.580 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.580 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.581 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.581 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.581 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.582 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.582 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.583 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.583 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.583 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.584 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.584 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.584 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.585 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.585 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.586 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.586 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.587 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.587 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.587 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.588 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.588 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.588 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.589 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.589 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.590 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.590 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.591 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.591 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.592 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.592 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.592 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.593 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.594 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.594 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.595 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.595 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.595 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.596 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.596 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.597 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.597 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.597 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.597 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.598 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.598 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.598 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.599 touch .make.deps
#8 1.601 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.602 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.603 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.604 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.605 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.730 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.947 make -C _build/bts compile
#8 1.949 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.950   PP       IPA_Emulation.ttcn
#8 1.979   TTCN     *.ttcn *.asn
#8 2.102 RSL_Types.ttcn: In TTCN-3 module `RSL_Types':
#8 2.102  RSL_Types.ttcn:1143.2-1150.2: In function definition `f_tr_RSL_IE_OSMO_Osmux_CID':
#8 2.102   RSL_Types.ttcn:1146.3-1148.3: In if statement:
#8 2.102    RSL_Types.ttcn:1147.4-44: In variable assignment:
#8 2.102     RSL_Types.ttcn:1147.34-44: In actual parameter list of template `@RSL_Types.tr_RSL_IE_OSMO_Osmux_CID':
#8 2.102      RSL_Types.ttcn:1147.35-43: In parameter #1 for `osmux_cid':
#8 2.102       RSL_Types.ttcn:1143.38-68: note: Referenced template parameter is here
#8 2.104  RSL_Types.ttcn:2394.10-2436.2: In function definition `f_ts_RSL_IPA_CRCX_IEs':
#8 2.104   RSL_Types.ttcn:2426.3-2433.3: In if statement:
#8 2.104    RSL_Types.ttcn:2427.4-2432.4: In variable assignment:
#8 2.104     RSL_Types.ttcn:2427.11-2432.4: In the right operand of operation `&':
#8 2.104      RSL_Types.ttcn:2428.5-2431.6: In component #1:
#8 2.104       RSL_Types.ttcn:2428.5-2431.6: In the operand of operation `valueof()':
#8 2.104        RSL_Types.ttcn:2430.14-65: In template for record field `body':
#8 2.104         RSL_Types.ttcn:2430.29-63: In template for union field `osmux_cid':
#8 2.104          RSL_Types.ttcn:2430.53-63: In actual parameter list of template `@RSL_Types.ts_RSL_IE_OSMO_Osmux_CID':
#8 2.104           RSL_Types.ttcn:2430.54-62: In parameter #1 for `osmux_cid':
#8 2.104            RSL_Types.ttcn:2397.13-45: note: Referenced template parameter is here
#8 2.104  RSL_Types.ttcn:2455.2-2475.2: In function definition `ts_RSL_IPA_CRCX_ACK':
#8 2.104   RSL_Types.ttcn:2471.3-2473.3: In if statement:
#8 2.104    RSL_Types.ttcn:2472.4-128: In variable assignment:
#8 2.104     RSL_Types.ttcn:2472.42-128: In actual parameter list of template `@RSL_Types.t_RSL_IE':
#8 2.104      RSL_Types.ttcn:2472.66-127: In parameter #2 for `body':
#8 2.104       RSL_Types.ttcn:2472.92-126: In template for union field `osmux_cid':
#8 2.104        RSL_Types.ttcn:2472.116-126: In actual parameter list of template `@RSL_Types.ts_RSL_IE_OSMO_Osmux_CID':
#8 2.104         RSL_Types.ttcn:2472.117-125: In parameter #1 for `osmux_cid':
#8 2.104          RSL_Types.ttcn:2458.10-50: note: Referenced template parameter is here
#8 2.105  RSL_Types.ttcn:2519.2-2541.2: In function definition `ts_RSL_IPA_MDCX':
#8 2.105   RSL_Types.ttcn:2537.3-2539.3: In if statement:
#8 2.105    RSL_Types.ttcn:2538.4-128: In variable assignment:
#8 2.105     RSL_Types.ttcn:2538.42-128: In actual parameter list of template `@RSL_Types.t_RSL_IE':
#8 2.105      RSL_Types.ttcn:2538.66-127: In parameter #2 for `body':
#8 2.105       RSL_Types.ttcn:2538.92-126: In template for union field `osmux_cid':
#8 2.105        RSL_Types.ttcn:2538.116-126: In actual parameter list of template `@RSL_Types.ts_RSL_IE_OSMO_Osmux_CID':
#8 2.105         RSL_Types.ttcn:2538.117-125: In parameter #1 for `osmux_cid':
#8 2.105          RSL_Types.ttcn:2523.6-46: note: Referenced template parameter is here
#8 2.105  RSL_Types.ttcn:2553.2-2576.2: In function definition `ts_RSL_IPA_MDCX_ACK':
#8 2.105   RSL_Types.ttcn:2572.3-2574.3: In if statement:
#8 2.105    RSL_Types.ttcn:2573.4-128: In variable assignment:
#8 2.105     RSL_Types.ttcn:2573.42-128: In actual parameter list of template `@RSL_Types.t_RSL_IE':
#8 2.105      RSL_Types.ttcn:2573.66-127: In parameter #2 for `body':
#8 2.105       RSL_Types.ttcn:2573.92-126: In template for union field `osmux_cid':
#8 2.105        RSL_Types.ttcn:2573.116-126: In actual parameter list of template `@RSL_Types.ts_RSL_IE_OSMO_Osmux_CID':
#8 2.105         RSL_Types.ttcn:2573.117-125: In parameter #1 for `osmux_cid':
#8 2.105          RSL_Types.ttcn:2557.10-50: note: Referenced template parameter is here
#8 2.127 BTS_Tests.ttcn: In TTCN-3 module `BTS_Tests':
#8 2.127  BTS_Tests.ttcn:5685.9-5714.1: In function definition `f_TC_pcu_ptcch_ul':
#8 2.127   BTS_Tests.ttcn:5702.2-5713.2: In alt construct:
#8 2.127    BTS_Tests.ttcn:5703.5-35: In guard statement:
#8 2.127     BTS_Tests.ttcn:5703.17-35: In actual parameter list of altstep `@BTS_Tests.as_pcuif_msg':
#8 2.127      BTS_Tests.ttcn:5703.23-34: In parameter #2 for `tr_msg':
#8 2.127       BTS_Tests.ttcn:5687.29-40: note: Referenced template variable is here
#8 2.128  BTS_Tests.ttcn:5898.1-5953.1: In testcase definition `TC_pcu_ext_rach_content':
#8 2.128   BTS_Tests.ttcn:5910.2-5951.2: In for statement:
#8 2.128    BTS_Tests.ttcn:5939.3-5950.3: In alt construct:
#8 2.128     BTS_Tests.ttcn:5940.6-36: In guard statement:
#8 2.128      BTS_Tests.ttcn:5940.18-36: In actual parameter list of altstep `@BTS_Tests.as_pcuif_msg':
#8 2.128       BTS_Tests.ttcn:5940.24-35: In parameter #2 for `tr_msg':
#8 2.128        BTS_Tests.ttcn:5899.29-40: note: Referenced template variable is here
#8 2.130  BTS_Tests.ttcn:6657.1-6717.1: In testcase definition `TC_pcu_interf_ind':
#8 2.130   BTS_Tests.ttcn:6685.2-6711.2: In alt construct:
#8 2.130    BTS_Tests.ttcn:6694.14-45: In guard statement:
#8 2.130     BTS_Tests.ttcn:6694.26-45: In actual parameter list of altstep `@BTS_Tests.as_pcuif_msg':
#8 2.130      BTS_Tests.ttcn:6694.32-44: In parameter #2 for `tr_msg':
#8 2.130       BTS_Tests.ttcn:6658.29-41: note: Referenced template variable is here
#8 2.454 touch compile
#8 2.455 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.455 make -j20 -C _build/bts
#8 2.462 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.498   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 2.498   DEP      UD_PT.cc
#8 2.498   DEP      TELNETasp_PT.cc
#8 2.499   DEP      TCCInterface.cc
#8 2.499   DEP      TCCConversion.cc
#8 2.499   DEP      RTP_EncDec.cc
#8 2.499   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 2.500   DEP      RLCMAC_EncDec.cc
#8 2.500   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.500   DEP      Native_FunctionDefs.cc
#8 2.500   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 2.500   DEP      IuUP_EncDec.cc
#8 2.500   DEP      IPL4asp_discovery.cc
#8 2.500   DEP      IPL4asp_PT.cc
#8 2.500   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 2.521   DEP      IPA_Emulation_part_7.cc
#8 2.521   DEP      IPA_Emulation_part_6.cc
#8 2.521   DEP      IPA_Emulation_part_5.cc
#8 2.521   DEP      IPA_Emulation_part_4.cc
#8 2.537   DEP      IPA_Emulation_part_3.cc
#8 2.537   DEP      IPA_Emulation_part_2.cc
#8 2.537   DEP      IPA_Emulation.cc
#8 2.537   DEP      IPA_Emulation_part_1.cc
#8 2.538   DEP      UD_Types_part_7.cc
#8 2.547   DEP      UD_Types_part_6.cc
#8 2.547   DEP      UD_Types_part_5.cc
#8 2.547   DEP      UD_Types_part_4.cc
#8 2.547   DEP      UD_Types_part_3.cc
#8 2.547   DEP      UD_Types_part_2.cc
#8 2.548   DEP      UD_Types_part_1.cc
#8 2.548   DEP      UD_PortType_part_7.cc
#8 2.548   DEP      UD_PortType_part_6.cc
#8 2.556   DEP      UD_PortType_part_5.cc
#8 2.556   DEP      UD_PortType_part_4.cc
#8 2.556   DEP      UD_PortType_part_3.cc
#8 2.556   DEP      UD_PortType_part_2.cc
#8 2.556   DEP      UD_PortType_part_1.cc
#8 2.557   DEP      TRXC_Types_part_7.cc
#8 2.557   DEP      TRXC_Types_part_5.cc
#8 2.557   DEP      TRXC_Types_part_6.cc
#8 2.558   DEP      TRXC_Types_part_4.cc
#8 2.558   DEP      TRXC_Types_part_3.cc
#8 2.559   DEP      TRXC_Types_part_2.cc
#8 2.561   DEP      TRXC_Types_part_1.cc
#8 2.562   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.563   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.563   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.563   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.564   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.565   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.565   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.566   DEP      TRXC_CodecPort_part_7.cc
#8 2.566   DEP      TRXC_CodecPort_part_5.cc
#8 2.566   DEP      TRXC_CodecPort_part_6.cc
#8 2.567   DEP      TRXC_CodecPort_part_4.cc
#8 2.568   DEP      TRXC_CodecPort_part_3.cc
#8 2.568   DEP      TRXC_CodecPort_part_2.cc
#8 2.569   DEP      TRXC_CodecPort_part_1.cc
#8 2.570   DEP      TELNETasp_PortType_part_7.cc
#8 2.571   DEP      TELNETasp_PortType_part_6.cc
#8 2.572   DEP      TELNETasp_PortType_part_5.cc
#8 2.572   DEP      TELNETasp_PortType_part_4.cc
#8 2.573   DEP      TELNETasp_PortType_part_3.cc
#8 2.573   DEP      TELNETasp_PortType_part_2.cc
#8 2.575   DEP      TELNETasp_PortType_part_1.cc
#8 2.576   DEP      TCCInterface_Functions_part_7.cc
#8 2.576   DEP      TCCInterface_Functions_part_6.cc
#8 2.576   DEP      TCCInterface_Functions_part_5.cc
#8 2.576   DEP      TCCInterface_Functions_part_4.cc
#8 2.576   DEP      TCCInterface_Functions_part_3.cc
#8 2.577   DEP      TCCInterface_Functions_part_2.cc
#8 2.578   DEP      TCCInterface_Functions_part_1.cc
#8 2.578   DEP      TCCConversion_Functions_part_7.cc
#8 2.579   DEP      TCCConversion_Functions_part_6.cc
#8 2.579   DEP      TCCConversion_Functions_part_5.cc
#8 2.579   DEP      TCCConversion_Functions_part_3.cc
#8 2.579   DEP      TCCConversion_Functions_part_4.cc
#8 2.579   DEP      TCCConversion_Functions_part_2.cc
#8 2.580   DEP      TCCConversion_Functions_part_1.cc
#8 2.581   DEP      Socket_API_Definitions_part_7.cc
#8 2.582   DEP      Socket_API_Definitions_part_6.cc
#8 2.583   DEP      Socket_API_Definitions_part_5.cc
#8 2.583   DEP      Socket_API_Definitions_part_4.cc
#8 2.584   DEP      Socket_API_Definitions_part_3.cc
#8 2.584   DEP      Socket_API_Definitions_part_1.cc
#8 2.584   DEP      Socket_API_Definitions_part_2.cc
#8 2.585   DEP      RTP_Types_part_7.cc
#8 2.586   DEP      RTP_Types_part_6.cc
#8 2.586   DEP      RTP_Types_part_5.cc
#8 2.587   DEP      RTP_Types_part_4.cc
#8 2.587   DEP      RTP_Types_part_3.cc
#8 2.588   DEP      RTP_Types_part_1.cc
#8 2.588   DEP      RTP_Emulation_part_7.cc
#8 2.588   DEP      RTP_Types_part_2.cc
#8 2.588   DEP      RTP_Emulation_part_6.cc
#8 2.590   DEP      RTP_Emulation_part_5.cc
#8 2.590   DEP      RTP_Emulation_part_4.cc
#8 2.591   DEP      RTP_Emulation_part_2.cc
#8 2.591   DEP      RTP_Emulation_part_3.cc
#8 2.592   DEP      RTP_Emulation_part_1.cc
#8 2.592   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.592   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.593   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.594   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.594   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.594   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.599   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.599   DEP      RTP_CodecPort_part_7.cc
#8 2.599   DEP      RTP_CodecPort_part_6.cc
#8 2.600   DEP      RTP_CodecPort_part_4.cc
#8 2.600   DEP      RTP_CodecPort_part_5.cc
#8 2.600   DEP      RTP_CodecPort_part_3.cc
#8 2.600   DEP      RTP_CodecPort_part_2.cc
#8 2.601   DEP      RTP_CodecPort_part_1.cc
#8 2.601   DEP      RSL_Types_part_7.cc
#8 2.601   DEP      RSL_Types_part_6.cc
#8 2.602   DEP      RSL_Types_part_5.cc
#8 2.602   DEP      RSL_Types_part_4.cc
#8 2.606   DEP      RSL_Types_part_3.cc
#8 2.606   DEP      RSL_Types_part_2.cc
#8 2.606   DEP      RSL_Types_part_1.cc
#8 2.606   DEP      RSL_Emulation_part_7.cc
#8 2.607   DEP      RSL_Emulation_part_6.cc
#8 2.607   DEP      RSL_Emulation_part_5.cc
#8 2.607   DEP      RSL_Emulation_part_4.cc
#8 2.607   DEP      RSL_Emulation_part_3.cc
#8 2.607   DEP      RSL_Emulation_part_2.cc
#8 2.608   DEP      RSL_Emulation_part_1.cc
#8 2.609   DEP      RLCMAC_Types_part_7.cc
#8 2.609   DEP      RLCMAC_Types_part_6.cc
#8 2.609   DEP      RLCMAC_Types_part_5.cc
#8 2.614   DEP      RLCMAC_Types_part_4.cc
#8 2.614   DEP      RLCMAC_Types_part_3.cc
#8 2.614   DEP      RLCMAC_Types_part_2.cc
#8 2.614   DEP      RLCMAC_Types_part_1.cc
#8 2.615   DEP      RLCMAC_Templates_part_7.cc
#8 2.619   DEP      RLCMAC_Templates_part_6.cc
#8 2.619   DEP      RLCMAC_Templates_part_5.cc
#8 2.619   DEP      RLCMAC_Templates_part_4.cc
#8 2.620   DEP      RLCMAC_Templates_part_3.cc
#8 2.620   DEP      RLCMAC_Templates_part_2.cc
#8 2.620   DEP      RLCMAC_Templates_part_1.cc
#8 2.620   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.621   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.621   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.622   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.627   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.628   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.628   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.628   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.628   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.628   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.629   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.629   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.629   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.629   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.629   DEP      PCUIF_Types_part_7.cc
#8 2.643   DEP      PCUIF_Types_part_6.cc
#8 2.643   DEP      PCUIF_Types_part_5.cc
#8 2.643   DEP      PCUIF_Types_part_4.cc
#8 2.643   DEP      PCUIF_Types_part_3.cc
#8 2.644   DEP      PCUIF_Types_part_2.cc
#8 2.644   DEP      PCUIF_Types_part_1.cc
#8 2.644   DEP      PCUIF_CodecPort_part_7.cc
#8 2.647   DEP      PCUIF_CodecPort_part_6.cc
#8 2.650   DEP      PCUIF_CodecPort_part_5.cc
#8 2.650   DEP      PCUIF_CodecPort_part_4.cc
#8 2.650   DEP      PCUIF_CodecPort_part_3.cc
#8 2.650   DEP      PCUIF_CodecPort_part_2.cc
#8 2.651   DEP      PCUIF_CodecPort_part_1.cc
#8 2.652   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.655   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.656   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.657   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.657   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.658   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.658   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.660   DEP      Osmocom_Types_part_7.cc
#8 2.661   DEP      Osmocom_Types_part_6.cc
#8 2.664   DEP      Osmocom_Types_part_5.cc
#8 2.664   DEP      Osmocom_Types_part_4.cc
#8 2.665   DEP      Osmocom_Types_part_3.cc
#8 2.667   DEP      Osmocom_Types_part_2.cc
#8 2.667   DEP      Osmocom_Types_part_1.cc
#8 2.671   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.671   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.672   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.674   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.674   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.676   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.676   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.676   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.678   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.678   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.679   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.680   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.681   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.682   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.682   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.683   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.684   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.685   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.685   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.688   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.689   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.689   DEP      OSMUX_Types_part_7.cc
#8 2.690   DEP      OSMUX_Types_part_6.cc
#8 2.692   DEP      OSMUX_Types_part_5.cc
#8 2.692   DEP      OSMUX_Types_part_3.cc
#8 2.692   DEP      OSMUX_Types_part_4.cc
#8 2.692   DEP      OSMUX_Types_part_2.cc
#8 2.693   DEP      OSMUX_Types_part_1.cc
#8 2.694   DEP      OSMUX_Emulation_part_7.cc
#8 2.696   DEP      OSMUX_Emulation_part_6.cc
#8 2.696   DEP      OSMUX_Emulation_part_5.cc
#8 2.696   DEP      OSMUX_Emulation_part_4.cc
#8 2.700   DEP      OSMUX_Emulation_part_3.cc
#8 2.700   DEP      OSMUX_Emulation_part_1.cc
#8 2.700   DEP      OSMUX_Emulation_part_2.cc
#8 2.708   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.708   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.708   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.708   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.709   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.709   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.710   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.714   DEP      OSMUX_CodecPort_part_6.cc
#8 2.715   DEP      OSMUX_CodecPort_part_7.cc
#8 2.715   DEP      OSMUX_CodecPort_part_5.cc
#8 2.716   DEP      OSMUX_CodecPort_part_4.cc
#8 2.716   DEP      OSMUX_CodecPort_part_3.cc
#8 2.716   DEP      OSMUX_CodecPort_part_2.cc
#8 2.718   DEP      OSMUX_CodecPort_part_1.cc
#8 2.718   DEP      Native_Functions_part_7.cc
#8 2.719   DEP      Native_Functions_part_6.cc
#8 2.721   DEP      Native_Functions_part_5.cc
#8 2.727   DEP      Native_Functions_part_4.cc
#8 2.727   DEP      Native_Functions_part_3.cc
#8 2.727   DEP      Native_Functions_part_2.cc
#8 2.727   DEP      Native_Functions_part_1.cc
#8 2.728   DEP      MobileL3_Types_part_7.cc
#8 2.729   DEP      MobileL3_Types_part_6.cc
#8 2.729   DEP      MobileL3_Types_part_5.cc
#8 2.729   DEP      MobileL3_Types_part_4.cc
#8 2.730   DEP      MobileL3_Types_part_3.cc
#8 2.731   DEP      MobileL3_Types_part_2.cc
#8 2.731   DEP      MobileL3_Types_part_1.cc
#8 2.734   DEP      MobileL3_SS_Types_part_7.cc
#8 2.735   DEP      MobileL3_SS_Types_part_5.cc
#8 2.735   DEP      MobileL3_SS_Types_part_3.cc
#8 2.735   DEP      MobileL3_SS_Types_part_4.cc
#8 2.735   DEP      MobileL3_SS_Types_part_6.cc
#8 2.738   DEP      MobileL3_SS_Types_part_2.cc
#8 2.738   DEP      MobileL3_SS_Types_part_1.cc
#8 2.740   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.741   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.742   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.742   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.742   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.744   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.744   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.744   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.745   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.745   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.748   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.748   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.755   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.755   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.755   DEP      MobileL3_MM_Types_part_6.cc
#8 2.755   DEP      MobileL3_MM_Types_part_5.cc
#8 2.755   DEP      MobileL3_MM_Types_part_7.cc
#8 2.755   DEP      MobileL3_MM_Types_part_4.cc
#8 2.755   DEP      MobileL3_MM_Types_part_3.cc
#8 2.757   DEP      MobileL3_MM_Types_part_2.cc
#8 2.759   DEP      MobileL3_MM_Types_part_1.cc
#8 2.759   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.763   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.763   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.763   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.765   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.767   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.768   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.768   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.776   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.784   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.789   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.792   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.792   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.792   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.800   DEP      MobileL3_CC_Types_part_6.cc
#8 2.800   DEP      MobileL3_CC_Types_part_7.cc
#8 2.809   DEP      MobileL3_CC_Types_part_5.cc
#8 2.813   DEP      MobileL3_CC_Types_part_4.cc
#8 2.820   DEP      MobileL3_CC_Types_part_3.cc
#8 2.820   DEP      MobileL3_CC_Types_part_2.cc
#8 2.831   DEP      MobileL3_CC_Types_part_1.cc
#8 2.839   DEP      Misc_Helpers_part_7.cc
#8 2.847   DEP      Misc_Helpers_part_6.cc
#8 2.854   DEP      Misc_Helpers_part_5.cc
#8 2.856   DEP      Misc_Helpers_part_4.cc
#8 2.865   DEP      Misc_Helpers_part_3.cc
#8 2.873   DEP      Misc_Helpers_part_2.cc
#8 2.874   DEP      LAPDm_Types_part_7.cc
#8 2.875   DEP      Misc_Helpers_part_1.cc
#8 2.876   DEP      LAPDm_Types_part_6.cc
#8 2.878   DEP      LAPDm_Types_part_5.cc
#8 2.879   DEP      LAPDm_Types_part_4.cc
#8 2.880   DEP      LAPDm_Types_part_3.cc
#8 2.882   DEP      LAPDm_Types_part_2.cc
#8 2.882   DEP      LAPDm_Types_part_1.cc
#8 2.884   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.884   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.884   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.885   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.886   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.888   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.888   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.888   DEP      L3_Templates_part_7.cc
#8 2.889   DEP      L3_Templates_part_6.cc
#8 2.890   DEP      L3_Templates_part_5.cc
#8 2.890   DEP      L3_Templates_part_4.cc
#8 2.891   DEP      L3_Templates_part_3.cc
#8 2.892   DEP      L3_Templates_part_2.cc
#8 2.892   DEP      L3_Templates_part_1.cc
#8 2.893   DEP      L3_Common_part_7.cc
#8 2.895   DEP      L3_Common_part_6.cc
#8 2.895   DEP      L3_Common_part_5.cc
#8 2.896   DEP      L3_Common_part_4.cc
#8 2.896   DEP      L3_Common_part_3.cc
#8 2.898   DEP      L3_Common_part_2.cc
#8 2.898   DEP      L3_Common_part_1.cc
#8 2.898   DEP      L1CTL_Types_part_7.cc
#8 2.899   DEP      L1CTL_Types_part_6.cc
#8 2.899   DEP      L1CTL_Types_part_5.cc
#8 2.904   DEP      L1CTL_Types_part_4.cc
#8 2.905   DEP      L1CTL_Types_part_3.cc
#8 2.905   DEP      L1CTL_Types_part_2.cc
#8 2.905   DEP      L1CTL_Types_part_1.cc
#8 2.905   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.905   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.906   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.906   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.906   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.906   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.907   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.907   DEP      L1CTL_PortType_part_7.cc
#8 2.908   DEP      L1CTL_PortType_part_6.cc
#8 2.908   DEP      L1CTL_PortType_part_5.cc
#8 2.910   DEP      L1CTL_PortType_part_4.cc
#8 2.911   DEP      L1CTL_PortType_part_3.cc
#8 2.911   DEP      L1CTL_PortType_part_2.cc
#8 2.911   DEP      L1CTL_PortType_part_1.cc
#8 2.912   DEP      IuUP_Types_part_7.cc
#8 2.912   DEP      IuUP_Types_part_6.cc
#8 2.913   DEP      IuUP_Types_part_5.cc
#8 2.913   DEP      IuUP_Types_part_4.cc
#8 2.913   DEP      IuUP_Types_part_3.cc
#8 2.914   DEP      IuUP_Types_part_2.cc
#8 2.915   DEP      IuUP_Types_part_1.cc
#8 2.915   DEP      IuUP_Emulation_part_7.cc
#8 2.919   DEP      IuUP_Emulation_part_6.cc
#8 2.919   DEP      IuUP_Emulation_part_5.cc
#8 2.919   DEP      IuUP_Emulation_part_4.cc
#8 2.920   DEP      IuUP_Emulation_part_3.cc
#8 2.920   DEP      IuUP_Emulation_part_1.cc
#8 2.920   DEP      IuUP_Emulation_part_2.cc
#8 2.920   DEP      IPL4asp_Types_part_7.cc
#8 2.921   DEP      IPL4asp_Types_part_6.cc
#8 2.921   DEP      IPL4asp_Types_part_5.cc
#8 2.922   DEP      IPL4asp_Types_part_4.cc
#8 2.922   DEP      IPL4asp_Types_part_3.cc
#8 2.922   DEP      IPL4asp_Types_part_2.cc
#8 2.922   DEP      IPL4asp_Types_part_1.cc
#8 2.923   DEP      IPL4asp_PortType_part_7.cc
#8 2.924   DEP      IPL4asp_PortType_part_6.cc
#8 2.924   DEP      IPL4asp_PortType_part_5.cc
#8 2.925   DEP      IPL4asp_PortType_part_4.cc
#8 2.925   DEP      IPL4asp_PortType_part_3.cc
#8 2.927   DEP      IPL4asp_PortType_part_2.cc
#8 2.927   DEP      IPL4asp_PortType_part_1.cc
#8 2.927   DEP      IPL4asp_Functions_part_7.cc
#8 2.930   DEP      IPL4asp_Functions_part_6.cc
#8 2.930   DEP      IPL4asp_Functions_part_5.cc
#8 2.931   DEP      IPL4asp_Functions_part_4.cc
#8 2.931   DEP      IPL4asp_Functions_part_3.cc
#8 2.931   DEP      IPL4asp_Functions_part_2.cc
#8 2.932   DEP      IPL4asp_Functions_part_1.cc
#8 2.932   DEP      IPA_Types_part_7.cc
#8 2.932   DEP      IPA_Types_part_6.cc
#8 2.933   DEP      IPA_Types_part_5.cc
#8 2.933   DEP      IPA_Types_part_4.cc
#8 2.934   DEP      IPA_Types_part_3.cc
#8 2.934   DEP      IPA_Types_part_2.cc
#8 2.934   DEP      IPA_Types_part_1.cc
#8 2.934   DEP      IPA_Testing_part_7.cc
#8 2.935   DEP      IPA_Testing_part_6.cc
#8 2.936   DEP      IPA_Testing_part_5.cc
#8 2.938   DEP      IPA_Testing_part_4.cc
#8 2.938   DEP      IPA_Testing_part_3.cc
#8 2.938   DEP      IPA_Testing_part_1.cc
#8 2.938   DEP      IPA_Testing_part_2.cc
#8 2.939   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.940   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.940   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.940   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.941   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.941   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.942   DEP      IPA_CodecPort_part_7.cc
#8 2.942   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.942   DEP      IPA_CodecPort_part_6.cc
#8 2.942   DEP      IPA_CodecPort_part_5.cc
#8 2.943   DEP      IPA_CodecPort_part_4.cc
#8 2.943   DEP      IPA_CodecPort_part_3.cc
#8 2.944   DEP      IPA_CodecPort_part_2.cc
#8 2.944   DEP      IPA_CodecPort_part_1.cc
#8 2.945   DEP      General_Types_part_7.cc
#8 2.945   DEP      General_Types_part_6.cc
#8 2.946   DEP      General_Types_part_5.cc
#8 2.946   DEP      General_Types_part_4.cc
#8 2.948   DEP      General_Types_part_3.cc
#8 2.949   DEP      General_Types_part_1.cc
#8 2.949   DEP      General_Types_part_2.cc
#8 2.951   DEP      GSM_Types_part_7.cc
#8 2.951   DEP      GSM_Types_part_6.cc
#8 2.951   DEP      GSM_Types_part_5.cc
#8 2.951   DEP      GSM_Types_part_4.cc
#8 2.952   DEP      GSM_Types_part_3.cc
#8 2.952   DEP      GSM_Types_part_2.cc
#8 2.953   DEP      GSM_Types_part_1.cc
#8 2.953   DEP      GSM_SystemInformation_part_7.cc
#8 2.953   DEP      GSM_SystemInformation_part_6.cc
#8 2.953   DEP      GSM_SystemInformation_part_5.cc
#8 2.955   DEP      GSM_SystemInformation_part_4.cc
#8 2.955   DEP      GSM_SystemInformation_part_3.cc
#8 2.955   DEP      GSM_SystemInformation_part_2.cc
#8 2.955   DEP      GSM_SystemInformation_part_1.cc
#8 2.955   DEP      GSM_RestOctets_part_7.cc
#8 2.960   DEP      GSM_RestOctets_part_6.cc
#8 2.960   DEP      GSM_RestOctets_part_5.cc
#8 2.960   DEP      GSM_RestOctets_part_4.cc
#8 2.960   DEP      GSM_RestOctets_part_3.cc
#8 2.961   DEP      GSM_RestOctets_part_2.cc
#8 2.961   DEP      GSM_RestOctets_part_1.cc
#8 2.961   DEP      GSM_RR_Types_part_7.cc
#8 2.961   DEP      GSM_RR_Types_part_6.cc
#8 2.961   DEP      GSM_RR_Types_part_5.cc
#8 2.961   DEP      GSM_RR_Types_part_4.cc
#8 2.961   DEP      GSM_RR_Types_part_3.cc
#8 2.962   DEP      GSM_RR_Types_part_2.cc
#8 2.962   DEP      BTS_Tests_perf_part_7.cc
#8 2.962   DEP      GSM_RR_Types_part_1.cc
#8 2.963   DEP      BTS_Tests_perf_part_6.cc
#8 2.968   DEP      BTS_Tests_perf_part_5.cc
#8 2.968   DEP      BTS_Tests_perf_part_4.cc
#8 2.969   DEP      BTS_Tests_perf_part_3.cc
#8 2.969   DEP      BTS_Tests_perf_part_2.cc
#8 2.969   DEP      BTS_Tests_perf_part_1.cc
#8 2.969   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.969   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.969   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.970   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.970   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.970   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.970   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.974   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.975   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.975   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.975   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.976   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.976   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.979   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.979   DEP      BTS_Tests_OML_part_7.cc
#8 2.979   DEP      BTS_Tests_OML_part_6.cc
#8 2.979   DEP      BTS_Tests_OML_part_5.cc
#8 2.981   DEP      BTS_Tests_OML_part_4.cc
#8 2.981   DEP      BTS_Tests_OML_part_3.cc
#8 2.981   DEP      BTS_Tests_OML_part_2.cc
#8 2.986   DEP      BTS_Tests_OML_part_1.cc
#8 2.986   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.986   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.986   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.987   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.987   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.987   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.987   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.987   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.988   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.988   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.994   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.994   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.994   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.994   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.994   DEP      BTS_Tests_part_7.cc
#8 2.994   DEP      BTS_Tests_part_6.cc
#8 2.995   DEP      BTS_Tests_part_5.cc
#8 2.995   DEP      BTS_Tests_part_4.cc
#8 2.995   DEP      BTS_Tests_part_3.cc
#8 2.998   DEP      BTS_Tests_part_2.cc
#8 2.998   DEP      BTS_Tests_part_1.cc
#8 2.998   DEP      AbisOML_Types_part_7.cc
#8 3.003   DEP      AbisOML_Types_part_6.cc
#8 3.003   DEP      AbisOML_Types_part_5.cc
#8 3.003   DEP      AbisOML_Types_part_4.cc
#8 3.003   DEP      AbisOML_Types_part_3.cc
#8 3.003   DEP      AbisOML_Types_part_2.cc
#8 3.004   DEP      AMR_Types_part_7.cc
#8 3.004   DEP      AbisOML_Types_part_1.cc
#8 3.004   DEP      AMR_Types_part_6.cc
#8 3.005   DEP      AMR_Types_part_5.cc
#8 3.005   DEP      AMR_Types_part_4.cc
#8 3.005   DEP      AMR_Types_part_3.cc
#8 3.005   DEP      AMR_Types_part_2.cc
#8 3.006   DEP      AMR_Types_part_1.cc
#8 3.009   DEP      UD_Types.cc
#8 3.010   DEP      UD_PortType.cc
#8 3.010   DEP      TRXC_Types.cc
#8 3.010   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 3.010   DEP      TRXC_CodecPort.cc
#8 3.012   DEP      TELNETasp_PortType.cc
#8 3.013   DEP      TCCInterface_Functions.cc
#8 3.014   DEP      TCCConversion_Functions.cc
#8 3.015   DEP      Socket_API_Definitions.cc
#8 3.020   DEP      RTP_Types.cc
#8 3.020   DEP      RTP_Emulation.cc
#8 3.021   DEP      RTP_CodecPort_CtrlFunct.cc
#8 3.071   DEP      RTP_CodecPort.cc
#8 3.071   DEP      RSL_Types.cc
#8 3.072   DEP      RSL_Emulation.cc
#8 3.077   DEP      RLCMAC_Types.cc
#8 3.077   DEP      RLCMAC_Templates.cc
#8 3.078   DEP      RLCMAC_CSN1_Types.cc
#8 3.081   DEP      RLCMAC_CSN1_Templates.cc
#8 3.084   DEP      PCUIF_Types.cc
#8 3.087   DEP      PCUIF_CodecPort.cc
#8 3.088   DEP      Osmocom_VTY_Functions.cc
#8 3.095   DEP      Osmocom_Types.cc
#8 3.100   DEP      Osmocom_CTRL_Types.cc
#8 3.104   DEP      Osmocom_CTRL_Functions.cc
#8 3.113   DEP      Osmocom_CTRL_Adapter.cc
#8 3.123   DEP      OSMUX_Types.cc
#8 3.128   DEP      OSMUX_Emulation.cc
#8 3.145   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 3.153   DEP      OSMUX_CodecPort.cc
#8 3.155   DEP      Native_Functions.cc
#8 3.161   DEP      MobileL3_Types.cc
#8 3.165   DEP      MobileL3_SS_Types.cc
#8 3.166   DEP      MobileL3_SMS_Types.cc
#8 3.172   DEP      MobileL3_RRM_Types.cc
#8 3.172   DEP      MobileL3_MM_Types.cc
#8 3.185   DEP      MobileL3_GMM_SM_Types.cc
#8 3.188   DEP      MobileL3_CommonIE_Types.cc
#8 3.194   DEP      MobileL3_CC_Types.cc
#8 3.211   DEP      Misc_Helpers.cc
#8 3.212   DEP      LAPDm_Types.cc
#8 3.227   DEP      LAPDm_RAW_PT.cc
#8 3.228   DEP      L3_Templates.cc
#8 3.231   DEP      L3_Common.cc
#8 3.231   DEP      L1CTL_Types.cc
#8 3.232   DEP      L1CTL_PortType_CtrlFunct.cc
#8 3.255   DEP      L1CTL_PortType.cc
#8 3.262   DEP      IuUP_Types.cc
#8 3.265   DEP      IuUP_Emulation.cc
#8 3.275   DEP      IPL4asp_Types.cc
#8 3.282   DEP      IPL4asp_PortType.cc
#8 3.283   DEP      IPL4asp_Functions.cc
#8 3.288   DEP      IPA_Types.cc
#8 3.299   DEP      IPA_Testing.cc
#8 3.302   DEP      IPA_CodecPort_CtrlFunct.cc
#8 3.308   DEP      IPA_CodecPort.cc
#8 3.326   DEP      General_Types.cc
#8 3.341   DEP      GSM_Types.cc
#8 3.346   DEP      GSM_SystemInformation.cc
#8 3.352   DEP      GSM_RestOctets.cc
#8 3.358   DEP      GSM_RR_Types.cc
#8 3.367   DEP      BTS_Tests_perf.cc
#8 3.371   DEP      BTS_Tests_VAMOS.cc
#8 3.371   DEP      BTS_Tests_SMSCB.cc
#8 3.376   DEP      BTS_Tests_OML.cc
#8 3.408   DEP      BTS_Tests_LAPDm.cc
#8 3.414   DEP      BTS_Tests_ASCI.cc
#8 3.422   DEP      BTS_Tests.cc
#8 3.431   DEP      AbisOML_Types.cc
#8 3.491   DEP      AMR_Types.cc
#8 4.095   CC       AMR_Types.o
#8 4.095   CC       AbisOML_Types.o
#8 4.095   CC       BTS_Tests.o
#8 4.095   CC       BTS_Tests_ASCI.o
#8 4.095   CC       BTS_Tests_LAPDm.o
#8 4.096   CC       BTS_Tests_OML.o
#8 4.096   CC       BTS_Tests_SMSCB.o
#8 4.096   CC       BTS_Tests_VAMOS.o
#8 4.097   CC       BTS_Tests_perf.o
#8 4.097   CC       GSM_RR_Types.o
#8 4.097   CC       GSM_RestOctets.o
#8 4.098   CC       GSM_SystemInformation.o
#8 4.098   CC       GSM_Types.o
#8 4.098   CC       General_Types.o
#8 4.099   CC       IPA_CodecPort.o
#8 4.099   CC       IPA_CodecPort_CtrlFunct.o
#8 4.099   CC       IPA_Testing.o
#8 4.100   CC       IPA_Types.o
#8 4.100   CC       IPL4asp_Functions.o
#8 4.115   CC       IPL4asp_PortType.o
#8 4.811   CC       IPL4asp_Types.o
#8 5.022   CC       IuUP_Emulation.o
#8 5.054   CC       IuUP_Types.o
#8 5.148   CC       L1CTL_PortType.o
#8 5.166   CC       L1CTL_PortType_CtrlFunct.o
#8 5.344   CC       L1CTL_Types.o
#8 6.247   CC       L3_Common.o
#8 6.320   CC       L3_Templates.o
#8 6.698   CC       LAPDm_RAW_PT.o
#8 7.195   CC       LAPDm_Types.o
#8 7.573   CC       Misc_Helpers.o
#8 8.027   CC       MobileL3_CC_Types.o
#8 8.048   CC       MobileL3_CommonIE_Types.o
#8 8.324   CC       MobileL3_GMM_SM_Types.o
#8 8.596   CC       MobileL3_MM_Types.o
#8 9.118   CC       MobileL3_RRM_Types.o
#8 9.214   CC       MobileL3_SMS_Types.o
#8 9.243 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 9.243 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 9.243  6168 | }
#8 9.243       | ^
#8 9.584   CC       MobileL3_SS_Types.o
#8 9.616   CC       MobileL3_Types.o
#8 9.641   CC       Native_Functions.o
#8 10.22   CC       OSMUX_CodecPort.o
#8 10.25   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.32   CC       OSMUX_Emulation.o
#8 10.33   CC       OSMUX_Types.o
#8 10.41   CC       Osmocom_CTRL_Adapter.o
#8 10.57   CC       Osmocom_CTRL_Functions.o
#8 11.13   CC       Osmocom_CTRL_Types.o
#8 11.23 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 11.23 BTS_Tests.cc:39252:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.23 39252 | }
#8 11.23       | ^
#8 11.23 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 11.23 BTS_Tests.cc:39333:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.23 39333 | }
#8 11.23       | ^
#8 11.56   CC       Osmocom_Types.o
#8 11.69   CC       Osmocom_VTY_Functions.o
#8 11.71   CC       PCUIF_CodecPort.o
#8 12.00   CC       PCUIF_Types.o
#8 12.67   CC       RLCMAC_CSN1_Templates.o
#8 12.77   CC       RLCMAC_CSN1_Types.o
#8 12.77   CC       RLCMAC_Templates.o
#8 12.87   CC       RLCMAC_Types.o
#8 12.90   CC       RSL_Emulation.o
#8 13.01   CC       RSL_Types.o
#8 13.34   CC       RTP_CodecPort.o
#8 13.95   CC       RTP_CodecPort_CtrlFunct.o
#8 14.26   CC       RTP_Emulation.o
#8 14.30   CC       RTP_Types.o
#8 14.61   CC       Socket_API_Definitions.o
#8 14.90   CC       TCCConversion_Functions.o
#8 14.91   CC       TCCInterface_Functions.o
#8 14.98   CC       TELNETasp_PortType.o
#8 15.00   CC       TRXC_CodecPort.o
#8 15.12   CC       TRXC_CodecPort_CtrlFunct.o
#8 15.19   CC       TRXC_Types.o
#8 15.54   CC       UD_PortType.o
#8 15.82   CC       UD_Types.o
#8 15.88   CC       AMR_Types_part_1.o
#8 15.90   CC       AMR_Types_part_2.o
#8 15.93   CC       AMR_Types_part_3.o
#8 15.95   CC       AMR_Types_part_4.o
#8 15.97   CC       AMR_Types_part_5.o
#8 15.97   CC       AMR_Types_part_6.o
#8 15.99   CC       AMR_Types_part_7.o
#8 15.99   CC       AbisOML_Types_part_1.o
#8 15.99   CC       AbisOML_Types_part_2.o
#8 16.01   CC       AbisOML_Types_part_3.o
#8 16.01   CC       AbisOML_Types_part_4.o
#8 16.03   CC       AbisOML_Types_part_5.o
#8 16.05   CC       AbisOML_Types_part_6.o
#8 16.05   CC       AbisOML_Types_part_7.o
#8 16.07   CC       BTS_Tests_part_1.o
#8 16.09   CC       BTS_Tests_part_2.o
#8 16.09   CC       BTS_Tests_part_3.o
#8 16.11   CC       BTS_Tests_part_4.o
#8 16.11   CC       BTS_Tests_part_5.o
#8 16.13   CC       BTS_Tests_part_6.o
#8 16.13   CC       BTS_Tests_part_7.o
#8 16.15   CC       BTS_Tests_ASCI_part_1.o
#8 16.15   CC       BTS_Tests_ASCI_part_2.o
#8 16.17   CC       BTS_Tests_ASCI_part_3.o
#8 16.17   CC       BTS_Tests_ASCI_part_4.o
#8 16.20   CC       BTS_Tests_ASCI_part_5.o
#8 16.21   CC       BTS_Tests_ASCI_part_6.o
#8 16.23   CC       BTS_Tests_ASCI_part_7.o
#8 16.24   CC       BTS_Tests_LAPDm_part_1.o
#8 16.25   CC       BTS_Tests_LAPDm_part_2.o
#8 16.25   CC       BTS_Tests_LAPDm_part_3.o
#8 16.27   CC       BTS_Tests_LAPDm_part_4.o
#8 16.27   CC       BTS_Tests_LAPDm_part_5.o
#8 16.27   CC       BTS_Tests_LAPDm_part_6.o
#8 16.29   CC       BTS_Tests_LAPDm_part_7.o
#8 16.29   CC       BTS_Tests_OML_part_1.o
#8 16.29   CC       BTS_Tests_OML_part_2.o
#8 16.31   CC       BTS_Tests_OML_part_3.o
#8 16.31   CC       BTS_Tests_OML_part_4.o
#8 16.31   CC       BTS_Tests_OML_part_5.o
#8 16.33   CC       BTS_Tests_OML_part_6.o
#8 16.33   CC       BTS_Tests_OML_part_7.o
#8 16.33   CC       BTS_Tests_SMSCB_part_1.o
#8 16.35   CC       BTS_Tests_SMSCB_part_2.o
#8 16.35   CC       BTS_Tests_SMSCB_part_3.o
#8 16.35   CC       BTS_Tests_SMSCB_part_4.o
#8 16.37   CC       BTS_Tests_SMSCB_part_5.o
#8 16.37   CC       BTS_Tests_SMSCB_part_6.o
#8 16.37   CC       BTS_Tests_SMSCB_part_7.o
#8 16.39   CC       BTS_Tests_VAMOS_part_1.o
#8 16.39   CC       BTS_Tests_VAMOS_part_2.o
#8 16.39   CC       BTS_Tests_VAMOS_part_3.o
#8 16.41   CC       BTS_Tests_VAMOS_part_4.o
#8 16.41   CC       BTS_Tests_VAMOS_part_5.o
#8 16.41   CC       BTS_Tests_VAMOS_part_6.o
#8 16.43   CC       BTS_Tests_VAMOS_part_7.o
#8 16.43   CC       BTS_Tests_perf_part_1.o
#8 16.43   CC       BTS_Tests_perf_part_2.o
#8 16.45   CC       BTS_Tests_perf_part_3.o
#8 16.45   CC       BTS_Tests_perf_part_4.o
#8 16.46   CC       BTS_Tests_perf_part_5.o
#8 16.48   CC       BTS_Tests_perf_part_6.o
#8 16.48   CC       BTS_Tests_perf_part_7.o
#8 16.48   CC       GSM_RR_Types_part_1.o
#8 16.50   CC       GSM_RR_Types_part_2.o
#8 16.51   CC       GSM_RR_Types_part_3.o
#8 16.54   CC       GSM_RR_Types_part_4.o
#8 16.58   CC       GSM_RR_Types_part_5.o
#8 16.60   CC       GSM_RR_Types_part_6.o
#8 16.61   CC       GSM_RR_Types_part_7.o
#8 16.62   CC       GSM_RestOctets_part_1.o
#8 16.63   CC       GSM_RestOctets_part_2.o
#8 16.64   CC       GSM_RestOctets_part_3.o
#8 16.65   CC       GSM_RestOctets_part_4.o
#8 16.67   CC       GSM_RestOctets_part_5.o
#8 16.67   CC       GSM_RestOctets_part_6.o
#8 16.69   CC       GSM_RestOctets_part_7.o
#8 16.70   CC       GSM_SystemInformation_part_1.o
#8 16.72   CC       GSM_SystemInformation_part_2.o
#8 16.72   CC       GSM_SystemInformation_part_3.o
#8 16.74   CC       GSM_SystemInformation_part_4.o
#8 16.76   CC       GSM_SystemInformation_part_5.o
#8 16.76   CC       GSM_SystemInformation_part_6.o
#8 16.78   CC       GSM_SystemInformation_part_7.o
#8 16.78   CC       GSM_Types_part_1.o
#8 16.81   CC       GSM_Types_part_2.o
#8 16.81   CC       GSM_Types_part_3.o
#8 16.83   CC       GSM_Types_part_4.o
#8 16.83   CC       GSM_Types_part_5.o
#8 16.85   CC       GSM_Types_part_6.o
#8 16.85   CC       GSM_Types_part_7.o
#8 16.87   CC       General_Types_part_1.o
#8 16.87   CC       General_Types_part_2.o
#8 16.89   CC       General_Types_part_3.o
#8 16.90   CC       General_Types_part_4.o
#8 16.90   CC       General_Types_part_5.o
#8 16.92   CC       General_Types_part_6.o
#8 16.92   CC       General_Types_part_7.o
#8 16.94   CC       IPA_CodecPort_part_1.o
#8 16.95   CC       IPA_CodecPort_part_2.o
#8 16.95   CC       IPA_CodecPort_part_3.o
#8 16.97   CC       IPA_CodecPort_part_4.o
#8 16.97   CC       IPA_CodecPort_part_5.o
#8 17.00   CC       IPA_CodecPort_part_6.o
#8 17.00   CC       IPA_CodecPort_part_7.o
#8 17.00   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 17.02   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 17.02   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 17.02   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 17.04   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 17.04   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 17.04   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 17.06   CC       IPA_Testing_part_1.o
#8 17.06   CC       IPA_Testing_part_2.o
#8 17.06   CC       IPA_Testing_part_3.o
#8 17.08   CC       IPA_Testing_part_4.o
#8 17.08   CC       IPA_Testing_part_5.o
#8 17.08   CC       IPA_Testing_part_6.o
#8 17.09   CC       IPA_Testing_part_7.o
#8 17.10   CC       IPA_Types_part_1.o
#8 17.10   CC       IPA_Types_part_2.o
#8 17.10   CC       IPA_Types_part_3.o
#8 17.11   CC       IPA_Types_part_4.o
#8 17.12   CC       IPA_Types_part_5.o
#8 17.13   CC       IPA_Types_part_6.o
#8 17.15   CC       IPL4asp_Functions_part_1.o
#8 17.15   CC       IPA_Types_part_7.o
#8 17.15   CC       IPL4asp_Functions_part_2.o
#8 17.15   CC       IPL4asp_Functions_part_3.o
#8 17.17   CC       IPL4asp_Functions_part_4.o
#8 17.17   CC       IPL4asp_Functions_part_5.o
#8 17.17 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 17.17 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 17.17 11507 | }
#8 17.17       | ^
#8 17.18   CC       IPL4asp_Functions_part_6.o
#8 17.18   CC       IPL4asp_Functions_part_7.o
#8 17.19   CC       IPL4asp_PortType_part_1.o
#8 17.20   CC       IPL4asp_PortType_part_2.o
#8 17.20   CC       IPL4asp_PortType_part_3.o
#8 17.22   CC       IPL4asp_PortType_part_4.o
#8 17.22   CC       IPL4asp_PortType_part_5.o
#8 17.22   CC       IPL4asp_PortType_part_6.o
#8 17.23   CC       IPL4asp_PortType_part_7.o
#8 17.24   CC       IPL4asp_Types_part_2.o
#8 17.24   CC       IPL4asp_Types_part_1.o
#8 17.24   CC       IPL4asp_Types_part_3.o
#8 17.25   CC       IPL4asp_Types_part_4.o
#8 17.25   CC       IPL4asp_Types_part_5.o
#8 17.26   CC       IPL4asp_Types_part_6.o
#8 17.26   CC       IuUP_Emulation_part_1.o
#8 17.26   CC       IPL4asp_Types_part_7.o
#8 17.27   CC       IuUP_Emulation_part_2.o
#8 17.27   CC       IuUP_Emulation_part_3.o
#8 17.28   CC       IuUP_Emulation_part_4.o
#8 17.28   CC       IuUP_Emulation_part_5.o
#8 17.28   CC       IuUP_Emulation_part_6.o
#8 17.29   CC       IuUP_Types_part_1.o
#8 17.29   CC       IuUP_Emulation_part_7.o
#8 17.30   CC       IuUP_Types_part_2.o
#8 17.30   CC       IuUP_Types_part_3.o
#8 17.30   CC       IuUP_Types_part_4.o
#8 17.32   CC       IuUP_Types_part_6.o
#8 17.32   CC       IuUP_Types_part_5.o
#8 17.32   CC       IuUP_Types_part_7.o
#8 17.33   CC       L1CTL_PortType_part_1.o
#8 17.33   CC       L1CTL_PortType_part_2.o
#8 17.34   CC       L1CTL_PortType_part_3.o
#8 17.34   CC       L1CTL_PortType_part_4.o
#8 17.35   CC       L1CTL_PortType_part_5.o
#8 17.35   CC       L1CTL_PortType_part_6.o
#8 17.36   CC       L1CTL_PortType_part_7.o
#8 17.36   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 17.36   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 17.37   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 17.37   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 17.38   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 17.38   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 17.38   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 17.39   CC       L1CTL_Types_part_1.o
#8 17.40   CC       L1CTL_Types_part_2.o
#8 17.40   CC       L1CTL_Types_part_3.o
#8 17.40   CC       L1CTL_Types_part_4.o
#8 17.40   CC       L1CTL_Types_part_5.o
#8 17.42   CC       L1CTL_Types_part_6.o
#8 17.42   CC       L1CTL_Types_part_7.o
#8 17.42   CC       L3_Common_part_1.o
#8 17.43   CC       L3_Common_part_2.o
#8 17.44   CC       L3_Common_part_3.o
#8 17.44   CC       L3_Common_part_4.o
#8 17.44   CC       L3_Common_part_5.o
#8 17.46   CC       L3_Common_part_6.o
#8 17.46   CC       L3_Common_part_7.o
#8 17.46   CC       L3_Templates_part_1.o
#8 17.46   CC       L3_Templates_part_2.o
#8 17.48   CC       L3_Templates_part_3.o
#8 17.48   CC       L3_Templates_part_4.o
#8 17.49   CC       L3_Templates_part_5.o
#8 17.49   CC       L3_Templates_part_6.o
#8 17.51   CC       L3_Templates_part_7.o
#8 17.51   CC       LAPDm_RAW_PT_part_2.o
#8 17.51   CC       LAPDm_RAW_PT_part_1.o
#8 17.51   CC       LAPDm_RAW_PT_part_3.o
#8 17.53   CC       LAPDm_RAW_PT_part_4.o
#8 17.53   CC       LAPDm_RAW_PT_part_5.o
#8 17.53   CC       LAPDm_RAW_PT_part_7.o
#8 17.53   CC       LAPDm_RAW_PT_part_6.o
#8 17.55   CC       LAPDm_Types_part_1.o
#8 17.55   CC       LAPDm_Types_part_2.o
#8 17.55   CC       LAPDm_Types_part_3.o
#8 17.55   CC       LAPDm_Types_part_4.o
#8 17.57   CC       LAPDm_Types_part_5.o
#8 17.57   CC       LAPDm_Types_part_6.o
#8 17.57   CC       LAPDm_Types_part_7.o
#8 17.58   CC       Misc_Helpers_part_1.o
#8 17.59   CC       Misc_Helpers_part_2.o
#8 17.59   CC       Misc_Helpers_part_3.o
#8 17.59   CC       Misc_Helpers_part_4.o
#8 17.60   CC       Misc_Helpers_part_5.o
#8 17.61   CC       Misc_Helpers_part_6.o
#8 17.61   CC       Misc_Helpers_part_7.o
#8 17.62   CC       MobileL3_CC_Types_part_1.o
#8 17.63   CC       MobileL3_CC_Types_part_2.o
#8 17.63   CC       MobileL3_CC_Types_part_3.o
#8 17.64   CC       MobileL3_CC_Types_part_4.o
#8 17.67   CC       MobileL3_CC_Types_part_5.o
#8 17.71   CC       MobileL3_CC_Types_part_6.o
#8 17.76   CC       MobileL3_CC_Types_part_7.o
#8 17.79   CC       MobileL3_CommonIE_Types_part_1.o
#8 17.90   CC       MobileL3_CommonIE_Types_part_2.o
#8 17.90   CC       MobileL3_CommonIE_Types_part_3.o
#8 17.92   CC       MobileL3_CommonIE_Types_part_4.o
#8 17.93   CC       MobileL3_CommonIE_Types_part_5.o
#8 17.94   CC       MobileL3_CommonIE_Types_part_6.o
#8 17.95   CC       MobileL3_CommonIE_Types_part_7.o
#8 17.96   CC       MobileL3_GMM_SM_Types_part_1.o
#8 17.97   CC       MobileL3_GMM_SM_Types_part_2.o
#8 18.45   CC       MobileL3_GMM_SM_Types_part_3.o
#8 18.92   CC       MobileL3_GMM_SM_Types_part_4.o
#8 19.19   CC       MobileL3_GMM_SM_Types_part_5.o
#8 20.56   CC       MobileL3_GMM_SM_Types_part_6.o
#8 21.03   CC       MobileL3_GMM_SM_Types_part_7.o
#8 21.63   CC       MobileL3_MM_Types_part_1.o
#8 21.89   CC       MobileL3_MM_Types_part_2.o
#8 21.97   CC       MobileL3_MM_Types_part_3.o
#8 21.99   CC       MobileL3_MM_Types_part_4.o
#8 22.00   CC       MobileL3_MM_Types_part_5.o
#8 22.01   CC       MobileL3_MM_Types_part_6.o
#8 22.03   CC       MobileL3_MM_Types_part_7.o
#8 22.03   CC       MobileL3_RRM_Types_part_1.o
#8 22.06   CC       MobileL3_RRM_Types_part_2.o
#8 22.34   CC       MobileL3_RRM_Types_part_3.o
#8 23.16   CC       MobileL3_RRM_Types_part_4.o
#8 23.45   CC       MobileL3_RRM_Types_part_5.o
#8 23.50   CC       MobileL3_RRM_Types_part_6.o
#8 23.57   CC       MobileL3_RRM_Types_part_7.o
#8 23.59   CC       MobileL3_SMS_Types_part_1.o
#8 23.65   CC       MobileL3_SMS_Types_part_2.o
#8 23.67   CC       MobileL3_SMS_Types_part_3.o
#8 23.69   CC       MobileL3_SMS_Types_part_4.o
#8 23.71   CC       MobileL3_SMS_Types_part_5.o
#8 23.73   CC       MobileL3_SMS_Types_part_6.o
#8 23.75   CC       MobileL3_SMS_Types_part_7.o
#8 23.77   CC       MobileL3_SS_Types_part_1.o
#8 23.79   CC       MobileL3_SS_Types_part_2.o
#8 23.81   CC       MobileL3_SS_Types_part_3.o
#8 23.83   CC       MobileL3_SS_Types_part_4.o
#8 23.86   CC       MobileL3_SS_Types_part_5.o
#8 23.88   CC       MobileL3_SS_Types_part_6.o
#8 23.90   CC       MobileL3_SS_Types_part_7.o
#8 23.92   CC       MobileL3_Types_part_1.o
#8 23.94   CC       MobileL3_Types_part_2.o
#8 23.96   CC       MobileL3_Types_part_3.o
#8 23.99   CC       MobileL3_Types_part_4.o
#8 24.01   CC       MobileL3_Types_part_5.o
#8 24.04   CC       MobileL3_Types_part_6.o
#8 24.08   CC       MobileL3_Types_part_7.o
#8 24.10   CC       Native_Functions_part_1.o
#8 24.14   CC       Native_Functions_part_2.o
#8 24.17   CC       Native_Functions_part_3.o
#8 24.21   CC       Native_Functions_part_4.o
#8 24.23   CC       Native_Functions_part_5.o
#8 24.27   CC       Native_Functions_part_6.o
#8 24.30   CC       Native_Functions_part_7.o
#8 24.34   CC       OSMUX_CodecPort_part_1.o
#8 24.37   CC       OSMUX_CodecPort_part_2.o
#8 24.41   CC       OSMUX_CodecPort_part_3.o
#8 24.43   CC       OSMUX_CodecPort_part_4.o
#8 24.45   CC       OSMUX_CodecPort_part_5.o
#8 24.47   CC       OSMUX_CodecPort_part_6.o
#8 24.51   CC       OSMUX_CodecPort_part_7.o
#8 24.57   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 24.63   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 24.66   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 24.70   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 24.75   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 24.81   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 24.85   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 24.87   CC       OSMUX_Emulation_part_1.o
#8 24.90   CC       OSMUX_Emulation_part_2.o
#8 24.93   CC       OSMUX_Emulation_part_3.o
#8 24.95   CC       OSMUX_Emulation_part_4.o
#8 24.97   CC       OSMUX_Emulation_part_5.o
#8 25.01   CC       OSMUX_Emulation_part_6.o
#8 25.03   CC       OSMUX_Emulation_part_7.o
#8 25.05   CC       OSMUX_Types_part_1.o
#8 25.08   CC       OSMUX_Types_part_2.o
#8 25.10   CC       OSMUX_Types_part_3.o
#8 25.12   CC       OSMUX_Types_part_4.o
#8 25.14   CC       OSMUX_Types_part_5.o
#8 25.16   CC       OSMUX_Types_part_6.o
#8 25.18   CC       OSMUX_Types_part_7.o
#8 25.20   CC       Osmocom_CTRL_Adapter_part_1.o
#8 25.22   CC       Osmocom_CTRL_Adapter_part_2.o
#8 25.24   CC       Osmocom_CTRL_Adapter_part_3.o
#8 25.27   CC       Osmocom_CTRL_Adapter_part_4.o
#8 25.29   CC       Osmocom_CTRL_Adapter_part_5.o
#8 25.31   CC       Osmocom_CTRL_Adapter_part_6.o
#8 25.33   CC       Osmocom_CTRL_Adapter_part_7.o
#8 25.35   CC       Osmocom_CTRL_Functions_part_1.o
#8 25.37   CC       Osmocom_CTRL_Functions_part_2.o
#8 25.41   CC       Osmocom_CTRL_Functions_part_3.o
#8 25.43   CC       Osmocom_CTRL_Functions_part_4.o
#8 25.45   CC       Osmocom_CTRL_Functions_part_5.o
#8 25.47   CC       Osmocom_CTRL_Functions_part_6.o
#8 25.50   CC       Osmocom_CTRL_Functions_part_7.o
#8 25.54   CC       Osmocom_CTRL_Types_part_1.o
#8 25.56   CC       Osmocom_CTRL_Types_part_2.o
#8 25.58   CC       Osmocom_CTRL_Types_part_3.o
#8 25.60   CC       Osmocom_CTRL_Types_part_4.o
#8 25.62   CC       Osmocom_CTRL_Types_part_5.o
#8 25.65   CC       Osmocom_CTRL_Types_part_6.o
#8 25.67   CC       Osmocom_CTRL_Types_part_7.o
#8 25.69   CC       Osmocom_Types_part_1.o
#8 25.73   CC       Osmocom_Types_part_2.o
#8 25.76   CC       Osmocom_Types_part_3.o
#8 25.76   CC       Osmocom_Types_part_4.o
#8 25.78   CC       Osmocom_Types_part_5.o
#8 25.78   CC       Osmocom_Types_part_6.o
#8 25.80   CC       Osmocom_Types_part_7.o
#8 25.81   CC       Osmocom_VTY_Functions_part_1.o
#8 25.82   CC       Osmocom_VTY_Functions_part_2.o
#8 25.83   CC       Osmocom_VTY_Functions_part_3.o
#8 25.85   CC       Osmocom_VTY_Functions_part_4.o
#8 25.86   CC       Osmocom_VTY_Functions_part_5.o
#8 25.88   CC       Osmocom_VTY_Functions_part_6.o
#8 25.88   CC       Osmocom_VTY_Functions_part_7.o
#8 25.90   CC       PCUIF_CodecPort_part_1.o
#8 25.90   CC       PCUIF_CodecPort_part_2.o
#8 25.92   CC       PCUIF_CodecPort_part_3.o
#8 25.92   CC       PCUIF_CodecPort_part_4.o
#8 25.94   CC       PCUIF_CodecPort_part_5.o
#8 25.95   CC       PCUIF_CodecPort_part_6.o
#8 25.96   CC       PCUIF_CodecPort_part_7.o
#8 25.97   CC       PCUIF_Types_part_1.o
#8 25.97   CC       PCUIF_Types_part_2.o
#8 25.99   CC       PCUIF_Types_part_3.o
#8 25.99   CC       PCUIF_Types_part_4.o
#8 26.00   CC       PCUIF_Types_part_5.o
#8 26.01   CC       PCUIF_Types_part_6.o
#8 26.01   CC       PCUIF_Types_part_7.o
#8 26.02   CC       RLCMAC_CSN1_Templates_part_1.o
#8 26.03   CC       RLCMAC_CSN1_Templates_part_2.o
#8 26.03   CC       RLCMAC_CSN1_Templates_part_3.o
#8 26.05   CC       RLCMAC_CSN1_Templates_part_4.o
#8 26.05   CC       RLCMAC_CSN1_Templates_part_5.o
#8 26.06   CC       RLCMAC_CSN1_Templates_part_6.o
#8 26.06   CC       RLCMAC_CSN1_Templates_part_7.o
#8 26.07   CC       RLCMAC_CSN1_Types_part_1.o
#8 26.07   CC       RLCMAC_CSN1_Types_part_2.o
#8 26.08   CC       RLCMAC_CSN1_Types_part_3.o
#8 26.08   CC       RLCMAC_CSN1_Types_part_4.o
#8 26.11   CC       RLCMAC_CSN1_Types_part_5.o
#8 26.36   CC       RLCMAC_CSN1_Types_part_6.o
#8 26.39   CC       RLCMAC_CSN1_Types_part_7.o
#8 26.41   CC       RLCMAC_Templates_part_1.o
#8 26.43   CC       RLCMAC_Templates_part_2.o
#8 26.45   CC       RLCMAC_Templates_part_3.o
#8 26.47   CC       RLCMAC_Templates_part_4.o
#8 26.50   CC       RLCMAC_Templates_part_5.o
#8 26.51   CC       RLCMAC_Templates_part_6.o
#8 26.52   CC       RLCMAC_Templates_part_7.o
#8 26.53   CC       RLCMAC_Types_part_1.o
#8 26.55   CC       RLCMAC_Types_part_2.o
#8 26.57   CC       RLCMAC_Types_part_3.o
#8 26.59   CC       RLCMAC_Types_part_4.o
#8 26.62   CC       RLCMAC_Types_part_5.o
#8 26.63   CC       RLCMAC_Types_part_6.o
#8 26.64   CC       RLCMAC_Types_part_7.o
#8 26.64   CC       RSL_Emulation_part_1.o
#8 26.65   CC       RSL_Emulation_part_2.o
#8 26.66   CC       RSL_Emulation_part_3.o
#8 26.67   CC       RSL_Emulation_part_4.o
#8 26.67   CC       RSL_Emulation_part_5.o
#8 26.68   CC       RSL_Emulation_part_6.o
#8 26.69   CC       RSL_Emulation_part_7.o
#8 26.69   CC       RSL_Types_part_1.o
#8 26.71   CC       RSL_Types_part_2.o
#8 26.71   CC       RSL_Types_part_3.o
#8 26.73   CC       RSL_Types_part_4.o
#8 26.75   CC       RSL_Types_part_5.o
#8 26.77   CC       RSL_Types_part_6.o
#8 26.77   CC       RSL_Types_part_7.o
#8 26.79   CC       RTP_CodecPort_part_1.o
#8 26.79   CC       RTP_CodecPort_part_2.o
#8 26.81   CC       RTP_CodecPort_part_3.o
#8 26.82   CC       RTP_CodecPort_part_4.o
#8 26.84   CC       RTP_CodecPort_part_5.o
#8 26.84   CC       RTP_CodecPort_part_6.o
#8 26.88   CC       RTP_CodecPort_part_7.o
#8 26.88   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 26.91   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 26.93   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 26.94   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 26.96   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 26.96   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 26.97   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 26.98   CC       RTP_Emulation_part_1.o
#8 26.99   CC       RTP_Emulation_part_2.o
#8 27.00   CC       RTP_Emulation_part_3.o
#8 27.01   CC       RTP_Emulation_part_4.o
#8 27.02   CC       RTP_Emulation_part_5.o
#8 27.02   CC       RTP_Emulation_part_6.o
#8 27.05   CC       RTP_Emulation_part_7.o
#8 27.06   CC       RTP_Types_part_1.o
#8 27.07   CC       RTP_Types_part_2.o
#8 27.07   CC       RTP_Types_part_3.o
#8 27.09   CC       RTP_Types_part_4.o
#8 27.10   CC       RTP_Types_part_5.o
#8 27.13   CC       RTP_Types_part_6.o
#8 27.13   CC       RTP_Types_part_7.o
#8 27.17   CC       Socket_API_Definitions_part_1.o
#8 27.19   CC       Socket_API_Definitions_part_2.o
#8 27.20   CC       Socket_API_Definitions_part_3.o
#8 27.22   CC       Socket_API_Definitions_part_4.o
#8 27.22   CC       Socket_API_Definitions_part_5.o
#8 27.24   CC       Socket_API_Definitions_part_6.o
#8 27.25   CC       Socket_API_Definitions_part_7.o
#8 27.27   CC       TCCConversion_Functions_part_1.o
#8 27.27   CC       TCCConversion_Functions_part_2.o
#8 27.29   CC       TCCConversion_Functions_part_3.o
#8 27.29   CC       TCCConversion_Functions_part_4.o
#8 27.31   CC       TCCConversion_Functions_part_5.o
#8 27.31   CC       TCCConversion_Functions_part_6.o
#8 27.33   CC       TCCConversion_Functions_part_7.o
#8 27.33   CC       TCCInterface_Functions_part_1.o
#8 27.35   CC       TCCInterface_Functions_part_2.o
#8 27.35   CC       TCCInterface_Functions_part_3.o
#8 27.37   CC       TCCInterface_Functions_part_4.o
#8 27.38   CC       TCCInterface_Functions_part_5.o
#8 27.40   CC       TCCInterface_Functions_part_6.o
#8 27.40   CC       TCCInterface_Functions_part_7.o
#8 27.42   CC       TELNETasp_PortType_part_1.o
#8 27.42   CC       TELNETasp_PortType_part_2.o
#8 27.44   CC       TELNETasp_PortType_part_4.o
#8 27.44   CC       TELNETasp_PortType_part_3.o
#8 27.46   CC       TELNETasp_PortType_part_5.o
#8 27.46   CC       TELNETasp_PortType_part_6.o
#8 27.48   CC       TELNETasp_PortType_part_7.o
#8 27.48   CC       TRXC_CodecPort_part_1.o
#8 27.50   CC       TRXC_CodecPort_part_2.o
#8 27.50   CC       TRXC_CodecPort_part_3.o
#8 27.53   CC       TRXC_CodecPort_part_4.o
#8 27.53   CC       TRXC_CodecPort_part_5.o
#8 27.55   CC       TRXC_CodecPort_part_6.o
#8 27.55   CC       TRXC_CodecPort_part_7.o
#8 27.57   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.57   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.61   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.61   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.63   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.63   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.65   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.65   CC       TRXC_Types_part_1.o
#8 27.67   CC       TRXC_Types_part_2.o
#8 27.67   CC       TRXC_Types_part_3.o
#8 27.69   CC       TRXC_Types_part_4.o
#8 27.69   CC       TRXC_Types_part_5.o
#8 27.71   CC       TRXC_Types_part_6.o
#8 27.71   CC       TRXC_Types_part_7.o
#8 27.73   CC       UD_PortType_part_1.o
#8 27.74   CC       UD_PortType_part_2.o
#8 27.75   CC       UD_PortType_part_3.o
#8 27.77   CC       UD_PortType_part_4.o
#8 27.77   CC       UD_PortType_part_5.o
#8 27.79   CC       UD_PortType_part_6.o
#8 27.80   CC       UD_PortType_part_7.o
#8 27.82   CC       UD_Types_part_1.o
#8 27.82   CC       UD_Types_part_2.o
#8 27.84   CC       UD_Types_part_4.o
#8 27.84   CC       UD_Types_part_3.o
#8 27.86   CC       UD_Types_part_5.o
#8 27.87   CC       UD_Types_part_6.o
#8 27.88   CC       UD_Types_part_7.o
#8 27.90   CC       IPA_Emulation.o
#8 27.91   CC       IPA_Emulation_part_1.o
#8 27.94   CC       IPA_Emulation_part_2.o
#8 27.95   CC       IPA_Emulation_part_3.o
#8 27.97   CC       IPA_Emulation_part_4.o
#8 27.97   CC       IPA_Emulation_part_5.o
#8 27.99   CC       IPA_Emulation_part_6.o
#8 27.99   CC       IPA_Emulation_part_7.o
#8 28.01   CC       IPA_CodecPort_CtrlFunctDef.o
#8 28.02   CC       IPL4asp_PT.o
#8 28.23   CC       IPL4asp_discovery.o
#8 28.84   CC       IuUP_EncDec.o
#8 28.88   CC       L1CTL_PortType_CtrlFunctDef.o
#8 29.27   CC       Native_FunctionDefs.o
#8 29.41   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 29.41   CC       RLCMAC_EncDec.o
#8 29.45   CC       RTP_CodecPort_CtrlFunctDef.o
#8 29.60   CC       RTP_EncDec.o
#8 29.60   CC       TCCConversion.o
#8 29.66   CC       TCCInterface.o
#8 29.83   CC       TELNETasp_PT.o
#8 30.39   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 30.44   CC       UD_PT.o
#8 30.45   CCLD     AMR_Types.so
#8 30.54   CCLD     AbisOML_Types.so
#8 30.55   CCLD     BTS_Tests.so
#8 30.57   CCLD     BTS_Tests_ASCI.so
#8 30.70   CCLD     BTS_Tests_LAPDm.so
#8 30.73   CCLD     BTS_Tests_OML.so
#8 30.78   CCLD     BTS_Tests_SMSCB.so
#8 30.82   CCLD     BTS_Tests_VAMOS.so
#8 30.84   CCLD     BTS_Tests_perf.so
#8 30.86   CCLD     GSM_RR_Types.so
#8 30.90   CCLD     GSM_RestOctets.so
#8 30.95   CCLD     GSM_SystemInformation.so
#8 30.95   CCLD     GSM_Types.so
#8 31.00   CCLD     General_Types.so
#8 31.01   CCLD     IPA_CodecPort.so
#8 31.02   CCLD     IPA_CodecPort_CtrlFunct.so
#8 31.03   CCLD     IPA_Testing.so
#8 31.04   CCLD     IPA_Types.so
#8 31.07   CCLD     IPL4asp_Functions.so
#8 31.10   CCLD     IPL4asp_PortType.so
#8 31.12   CCLD     IPL4asp_Types.so
#8 31.14   CCLD     IuUP_Emulation.so
#8 31.15   CCLD     IuUP_Types.so
#8 31.15   CCLD     L1CTL_PortType.so
#8 31.17   CCLD     L1CTL_PortType_CtrlFunct.so
#8 31.19   CCLD     L1CTL_Types.so
#8 31.20   CCLD     L3_Common.so
#8 31.24   CCLD     L3_Templates.so
#8 31.26   CCLD     LAPDm_RAW_PT.so
#8 31.26   CCLD     LAPDm_Types.so
#8 31.28   CCLD     Misc_Helpers.so
#8 31.28   CCLD     MobileL3_CC_Types.so
#8 31.30   CCLD     MobileL3_CommonIE_Types.so
#8 31.32   CCLD     MobileL3_GMM_SM_Types.so
#8 31.36   CCLD     MobileL3_MM_Types.so
#8 31.36   CCLD     MobileL3_RRM_Types.so
#8 31.38   CCLD     MobileL3_SMS_Types.so
#8 31.39   CCLD     MobileL3_SS_Types.so
#8 31.41   CCLD     MobileL3_Types.so
#8 31.43   CCLD     Native_Functions.so
#8 31.43   CCLD     OSMUX_CodecPort.so
#8 31.44   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 31.51   CCLD     OSMUX_Emulation.so
#8 31.52   CCLD     OSMUX_Types.so
#8 31.52   CCLD     Osmocom_CTRL_Adapter.so
#8 31.52   CCLD     Osmocom_CTRL_Functions.so
#8 31.53   CCLD     Osmocom_CTRL_Types.so
#8 31.54   CCLD     Osmocom_Types.so
#8 31.55   CCLD     Osmocom_VTY_Functions.so
#8 31.56   CCLD     PCUIF_CodecPort.so
#8 31.62   CCLD     PCUIF_Types.so
#8 31.63   CCLD     RLCMAC_CSN1_Templates.so
#8 31.63   CCLD     RLCMAC_CSN1_Types.so
#8 31.63   CCLD     RLCMAC_Templates.so
#8 31.63   CCLD     RLCMAC_Types.so
#8 31.64   CCLD     RSL_Emulation.so
#8 31.65   CCLD     RSL_Types.so
#8 31.67   CCLD     RTP_CodecPort.so
#8 31.75   CCLD     RTP_CodecPort_CtrlFunct.so
#8 31.75   CCLD     RTP_Emulation.so
#8 31.76   CCLD     RTP_Types.so
#8 31.78   CCLD     Socket_API_Definitions.so
#8 31.79   CCLD     TCCConversion_Functions.so
#8 31.79   CCLD     TCCInterface_Functions.so
#8 31.79   CCLD     TELNETasp_PortType.so
#8 31.81   CCLD     TRXC_CodecPort.so
#8 31.82   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 31.86   CCLD     TRXC_Types.so
#8 31.86   CCLD     UD_PortType.so
#8 31.88   CCLD     UD_Types.so
#8 31.90   CCLD     AMR_Types_part_1.so
#8 31.91   CCLD     AMR_Types_part_2.so
#8 31.92   CCLD     AMR_Types_part_3.so
#8 31.92   CCLD     AMR_Types_part_4.so
#8 31.93   CCLD     AMR_Types_part_5.so
#8 31.93   CCLD     AMR_Types_part_6.so
#8 31.94   CCLD     AMR_Types_part_7.so
#8 31.95   CCLD     AbisOML_Types_part_1.so
#8 31.96   CCLD     AbisOML_Types_part_2.so
#8 31.96   CCLD     AbisOML_Types_part_3.so
#8 31.97   CCLD     AbisOML_Types_part_4.so
#8 31.97   CCLD     AbisOML_Types_part_5.so
#8 31.97   CCLD     AbisOML_Types_part_6.so
#8 31.98   CCLD     AbisOML_Types_part_7.so
#8 31.99   CCLD     BTS_Tests_part_1.so
#8 32.00   CCLD     BTS_Tests_part_2.so
#8 32.00   CCLD     BTS_Tests_part_3.so
#8 32.01   CCLD     BTS_Tests_part_4.so
#8 32.01   CCLD     BTS_Tests_part_5.so
#8 32.02   CCLD     BTS_Tests_part_6.so
#8 32.03   CCLD     BTS_Tests_part_7.so
#8 32.03   CCLD     BTS_Tests_ASCI_part_1.so
#8 32.03   CCLD     BTS_Tests_ASCI_part_2.so
#8 32.03   CCLD     BTS_Tests_ASCI_part_3.so
#8 32.04   CCLD     BTS_Tests_ASCI_part_4.so
#8 32.04   CCLD     BTS_Tests_ASCI_part_5.so
#8 32.05   CCLD     BTS_Tests_ASCI_part_6.so
#8 32.05   CCLD     BTS_Tests_ASCI_part_7.so
#8 32.05   CCLD     BTS_Tests_LAPDm_part_1.so
#8 32.06   CCLD     BTS_Tests_LAPDm_part_2.so
#8 32.06   CCLD     BTS_Tests_LAPDm_part_3.so
#8 32.06   CCLD     BTS_Tests_LAPDm_part_4.so
#8 32.06   CCLD     BTS_Tests_LAPDm_part_5.so
#8 32.06   CCLD     BTS_Tests_LAPDm_part_6.so
#8 32.07   CCLD     BTS_Tests_LAPDm_part_7.so
#8 32.07   CCLD     BTS_Tests_OML_part_1.so
#8 32.08   CCLD     BTS_Tests_OML_part_2.so
#8 32.08   CCLD     BTS_Tests_OML_part_3.so
#8 32.08   CCLD     BTS_Tests_OML_part_4.so
#8 32.09   CCLD     BTS_Tests_OML_part_5.so
#8 32.09   CCLD     BTS_Tests_OML_part_6.so
#8 32.09   CCLD     BTS_Tests_OML_part_7.so
#8 32.10   CCLD     BTS_Tests_SMSCB_part_2.so
#8 32.10   CCLD     BTS_Tests_SMSCB_part_1.so
#8 32.10   CCLD     BTS_Tests_SMSCB_part_3.so
#8 32.10   CCLD     BTS_Tests_SMSCB_part_4.so
#8 32.10   CCLD     BTS_Tests_SMSCB_part_5.so
#8 32.11   CCLD     BTS_Tests_SMSCB_part_6.so
#8 32.11   CCLD     BTS_Tests_SMSCB_part_7.so
#8 32.12   CCLD     BTS_Tests_VAMOS_part_1.so
#8 32.12   CCLD     BTS_Tests_VAMOS_part_2.so
#8 32.13   CCLD     BTS_Tests_VAMOS_part_3.so
#8 32.13   CCLD     BTS_Tests_VAMOS_part_4.so
#8 32.13   CCLD     BTS_Tests_VAMOS_part_5.so
#8 32.13   CCLD     BTS_Tests_VAMOS_part_6.so
#8 32.13   CCLD     BTS_Tests_VAMOS_part_7.so
#8 32.13   CCLD     BTS_Tests_perf_part_1.so
#8 32.13   CCLD     BTS_Tests_perf_part_2.so
#8 32.14   CCLD     BTS_Tests_perf_part_3.so
#8 32.15   CCLD     BTS_Tests_perf_part_4.so
#8 32.15   CCLD     BTS_Tests_perf_part_5.so
#8 32.15   CCLD     BTS_Tests_perf_part_6.so
#8 32.15   CCLD     BTS_Tests_perf_part_7.so
#8 32.16   CCLD     GSM_RR_Types_part_1.so
#8 32.16   CCLD     GSM_RR_Types_part_2.so
#8 32.16   CCLD     GSM_RR_Types_part_3.so
#8 32.16   CCLD     GSM_RR_Types_part_4.so
#8 32.16   CCLD     GSM_RR_Types_part_5.so
#8 32.17   CCLD     GSM_RR_Types_part_6.so
#8 32.17   CCLD     GSM_RR_Types_part_7.so
#8 32.18   CCLD     GSM_RestOctets_part_1.so
#8 32.18   CCLD     GSM_RestOctets_part_2.so
#8 32.18   CCLD     GSM_RestOctets_part_3.so
#8 32.18   CCLD     GSM_RestOctets_part_4.so
#8 32.19   CCLD     GSM_RestOctets_part_5.so
#8 32.19   CCLD     GSM_RestOctets_part_6.so
#8 32.20   CCLD     GSM_RestOctets_part_7.so
#8 32.21   CCLD     GSM_SystemInformation_part_1.so
#8 32.21   CCLD     GSM_SystemInformation_part_2.so
#8 32.23   CCLD     GSM_SystemInformation_part_3.so
#8 32.23   CCLD     GSM_SystemInformation_part_4.so
#8 32.23   CCLD     GSM_SystemInformation_part_5.so
#8 32.24   CCLD     GSM_SystemInformation_part_6.so
#8 32.24   CCLD     GSM_SystemInformation_part_7.so
#8 32.24   CCLD     GSM_Types_part_1.so
#8 32.24   CCLD     GSM_Types_part_2.so
#8 32.26   CCLD     GSM_Types_part_3.so
#8 32.26   CCLD     GSM_Types_part_4.so
#8 32.26   CCLD     GSM_Types_part_5.so
#8 32.27   CCLD     GSM_Types_part_6.so
#8 32.27   CCLD     GSM_Types_part_7.so
#8 32.27   CCLD     General_Types_part_1.so
#8 32.27   CCLD     General_Types_part_2.so
#8 32.29   CCLD     General_Types_part_3.so
#8 32.29   CCLD     General_Types_part_4.so
#8 32.29   CCLD     General_Types_part_5.so
#8 32.29   CCLD     General_Types_part_6.so
#8 32.30   CCLD     General_Types_part_7.so
#8 32.30   CCLD     IPA_CodecPort_part_1.so
#8 32.30   CCLD     IPA_CodecPort_part_2.so
#8 32.30   CCLD     IPA_CodecPort_part_3.so
#8 32.31   CCLD     IPA_CodecPort_part_4.so
#8 32.31   CCLD     IPA_CodecPort_part_5.so
#8 32.31   CCLD     IPA_CodecPort_part_6.so
#8 32.32   CCLD     IPA_CodecPort_part_7.so
#8 32.32   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 32.32   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 32.33   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 32.33   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 32.33   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 32.33   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 32.34   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 32.34   CCLD     IPA_Testing_part_1.so
#8 32.34   CCLD     IPA_Testing_part_2.so
#8 32.34   CCLD     IPA_Testing_part_3.so
#8 32.35   CCLD     IPA_Testing_part_4.so
#8 32.35   CCLD     IPA_Testing_part_5.so
#8 32.35   CCLD     IPA_Testing_part_6.so
#8 32.36   CCLD     IPA_Testing_part_7.so
#8 32.36   CCLD     IPA_Types_part_1.so
#8 32.36   CCLD     IPA_Types_part_2.so
#8 32.36   CCLD     IPA_Types_part_3.so
#8 32.37   CCLD     IPA_Types_part_4.so
#8 32.37   CCLD     IPA_Types_part_5.so
#8 32.37   CCLD     IPA_Types_part_6.so
#8 32.37   CCLD     IPA_Types_part_7.so
#8 32.38   CCLD     IPL4asp_Functions_part_1.so
#8 32.38   CCLD     IPL4asp_Functions_part_2.so
#8 32.38   CCLD     IPL4asp_Functions_part_3.so
#8 32.38   CCLD     IPL4asp_Functions_part_4.so
#8 32.38   CCLD     IPL4asp_Functions_part_5.so
#8 32.39   CCLD     IPL4asp_Functions_part_6.so
#8 32.39   CCLD     IPL4asp_Functions_part_7.so
#8 32.39   CCLD     IPL4asp_PortType_part_1.so
#8 32.39   CCLD     IPL4asp_PortType_part_2.so
#8 32.40   CCLD     IPL4asp_PortType_part_3.so
#8 32.40   CCLD     IPL4asp_PortType_part_4.so
#8 32.40   CCLD     IPL4asp_PortType_part_5.so
#8 32.40   CCLD     IPL4asp_PortType_part_6.so
#8 32.41   CCLD     IPL4asp_PortType_part_7.so
#8 32.41   CCLD     IPL4asp_Types_part_1.so
#8 32.42   CCLD     IPL4asp_Types_part_2.so
#8 32.42   CCLD     IPL4asp_Types_part_3.so
#8 32.42   CCLD     IPL4asp_Types_part_4.so
#8 32.42   CCLD     IPL4asp_Types_part_5.so
#8 32.42   CCLD     IPL4asp_Types_part_6.so
#8 32.42   CCLD     IPL4asp_Types_part_7.so
#8 32.42   CCLD     IuUP_Emulation_part_1.so
#8 32.44   CCLD     IuUP_Emulation_part_2.so
#8 32.44   CCLD     IuUP_Emulation_part_3.so
#8 32.44   CCLD     IuUP_Emulation_part_4.so
#8 32.44   CCLD     IuUP_Emulation_part_5.so
#8 32.44   CCLD     IuUP_Emulation_part_6.so
#8 32.44   CCLD     IuUP_Emulation_part_7.so
#8 32.44   CCLD     IuUP_Types_part_1.so
#8 32.45   CCLD     IuUP_Types_part_2.so
#8 32.45   CCLD     IuUP_Types_part_3.so
#8 32.45   CCLD     IuUP_Types_part_4.so
#8 32.45   CCLD     IuUP_Types_part_5.so
#8 32.45   CCLD     IuUP_Types_part_6.so
#8 32.47   CCLD     IuUP_Types_part_7.so
#8 32.47   CCLD     L1CTL_PortType_part_1.so
#8 32.47   CCLD     L1CTL_PortType_part_2.so
#8 32.47   CCLD     L1CTL_PortType_part_3.so
#8 32.47   CCLD     L1CTL_PortType_part_4.so
#8 32.47   CCLD     L1CTL_PortType_part_5.so
#8 32.47   CCLD     L1CTL_PortType_part_6.so
#8 32.47   CCLD     L1CTL_PortType_part_7.so
#8 32.48   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 32.48   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 32.48   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 32.49   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 32.49   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 32.50   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 32.50   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 32.50   CCLD     L1CTL_Types_part_1.so
#8 32.50   CCLD     L1CTL_Types_part_2.so
#8 32.50   CCLD     L1CTL_Types_part_3.so
#8 32.51   CCLD     L1CTL_Types_part_4.so
#8 32.51   CCLD     L1CTL_Types_part_5.so
#8 32.51   CCLD     L1CTL_Types_part_6.so
#8 32.51   CCLD     L1CTL_Types_part_7.so
#8 32.51   CCLD     L3_Common_part_1.so
#8 32.52   CCLD     L3_Common_part_2.so
#8 32.52   CCLD     L3_Common_part_3.so
#8 32.52   CCLD     L3_Common_part_4.so
#8 32.52   CCLD     L3_Common_part_5.so
#8 32.53   CCLD     L3_Common_part_6.so
#8 32.54   CCLD     L3_Common_part_7.so
#8 32.54   CCLD     L3_Templates_part_2.so
#8 32.54   CCLD     L3_Templates_part_1.so
#8 32.54   CCLD     L3_Templates_part_3.so
#8 32.54   CCLD     L3_Templates_part_4.so
#8 32.54   CCLD     L3_Templates_part_5.so
#8 32.55   CCLD     L3_Templates_part_6.so
#8 32.55   CCLD     L3_Templates_part_7.so
#8 32.55   CCLD     LAPDm_RAW_PT_part_1.so
#8 32.56   CCLD     LAPDm_RAW_PT_part_2.so
#8 32.56   CCLD     LAPDm_RAW_PT_part_3.so
#8 32.56   CCLD     LAPDm_RAW_PT_part_4.so
#8 32.56   CCLD     LAPDm_RAW_PT_part_5.so
#8 32.56   CCLD     LAPDm_RAW_PT_part_6.so
#8 32.58   CCLD     LAPDm_RAW_PT_part_7.so
#8 32.58   CCLD     LAPDm_Types_part_1.so
#8 32.58   CCLD     LAPDm_Types_part_2.so
#8 32.58   CCLD     LAPDm_Types_part_3.so
#8 32.58   CCLD     LAPDm_Types_part_4.so
#8 32.59   CCLD     LAPDm_Types_part_5.so
#8 32.60   CCLD     LAPDm_Types_part_6.so
#8 32.60   CCLD     LAPDm_Types_part_7.so
#8 32.60   CCLD     Misc_Helpers_part_1.so
#8 32.60   CCLD     Misc_Helpers_part_2.so
#8 32.60   CCLD     Misc_Helpers_part_3.so
#8 32.60   CCLD     Misc_Helpers_part_4.so
#8 32.60   CCLD     Misc_Helpers_part_5.so
#8 32.61   CCLD     Misc_Helpers_part_6.so
#8 32.61   CCLD     Misc_Helpers_part_7.so
#8 32.61   CCLD     MobileL3_CC_Types_part_1.so
#8 32.62   CCLD     MobileL3_CC_Types_part_2.so
#8 32.62   CCLD     MobileL3_CC_Types_part_3.so
#8 32.63   CCLD     MobileL3_CC_Types_part_4.so
#8 32.63   CCLD     MobileL3_CC_Types_part_5.so
#8 32.63   CCLD     MobileL3_CC_Types_part_6.so
#8 32.64   CCLD     MobileL3_CC_Types_part_7.so
#8 32.64   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 32.64   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 32.64   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 32.66   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 32.66   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 32.66   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 32.66   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 32.66   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 32.67   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 32.67   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 32.68   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 32.69   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 32.69   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 32.69   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 32.70   CCLD     MobileL3_MM_Types_part_1.so
#8 32.73   CCLD     MobileL3_MM_Types_part_2.so
#8 32.77   CCLD     MobileL3_MM_Types_part_3.so
#8 32.79   CCLD     MobileL3_MM_Types_part_4.so
#8 32.80   CCLD     MobileL3_MM_Types_part_5.so
#8 32.82   CCLD     MobileL3_MM_Types_part_6.so
#8 32.82   CCLD     MobileL3_MM_Types_part_7.so
#8 32.83   CCLD     MobileL3_RRM_Types_part_1.so
#8 32.83   CCLD     MobileL3_RRM_Types_part_2.so
#8 32.84   CCLD     MobileL3_RRM_Types_part_3.so
#8 32.85   CCLD     MobileL3_RRM_Types_part_4.so
#8 32.85   CCLD     MobileL3_RRM_Types_part_5.so
#8 32.85   CCLD     MobileL3_RRM_Types_part_6.so
#8 32.85   CCLD     MobileL3_RRM_Types_part_7.so
#8 32.86   CCLD     MobileL3_SMS_Types_part_1.so
#8 32.88   CCLD     MobileL3_SMS_Types_part_2.so
#8 32.88   CCLD     MobileL3_SMS_Types_part_3.so
#8 32.88   CCLD     MobileL3_SMS_Types_part_4.so
#8 32.90   CCLD     MobileL3_SMS_Types_part_5.so
#8 32.90   CCLD     MobileL3_SMS_Types_part_6.so
#8 32.91   CCLD     MobileL3_SMS_Types_part_7.so
#8 32.91   CCLD     MobileL3_SS_Types_part_1.so
#8 32.91   CCLD     MobileL3_SS_Types_part_2.so
#8 32.93   CCLD     MobileL3_SS_Types_part_3.so
#8 32.93   CCLD     MobileL3_SS_Types_part_4.so
#8 32.95   CCLD     MobileL3_SS_Types_part_5.so
#8 32.95   CCLD     MobileL3_SS_Types_part_6.so
#8 32.95   CCLD     MobileL3_SS_Types_part_7.so
#8 32.96   CCLD     MobileL3_Types_part_1.so
#8 32.96   CCLD     MobileL3_Types_part_2.so
#8 32.96   CCLD     MobileL3_Types_part_3.so
#8 32.97   CCLD     MobileL3_Types_part_4.so
#8 32.97   CCLD     MobileL3_Types_part_5.so
#8 32.97   CCLD     MobileL3_Types_part_6.so
#8 32.97   CCLD     MobileL3_Types_part_7.so
#8 32.98   CCLD     Native_Functions_part_1.so
#8 32.98   CCLD     Native_Functions_part_2.so
#8 32.98   CCLD     Native_Functions_part_3.so
#8 32.98   CCLD     Native_Functions_part_4.so
#8 32.98   CCLD     Native_Functions_part_5.so
#8 32.99   CCLD     Native_Functions_part_6.so
#8 33.00   CCLD     Native_Functions_part_7.so
#8 33.00   CCLD     OSMUX_CodecPort_part_1.so
#8 33.00   CCLD     OSMUX_CodecPort_part_2.so
#8 33.00   CCLD     OSMUX_CodecPort_part_3.so
#8 33.00   CCLD     OSMUX_CodecPort_part_4.so
#8 33.00   CCLD     OSMUX_CodecPort_part_5.so
#8 33.00   CCLD     OSMUX_CodecPort_part_6.so
#8 33.01   CCLD     OSMUX_CodecPort_part_7.so
#8 33.02   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 33.02   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 33.03   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 33.03   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 33.03   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 33.03   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 33.03   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 33.03   CCLD     OSMUX_Emulation_part_1.so
#8 33.03   CCLD     OSMUX_Emulation_part_2.so
#8 33.03   CCLD     OSMUX_Emulation_part_3.so
#8 33.03   CCLD     OSMUX_Emulation_part_4.so
#8 33.04   CCLD     OSMUX_Emulation_part_5.so
#8 33.05   CCLD     OSMUX_Emulation_part_6.so
#8 33.05   CCLD     OSMUX_Emulation_part_7.so
#8 33.05   CCLD     OSMUX_Types_part_1.so
#8 33.05   CCLD     OSMUX_Types_part_2.so
#8 33.05   CCLD     OSMUX_Types_part_3.so
#8 33.05   CCLD     OSMUX_Types_part_4.so
#8 33.06   CCLD     OSMUX_Types_part_5.so
#8 33.08   CCLD     OSMUX_Types_part_6.so
#8 33.08   CCLD     OSMUX_Types_part_7.so
#8 33.08   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 33.08   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 33.08   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 33.08   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 33.08   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 33.08   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 33.08   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 33.08   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 33.08   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 33.08   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 33.08   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 33.11   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 33.11   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 33.11   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 33.11   CCLD     Osmocom_CTRL_Types_part_1.so
#8 33.11   CCLD     Osmocom_CTRL_Types_part_2.so
#8 33.11   CCLD     Osmocom_CTRL_Types_part_3.so
#8 33.11   CCLD     Osmocom_CTRL_Types_part_4.so
#8 33.11   CCLD     Osmocom_CTRL_Types_part_5.so
#8 33.11   CCLD     Osmocom_CTRL_Types_part_6.so
#8 33.11   CCLD     Osmocom_CTRL_Types_part_7.so
#8 33.11   CCLD     Osmocom_Types_part_1.so
#8 33.12   CCLD     Osmocom_Types_part_2.so
#8 33.13   CCLD     Osmocom_Types_part_3.so
#8 33.13   CCLD     Osmocom_Types_part_4.so
#8 33.13   CCLD     Osmocom_Types_part_5.so
#8 33.14   CCLD     Osmocom_Types_part_7.so
#8 33.14   CCLD     Osmocom_Types_part_6.so
#8 33.14   CCLD     Osmocom_VTY_Functions_part_1.so
#8 33.14   CCLD     Osmocom_VTY_Functions_part_2.so
#8 33.15   CCLD     Osmocom_VTY_Functions_part_3.so
#8 33.16   CCLD     Osmocom_VTY_Functions_part_4.so
#8 33.16   CCLD     Osmocom_VTY_Functions_part_5.so
#8 33.16   CCLD     Osmocom_VTY_Functions_part_6.so
#8 33.16   CCLD     Osmocom_VTY_Functions_part_7.so
#8 33.16   CCLD     PCUIF_CodecPort_part_1.so
#8 33.16   CCLD     PCUIF_CodecPort_part_2.so
#8 33.16   CCLD     PCUIF_CodecPort_part_3.so
#8 33.16   CCLD     PCUIF_CodecPort_part_4.so
#8 33.17   CCLD     PCUIF_CodecPort_part_5.so
#8 33.18   CCLD     PCUIF_CodecPort_part_6.so
#8 33.18   CCLD     PCUIF_CodecPort_part_7.so
#8 33.18   CCLD     PCUIF_Types_part_1.so
#8 33.18   CCLD     PCUIF_Types_part_2.so
#8 33.18   CCLD     PCUIF_Types_part_3.so
#8 33.18   CCLD     PCUIF_Types_part_4.so
#8 33.18   CCLD     PCUIF_Types_part_5.so
#8 33.18   CCLD     PCUIF_Types_part_6.so
#8 33.19   CCLD     PCUIF_Types_part_7.so
#8 33.19   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 33.20   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 33.20   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 33.20   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 33.20   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 33.21   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 33.21   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 33.21   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 33.21   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 33.21   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 33.21   CCLD     RLCMAC_Templates_part_1.so
#8 33.21   CCLD     RLCMAC_Templates_part_2.so
#8 33.23   CCLD     RLCMAC_Templates_part_3.so
#8 33.23   CCLD     RLCMAC_Templates_part_4.so
#8 33.23   CCLD     RLCMAC_Templates_part_6.so
#8 33.23   CCLD     RLCMAC_Templates_part_5.so
#8 33.23   CCLD     RLCMAC_Templates_part_7.so
#8 33.23   CCLD     RLCMAC_Types_part_1.so
#8 33.23   CCLD     RLCMAC_Types_part_2.so
#8 33.26   CCLD     RLCMAC_Types_part_3.so
#8 33.26   CCLD     RLCMAC_Types_part_4.so
#8 33.26   CCLD     RLCMAC_Types_part_5.so
#8 33.26   CCLD     RLCMAC_Types_part_6.so
#8 33.26   CCLD     RLCMAC_Types_part_7.so
#8 33.26   CCLD     RSL_Emulation_part_1.so
#8 33.26   CCLD     RSL_Emulation_part_2.so
#8 33.26   CCLD     RSL_Emulation_part_3.so
#8 33.26   CCLD     RSL_Emulation_part_4.so
#8 33.26   CCLD     RSL_Emulation_part_5.so
#8 33.28   CCLD     RSL_Emulation_part_6.so
#8 33.28   CCLD     RSL_Emulation_part_7.so
#8 33.29   CCLD     RSL_Types_part_2.so
#8 33.30   CCLD     RSL_Types_part_3.so
#8 33.30   CCLD     RSL_Types_part_4.so
#8 33.30   CCLD     RSL_Types_part_5.so
#8 33.30   CCLD     RSL_Types_part_6.so
#8 33.30   CCLD     RSL_Types_part_7.so
#8 33.30   CCLD     RTP_CodecPort_part_1.so
#8 33.30   CCLD     RTP_CodecPort_part_2.so
#8 33.30   CCLD     RTP_CodecPort_part_3.so
#8 33.30   CCLD     RTP_CodecPort_part_4.so
#8 33.30   CCLD     RTP_CodecPort_part_5.so
#8 33.31   CCLD     RTP_CodecPort_part_6.so
#8 33.32   CCLD     RTP_CodecPort_part_7.so
#8 33.32   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 33.32   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 33.32   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 33.32   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 33.32   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 33.33   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 33.33   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 33.33   CCLD     RTP_Emulation_part_1.so
#8 33.33   CCLD     RTP_Emulation_part_2.so
#8 33.34   CCLD     RTP_Emulation_part_3.so
#8 33.34   CCLD     RTP_Emulation_part_4.so
#8 33.35   CCLD     RTP_Emulation_part_5.so
#8 33.35   CCLD     RTP_Emulation_part_6.so
#8 33.35   CCLD     RTP_Emulation_part_7.so
#8 33.35   CCLD     RTP_Types_part_1.so
#8 33.35   CCLD     RTP_Types_part_2.so
#8 33.36   CCLD     RTP_Types_part_3.so
#8 33.36   CCLD     RTP_Types_part_4.so
#8 33.36   CCLD     RTP_Types_part_5.so
#8 33.36   CCLD     RTP_Types_part_6.so
#8 33.36   CCLD     RTP_Types_part_7.so
#8 33.36   CCLD     Socket_API_Definitions_part_1.so
#8 33.38   CCLD     Socket_API_Definitions_part_2.so
#8 33.38   CCLD     Socket_API_Definitions_part_3.so
#8 33.38   CCLD     Socket_API_Definitions_part_4.so
#8 33.38   CCLD     Socket_API_Definitions_part_5.so
#8 33.38   CCLD     Socket_API_Definitions_part_6.so
#8 33.38   CCLD     Socket_API_Definitions_part_7.so
#8 33.39   CCLD     TCCConversion_Functions_part_1.so
#8 33.39   CCLD     TCCConversion_Functions_part_2.so
#8 33.39   CCLD     TCCConversion_Functions_part_3.so
#8 33.39   CCLD     TCCConversion_Functions_part_4.so
#8 33.39   CCLD     TCCConversion_Functions_part_5.so
#8 33.40   CCLD     TCCConversion_Functions_part_6.so
#8 33.40   CCLD     TCCConversion_Functions_part_7.so
#8 33.40   CCLD     TCCInterface_Functions_part_1.so
#8 33.41   CCLD     TCCInterface_Functions_part_2.so
#8 33.41   CCLD     TCCInterface_Functions_part_3.so
#8 33.41   CCLD     TCCInterface_Functions_part_4.so
#8 33.41   CCLD     TCCInterface_Functions_part_5.so
#8 33.41   CCLD     TCCInterface_Functions_part_6.so
#8 33.42   CCLD     TCCInterface_Functions_part_7.so
#8 33.42   CCLD     TELNETasp_PortType_part_1.so
#8 33.42   CCLD     TELNETasp_PortType_part_2.so
#8 33.44   CCLD     TELNETasp_PortType_part_3.so
#8 33.44   CCLD     TELNETasp_PortType_part_4.so
#8 33.44   CCLD     TELNETasp_PortType_part_5.so
#8 33.44   CCLD     TELNETasp_PortType_part_6.so
#8 33.44   CCLD     TELNETasp_PortType_part_7.so
#8 33.44   CCLD     TRXC_CodecPort_part_1.so
#8 33.44   CCLD     TRXC_CodecPort_part_3.so
#8 33.44   CCLD     TRXC_CodecPort_part_2.so
#8 33.44   CCLD     TRXC_CodecPort_part_4.so
#8 33.46   CCLD     TRXC_CodecPort_part_5.so
#8 33.46   CCLD     TRXC_CodecPort_part_6.so
#8 33.46   CCLD     TRXC_CodecPort_part_7.so
#8 33.46   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 33.46   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 33.46   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 33.46   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 33.46   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 33.46   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 33.47   CCLD     TRXC_Types_part_1.so
#8 33.47   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 33.47   CCLD     TRXC_Types_part_2.so
#8 33.47   CCLD     TRXC_Types_part_3.so
#8 33.47   CCLD     TRXC_Types_part_4.so
#8 33.48   CCLD     TRXC_Types_part_5.so
#8 33.48   CCLD     TRXC_Types_part_6.so
#8 33.49   CCLD     TRXC_Types_part_7.so
#8 33.49   CCLD     UD_PortType_part_1.so
#8 33.49   CCLD     UD_PortType_part_2.so
#8 33.49   CCLD     UD_PortType_part_3.so
#8 33.49   CCLD     UD_PortType_part_4.so
#8 33.49   CCLD     UD_PortType_part_5.so
#8 33.49   CCLD     UD_PortType_part_6.so
#8 33.51   CCLD     UD_PortType_part_7.so
#8 33.51   CCLD     UD_Types_part_1.so
#8 33.51   CCLD     UD_Types_part_2.so
#8 33.51   CCLD     UD_Types_part_4.so
#8 33.51   CCLD     UD_Types_part_3.so
#8 33.51   CCLD     UD_Types_part_5.so
#8 33.51   CCLD     UD_Types_part_6.so
#8 33.53   CCLD     UD_Types_part_7.so
#8 33.53   CCLD     IPA_Emulation_part_1.so
#8 33.53   CCLD     IPA_Emulation_part_2.so
#8 33.53   CCLD     IPA_Emulation_part_3.so
#8 33.53   CCLD     IPA_Emulation_part_4.so
#8 33.53   CCLD     IPA_Emulation_part_5.so
#8 33.54   CCLD     IPA_Emulation_part_6.so
#8 33.54   CCLD     IPA_Emulation_part_7.so
#8 33.54   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 33.54   CCLD     IPL4asp_PT.so
#8 33.54   CCLD     IPL4asp_discovery.so
#8 33.54   CCLD     IuUP_EncDec.so
#8 33.54   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 33.55   CCLD     Native_FunctionDefs.so
#8 33.55   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 33.55   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 33.55   CCLD     RLCMAC_EncDec.so
#8 33.56   CCLD     RTP_EncDec.so
#8 33.56   CCLD     TCCConversion.so
#8 33.56   CCLD     TCCInterface.so
#8 33.57   CCLD     TELNETasp_PT.so
#8 33.57   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 33.58   CCLD     UD_PT.so
#8 33.86   CCLD     IPA_Emulation.so
#8 33.89   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 33.99   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 34.24   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 34.25   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 35.35   CCLD     RSL_Types_part_1.so
#8 35.38   CCLD     BTS_Tests
#8 35.72 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 36.0s

#9 [4/4] COPY	GENERIC/BTS_TESTS.CFG /data/BTS_Tests.cfg
#9 DONE 0.1s

#10 exporting to image
#10 exporting layers
#10 exporting layers 1.7s done
#10 writing image sha256:fc2138342bfff961e69e55248c61f93c6956f28cf06d7d9dcab61260ff026de5 done
#10 naming to registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 1.8s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/ttcn3-bts-test'
+ docker push registry.osmocom.org/osmocom-build/ttcn3-bts-test
Using default tag: latest
The push refers to repository [registry.osmocom.org/osmocom-build/ttcn3-bts-test]
c927e01d2338: Preparing
efd25169226b: Preparing
66fc0d6772d0: Preparing
82a14f98d2af: Preparing
78b25f24eacf: Preparing
c5e696085450: Preparing
9b6327d0e16b: Preparing
2eccb28d6af5: Preparing
28ef3de123bf: Preparing
e7899ed8ce6f: Preparing
a38dcc3dd2ca: Preparing
1ed774d8fe49: Preparing
ae66f00cea4b: Preparing
8bbbb79c4691: Preparing
2121fef147ae: Preparing
b9ce848e9054: Preparing
fbcabac612a8: Preparing
1c723b0785ab: Preparing
f77cd126bcdf: Preparing
e7899ed8ce6f: Waiting
a38dcc3dd2ca: Waiting
1ed774d8fe49: Waiting
ae66f00cea4b: Waiting
8bbbb79c4691: Waiting
2121fef147ae: Waiting
b9ce848e9054: Waiting
fbcabac612a8: Waiting
1c723b0785ab: Waiting
f77cd126bcdf: Waiting
c5e696085450: Waiting
9b6327d0e16b: Waiting
28ef3de123bf: Waiting
2eccb28d6af5: Waiting
82a14f98d2af: Mounted from osmocom-build/debian-bookworm-titan
78b25f24eacf: Mounted from osmocom-build/debian-bookworm-titan
66fc0d6772d0: Pushed
c5e696085450: Layer already exists
9b6327d0e16b: Layer already exists
c927e01d2338: Pushed
2eccb28d6af5: Layer already exists
28ef3de123bf: Layer already exists
e7899ed8ce6f: Layer already exists
a38dcc3dd2ca: Layer already exists
1ed774d8fe49: Layer already exists
8bbbb79c4691: Layer already exists
2121fef147ae: Layer already exists
b9ce848e9054: Layer already exists
ae66f00cea4b: Layer already exists
fbcabac612a8: Layer already exists
1c723b0785ab: Layer already exists
f77cd126bcdf: Layer already exists
efd25169226b: Pushed
latest: digest: sha256:b06f0f1fe05004fc4e2da75bf73d8d75dcaa225eca7a6b03c07cc0ace505e7fd size: 4290
Finished: SUCCESS