Skip to content
This log is too long to show here, 406 KB has been skipped — click to see the complete log
#8 1.386 
#8 1.386 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.390 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.390 usage: git diff --no-index [<options>] <path> <path>
#8 1.390 
#8 1.390 Diff output format options
#8 1.390     -p, --patch           generate patch
#8 1.390     -s, --no-patch        suppress diff output
#8 1.390     -u                    generate patch
#8 1.390     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.390     -W, --function-context
#8 1.390                           generate diffs with <n> lines context
#8 1.390     --raw                 generate the diff in raw format
#8 1.390     --patch-with-raw      synonym for '-p --raw'
#8 1.390     --patch-with-stat     synonym for '-p --stat'
#8 1.390     --numstat             machine friendly --stat
#8 1.390     --shortstat           output only the last line of --stat
#8 1.390     -X, --dirstat[=<param1,param2>...]
#8 1.390                           output the distribution of relative amount of changes for each sub-directory
#8 1.390     --cumulative          synonym for --dirstat=cumulative
#8 1.390     --dirstat-by-file[=<param1,param2>...]
#8 1.390                           synonym for --dirstat=files,param1,param2...
#8 1.390     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.390     --summary             condensed summary such as creations, renames and mode changes
#8 1.390     --name-only           show only names of changed files
#8 1.390     --name-status         show only names and status of changed files
#8 1.390     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.390                           generate diffstat
#8 1.390     --stat-width <width>  generate diffstat with a given width
#8 1.390     --stat-name-width <width>
#8 1.390                           generate diffstat with a given name width
#8 1.390     --stat-graph-width <width>
#8 1.390                           generate diffstat with a given graph width
#8 1.390     --stat-count <count>  generate diffstat with limited lines
#8 1.390     --compact-summary     generate compact summary in diffstat
#8 1.390     --binary              output a binary diff that can be applied
#8 1.390     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.390     --color[=<when>]      show colored diff
#8 1.390     --ws-error-highlight <kind>
#8 1.390                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.390     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.390     --abbrev[=<n>]        use <n> digits to display object names
#8 1.390     --src-prefix <prefix>
#8 1.390                           show the given source prefix instead of "a/"
#8 1.390     --dst-prefix <prefix>
#8 1.390                           show the given destination prefix instead of "b/"
#8 1.390     --line-prefix <prefix>
#8 1.390                           prepend an additional prefix to every line of output
#8 1.390     --no-prefix           do not show any source or destination prefix
#8 1.390     --inter-hunk-context <n>
#8 1.390                           show context between diff hunks up to the specified number of lines
#8 1.390     --output-indicator-new <char>
#8 1.390                           specify the character to indicate a new line instead of '+'
#8 1.390     --output-indicator-old <char>
#8 1.390                           specify the character to indicate an old line instead of '-'
#8 1.390     --output-indicator-context <char>
#8 1.390                           specify the character to indicate a context instead of ' '
#8 1.390 
#8 1.390 Diff rename options
#8 1.390     -B, --break-rewrites[=<n>[/<m>]]
#8 1.390                           break complete rewrite changes into pairs of delete and create
#8 1.390     -M, --find-renames[=<n>]
#8 1.390                           detect renames
#8 1.390     -D, --irreversible-delete
#8 1.390                           omit the preimage for deletes
#8 1.390     -C, --find-copies[=<n>]
#8 1.390                           detect copies
#8 1.390     --find-copies-harder  use unmodified files as source to find copies
#8 1.390     --no-renames          disable rename detection
#8 1.390     --rename-empty        use empty blobs as rename source
#8 1.390     --follow              continue listing the history of a file beyond renames
#8 1.390     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.390 
#8 1.390 Diff algorithm options
#8 1.390     --minimal             produce the smallest possible diff
#8 1.390     -w, --ignore-all-space
#8 1.390                           ignore whitespace when comparing lines
#8 1.390     -b, --ignore-space-change
#8 1.390                           ignore changes in amount of whitespace
#8 1.390     --ignore-space-at-eol
#8 1.390                           ignore changes in whitespace at EOL
#8 1.390     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.390     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.390     -I, --ignore-matching-lines <regex>
#8 1.390                           ignore changes whose all lines match <regex>
#8 1.390     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.390     --patience            generate diff using the "patience diff" algorithm
#8 1.390     --histogram           generate diff using the "histogram diff" algorithm
#8 1.390     --diff-algorithm <algorithm>
#8 1.390                           choose a diff algorithm
#8 1.390     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.390     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.390     --word-diff-regex <regex>
#8 1.390                           use <regex> to decide what a word is
#8 1.390     --color-words[=<regex>]
#8 1.390                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.390     --color-moved[=<mode>]
#8 1.390                           moved lines of code are colored differently
#8 1.390     --color-moved-ws <mode>
#8 1.390                           how white spaces are ignored in --color-moved
#8 1.390 
#8 1.390 Other diff options
#8 1.390     --relative[=<prefix>]
#8 1.390                           when run from subdir, exclude changes outside and show relative paths
#8 1.390     -a, --text            treat all files as text
#8 1.390     -R                    swap two inputs, reverse the diff
#8 1.390     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.390     --quiet               disable all output of the program
#8 1.390     --ext-diff            allow an external diff helper to be executed
#8 1.390     --textconv            run external text conversion filters when comparing binary files
#8 1.390     --ignore-submodules[=<when>]
#8 1.390                           ignore changes to submodules in the diff generation
#8 1.390     --submodule[=<format>]
#8 1.390                           specify how differences in submodules are shown
#8 1.390     --ita-invisible-in-index
#8 1.390                           hide 'git add -N' entries from the index
#8 1.390     --ita-visible-in-index
#8 1.390                           treat 'git add -N' entries as real in the index
#8 1.390     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.390     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.390     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.390     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.390     -O <file>             control the order in which files appear in the output
#8 1.390     --rotate-to <path>    show the change in the specified path first
#8 1.390     --skip-to <path>      skip the output to the specified path
#8 1.390     --find-object <object-id>
#8 1.390                           look for differences that change the number of occurrences of the specified object
#8 1.390     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.390                           select files by diff type
#8 1.390     --output <file>       output to a specific file
#8 1.390 
#8 1.395 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.395 To add an exception for this directory, call:
#8 1.395 
#8 1.395 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.401 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.401 To add an exception for this directory, call:
#8 1.401 
#8 1.401 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.404 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.404 usage: git diff --no-index [<options>] <path> <path>
#8 1.404 
#8 1.404 Diff output format options
#8 1.404     -p, --patch           generate patch
#8 1.404     -s, --no-patch        suppress diff output
#8 1.404     -u                    generate patch
#8 1.404     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.404     -W, --function-context
#8 1.405                           generate diffs with <n> lines context
#8 1.405     --raw                 generate the diff in raw format
#8 1.405     --patch-with-raw      synonym for '-p --raw'
#8 1.405     --patch-with-stat     synonym for '-p --stat'
#8 1.405     --numstat             machine friendly --stat
#8 1.405     --shortstat           output only the last line of --stat
#8 1.405     -X, --dirstat[=<param1,param2>...]
#8 1.405                           output the distribution of relative amount of changes for each sub-directory
#8 1.405     --cumulative          synonym for --dirstat=cumulative
#8 1.405     --dirstat-by-file[=<param1,param2>...]
#8 1.405                           synonym for --dirstat=files,param1,param2...
#8 1.405     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.405     --summary             condensed summary such as creations, renames and mode changes
#8 1.405     --name-only           show only names of changed files
#8 1.405     --name-status         show only names and status of changed files
#8 1.405     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.405                           generate diffstat
#8 1.405     --stat-width <width>  generate diffstat with a given width
#8 1.405     --stat-name-width <width>
#8 1.405                           generate diffstat with a given name width
#8 1.405     --stat-graph-width <width>
#8 1.405                           generate diffstat with a given graph width
#8 1.405     --stat-count <count>  generate diffstat with limited lines
#8 1.405     --compact-summary     generate compact summary in diffstat
#8 1.405     --binary              output a binary diff that can be applied
#8 1.405     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.405     --color[=<when>]      show colored diff
#8 1.405     --ws-error-highlight <kind>
#8 1.405                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.405     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.405     --abbrev[=<n>]        use <n> digits to display object names
#8 1.405     --src-prefix <prefix>
#8 1.405                           show the given source prefix instead of "a/"
#8 1.405     --dst-prefix <prefix>
#8 1.405                           show the given destination prefix instead of "b/"
#8 1.405     --line-prefix <prefix>
#8 1.405                           prepend an additional prefix to every line of output
#8 1.405     --no-prefix           do not show any source or destination prefix
#8 1.405     --inter-hunk-context <n>
#8 1.405                           show context between diff hunks up to the specified number of lines
#8 1.405     --output-indicator-new <char>
#8 1.405                           specify the character to indicate a new line instead of '+'
#8 1.405     --output-indicator-old <char>
#8 1.405                           specify the character to indicate an old line instead of '-'
#8 1.405     --output-indicator-context <char>
#8 1.405                           specify the character to indicate a context instead of ' '
#8 1.405 
#8 1.405 Diff rename options
#8 1.405     -B, --break-rewrites[=<n>[/<m>]]
#8 1.405                           break complete rewrite changes into pairs of delete and create
#8 1.405     -M, --find-renames[=<n>]
#8 1.405                           detect renames
#8 1.405     -D, --irreversible-delete
#8 1.405                           omit the preimage for deletes
#8 1.405     -C, --find-copies[=<n>]
#8 1.405                           detect copies
#8 1.405     --find-copies-harder  use unmodified files as source to find copies
#8 1.405     --no-renames          disable rename detection
#8 1.405     --rename-empty        use empty blobs as rename source
#8 1.405     --follow              continue listing the history of a file beyond renames
#8 1.405     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.405 
#8 1.405 Diff algorithm options
#8 1.405     --minimal             produce the smallest possible diff
#8 1.405     -w, --ignore-all-space
#8 1.405                           ignore whitespace when comparing lines
#8 1.405     -b, --ignore-space-change
#8 1.405                           ignore changes in amount of whitespace
#8 1.405     --ignore-space-at-eol
#8 1.405                           ignore changes in whitespace at EOL
#8 1.405     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.405     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.405     -I, --ignore-matching-lines <regex>
#8 1.405                           ignore changes whose all lines match <regex>
#8 1.405     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.405     --patience            generate diff using the "patience diff" algorithm
#8 1.405     --histogram           generate diff using the "histogram diff" algorithm
#8 1.405     --diff-algorithm <algorithm>
#8 1.405                           choose a diff algorithm
#8 1.405     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.405     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.405     --word-diff-regex <regex>
#8 1.405                           use <regex> to decide what a word is
#8 1.405     --color-words[=<regex>]
#8 1.405                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.405     --color-moved[=<mode>]
#8 1.405                           moved lines of code are colored differently
#8 1.405     --color-moved-ws <mode>
#8 1.405                           how white spaces are ignored in --color-moved
#8 1.405 
#8 1.405 Other diff options
#8 1.405     --relative[=<prefix>]
#8 1.405                           when run from subdir, exclude changes outside and show relative paths
#8 1.405     -a, --text            treat all files as text
#8 1.405     -R                    swap two inputs, reverse the diff
#8 1.405     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.405     --quiet               disable all output of the program
#8 1.405     --ext-diff            allow an external diff helper to be executed
#8 1.405     --textconv            run external text conversion filters when comparing binary files
#8 1.405     --ignore-submodules[=<when>]
#8 1.405                           ignore changes to submodules in the diff generation
#8 1.405     --submodule[=<format>]
#8 1.405                           specify how differences in submodules are shown
#8 1.405     --ita-invisible-in-index
#8 1.405                           hide 'git add -N' entries from the index
#8 1.405     --ita-visible-in-index
#8 1.405                           treat 'git add -N' entries as real in the index
#8 1.405     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.405     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.405     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.405     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.405     -O <file>             control the order in which files appear in the output
#8 1.405     --rotate-to <path>    show the change in the specified path first
#8 1.405     --skip-to <path>      skip the output to the specified path
#8 1.405     --find-object <object-id>
#8 1.405                           look for differences that change the number of occurrences of the specified object
#8 1.405     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.405                           select files by diff type
#8 1.405     --output <file>       output to a specific file
#8 1.405 
#8 1.409 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.409 To add an exception for this directory, call:
#8 1.409 
#8 1.409 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.415 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.415 To add an exception for this directory, call:
#8 1.415 
#8 1.415 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.419 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.419 usage: git diff --no-index [<options>] <path> <path>
#8 1.419 
#8 1.419 Diff output format options
#8 1.419     -p, --patch           generate patch
#8 1.419     -s, --no-patch        suppress diff output
#8 1.419     -u                    generate patch
#8 1.419     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.419     -W, --function-context
#8 1.419                           generate diffs with <n> lines context
#8 1.419     --raw                 generate the diff in raw format
#8 1.419     --patch-with-raw      synonym for '-p --raw'
#8 1.419     --patch-with-stat     synonym for '-p --stat'
#8 1.419     --numstat             machine friendly --stat
#8 1.419     --shortstat           output only the last line of --stat
#8 1.419     -X, --dirstat[=<param1,param2>...]
#8 1.419                           output the distribution of relative amount of changes for each sub-directory
#8 1.419     --cumulative          synonym for --dirstat=cumulative
#8 1.419     --dirstat-by-file[=<param1,param2>...]
#8 1.419                           synonym for --dirstat=files,param1,param2...
#8 1.419     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.419     --summary             condensed summary such as creations, renames and mode changes
#8 1.419     --name-only           show only names of changed files
#8 1.419     --name-status         show only names and status of changed files
#8 1.419     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.419                           generate diffstat
#8 1.419     --stat-width <width>  generate diffstat with a given width
#8 1.419     --stat-name-width <width>
#8 1.419                           generate diffstat with a given name width
#8 1.419     --stat-graph-width <width>
#8 1.419                           generate diffstat with a given graph width
#8 1.419     --stat-count <count>  generate diffstat with limited lines
#8 1.419     --compact-summary     generate compact summary in diffstat
#8 1.419     --binary              output a binary diff that can be applied
#8 1.419     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.419     --color[=<when>]      show colored diff
#8 1.419     --ws-error-highlight <kind>
#8 1.419                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.419     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.419     --abbrev[=<n>]        use <n> digits to display object names
#8 1.419     --src-prefix <prefix>
#8 1.419                           show the given source prefix instead of "a/"
#8 1.419     --dst-prefix <prefix>
#8 1.419                           show the given destination prefix instead of "b/"
#8 1.419     --line-prefix <prefix>
#8 1.419                           prepend an additional prefix to every line of output
#8 1.419     --no-prefix           do not show any source or destination prefix
#8 1.419     --inter-hunk-context <n>
#8 1.419                           show context between diff hunks up to the specified number of lines
#8 1.419     --output-indicator-new <char>
#8 1.419                           specify the character to indicate a new line instead of '+'
#8 1.419     --output-indicator-old <char>
#8 1.419                           specify the character to indicate an old line instead of '-'
#8 1.419     --output-indicator-context <char>
#8 1.419                           specify the character to indicate a context instead of ' '
#8 1.419 
#8 1.419 Diff rename options
#8 1.419     -B, --break-rewrites[=<n>[/<m>]]
#8 1.419                           break complete rewrite changes into pairs of delete and create
#8 1.419     -M, --find-renames[=<n>]
#8 1.419                           detect renames
#8 1.419     -D, --irreversible-delete
#8 1.419                           omit the preimage for deletes
#8 1.419     -C, --find-copies[=<n>]
#8 1.420                           detect copies
#8 1.420     --find-copies-harder  use unmodified files as source to find copies
#8 1.420     --no-renames          disable rename detection
#8 1.420     --rename-empty        use empty blobs as rename source
#8 1.420     --follow              continue listing the history of a file beyond renames
#8 1.420     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.420 
#8 1.420 Diff algorithm options
#8 1.420     --minimal             produce the smallest possible diff
#8 1.420     -w, --ignore-all-space
#8 1.420                           ignore whitespace when comparing lines
#8 1.420     -b, --ignore-space-change
#8 1.420                           ignore changes in amount of whitespace
#8 1.420     --ignore-space-at-eol
#8 1.420                           ignore changes in whitespace at EOL
#8 1.420     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.420     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.420     -I, --ignore-matching-lines <regex>
#8 1.420                           ignore changes whose all lines match <regex>
#8 1.420     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.420     --patience            generate diff using the "patience diff" algorithm
#8 1.420     --histogram           generate diff using the "histogram diff" algorithm
#8 1.420     --diff-algorithm <algorithm>
#8 1.420                           choose a diff algorithm
#8 1.420     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.420     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.420     --word-diff-regex <regex>
#8 1.420                           use <regex> to decide what a word is
#8 1.420     --color-words[=<regex>]
#8 1.420                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.420     --color-moved[=<mode>]
#8 1.420                           moved lines of code are colored differently
#8 1.420     --color-moved-ws <mode>
#8 1.420                           how white spaces are ignored in --color-moved
#8 1.420 
#8 1.420 Other diff options
#8 1.420     --relative[=<prefix>]
#8 1.420                           when run from subdir, exclude changes outside and show relative paths
#8 1.420     -a, --text            treat all files as text
#8 1.420     -R                    swap two inputs, reverse the diff
#8 1.420     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.420     --quiet               disable all output of the program
#8 1.420     --ext-diff            allow an external diff helper to be executed
#8 1.420     --textconv            run external text conversion filters when comparing binary files
#8 1.420     --ignore-submodules[=<when>]
#8 1.420                           ignore changes to submodules in the diff generation
#8 1.420     --submodule[=<format>]
#8 1.420                           specify how differences in submodules are shown
#8 1.420     --ita-invisible-in-index
#8 1.420                           hide 'git add -N' entries from the index
#8 1.420     --ita-visible-in-index
#8 1.420                           treat 'git add -N' entries as real in the index
#8 1.420     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.420     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.420     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.420     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.420     -O <file>             control the order in which files appear in the output
#8 1.420     --rotate-to <path>    show the change in the specified path first
#8 1.420     --skip-to <path>      skip the output to the specified path
#8 1.420     --find-object <object-id>
#8 1.420                           look for differences that change the number of occurrences of the specified object
#8 1.420     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.420                           select files by diff type
#8 1.420     --output <file>       output to a specific file
#8 1.420 
#8 1.424 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.424 To add an exception for this directory, call:
#8 1.424 
#8 1.424 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.430 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.430 To add an exception for this directory, call:
#8 1.430 
#8 1.430 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.434 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.434 usage: git diff --no-index [<options>] <path> <path>
#8 1.434 
#8 1.434 Diff output format options
#8 1.434     -p, --patch           generate patch
#8 1.434     -s, --no-patch        suppress diff output
#8 1.434     -u                    generate patch
#8 1.434     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.434     -W, --function-context
#8 1.434                           generate diffs with <n> lines context
#8 1.434     --raw                 generate the diff in raw format
#8 1.434     --patch-with-raw      synonym for '-p --raw'
#8 1.434     --patch-with-stat     synonym for '-p --stat'
#8 1.434     --numstat             machine friendly --stat
#8 1.434     --shortstat           output only the last line of --stat
#8 1.434     -X, --dirstat[=<param1,param2>...]
#8 1.434                           output the distribution of relative amount of changes for each sub-directory
#8 1.434     --cumulative          synonym for --dirstat=cumulative
#8 1.434     --dirstat-by-file[=<param1,param2>...]
#8 1.434                           synonym for --dirstat=files,param1,param2...
#8 1.434     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.434     --summary             condensed summary such as creations, renames and mode changes
#8 1.434     --name-only           show only names of changed files
#8 1.434     --name-status         show only names and status of changed files
#8 1.434     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.434                           generate diffstat
#8 1.434     --stat-width <width>  generate diffstat with a given width
#8 1.434     --stat-name-width <width>
#8 1.434                           generate diffstat with a given name width
#8 1.434     --stat-graph-width <width>
#8 1.434                           generate diffstat with a given graph width
#8 1.434     --stat-count <count>  generate diffstat with limited lines
#8 1.434     --compact-summary     generate compact summary in diffstat
#8 1.434     --binary              output a binary diff that can be applied
#8 1.434     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.434     --color[=<when>]      show colored diff
#8 1.434     --ws-error-highlight <kind>
#8 1.434                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.434     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.434     --abbrev[=<n>]        use <n> digits to display object names
#8 1.434     --src-prefix <prefix>
#8 1.434                           show the given source prefix instead of "a/"
#8 1.434     --dst-prefix <prefix>
#8 1.434                           show the given destination prefix instead of "b/"
#8 1.434     --line-prefix <prefix>
#8 1.434                           prepend an additional prefix to every line of output
#8 1.434     --no-prefix           do not show any source or destination prefix
#8 1.434     --inter-hunk-context <n>
#8 1.434                           show context between diff hunks up to the specified number of lines
#8 1.434     --output-indicator-new <char>
#8 1.434                           specify the character to indicate a new line instead of '+'
#8 1.434     --output-indicator-old <char>
#8 1.434                           specify the character to indicate an old line instead of '-'
#8 1.434     --output-indicator-context <char>
#8 1.434                           specify the character to indicate a context instead of ' '
#8 1.434 
#8 1.434 Diff rename options
#8 1.434     -B, --break-rewrites[=<n>[/<m>]]
#8 1.434                           break complete rewrite changes into pairs of delete and create
#8 1.434     -M, --find-renames[=<n>]
#8 1.434                           detect renames
#8 1.434     -D, --irreversible-delete
#8 1.434                           omit the preimage for deletes
#8 1.434     -C, --find-copies[=<n>]
#8 1.434                           detect copies
#8 1.434     --find-copies-harder  use unmodified files as source to find copies
#8 1.434     --no-renames          disable rename detection
#8 1.434     --rename-empty        use empty blobs as rename source
#8 1.434     --follow              continue listing the history of a file beyond renames
#8 1.434     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.434 
#8 1.434 Diff algorithm options
#8 1.434     --minimal             produce the smallest possible diff
#8 1.434     -w, --ignore-all-space
#8 1.434                           ignore whitespace when comparing lines
#8 1.435     -b, --ignore-space-change
#8 1.435                           ignore changes in amount of whitespace
#8 1.435     --ignore-space-at-eol
#8 1.435                           ignore changes in whitespace at EOL
#8 1.435     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.435     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.435     -I, --ignore-matching-lines <regex>
#8 1.435                           ignore changes whose all lines match <regex>
#8 1.435     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.435     --patience            generate diff using the "patience diff" algorithm
#8 1.435     --histogram           generate diff using the "histogram diff" algorithm
#8 1.435     --diff-algorithm <algorithm>
#8 1.435                           choose a diff algorithm
#8 1.435     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.435     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.435     --word-diff-regex <regex>
#8 1.435                           use <regex> to decide what a word is
#8 1.435     --color-words[=<regex>]
#8 1.435                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.435     --color-moved[=<mode>]
#8 1.435                           moved lines of code are colored differently
#8 1.435     --color-moved-ws <mode>
#8 1.435                           how white spaces are ignored in --color-moved
#8 1.435 
#8 1.435 Other diff options
#8 1.435     --relative[=<prefix>]
#8 1.435                           when run from subdir, exclude changes outside and show relative paths
#8 1.435     -a, --text            treat all files as text
#8 1.435     -R                    swap two inputs, reverse the diff
#8 1.435     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.435     --quiet               disable all output of the program
#8 1.435     --ext-diff            allow an external diff helper to be executed
#8 1.435     --textconv            run external text conversion filters when comparing binary files
#8 1.435     --ignore-submodules[=<when>]
#8 1.435                           ignore changes to submodules in the diff generation
#8 1.435     --submodule[=<format>]
#8 1.435                           specify how differences in submodules are shown
#8 1.435     --ita-invisible-in-index
#8 1.435                           hide 'git add -N' entries from the index
#8 1.435     --ita-visible-in-index
#8 1.435                           treat 'git add -N' entries as real in the index
#8 1.435     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.435     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.435     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.435     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.435     -O <file>             control the order in which files appear in the output
#8 1.435     --rotate-to <path>    show the change in the specified path first
#8 1.435     --skip-to <path>      skip the output to the specified path
#8 1.435     --find-object <object-id>
#8 1.435                           look for differences that change the number of occurrences of the specified object
#8 1.435     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.435                           select files by diff type
#8 1.435     --output <file>       output to a specific file
#8 1.435 
#8 1.439 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.439 To add an exception for this directory, call:
#8 1.439 
#8 1.439 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.445 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.445 To add an exception for this directory, call:
#8 1.445 
#8 1.445 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.449 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.449 usage: git diff --no-index [<options>] <path> <path>
#8 1.449 
#8 1.449 Diff output format options
#8 1.449     -p, --patch           generate patch
#8 1.449     -s, --no-patch        suppress diff output
#8 1.449     -u                    generate patch
#8 1.449     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.449     -W, --function-context
#8 1.449                           generate diffs with <n> lines context
#8 1.449     --raw                 generate the diff in raw format
#8 1.449     --patch-with-raw      synonym for '-p --raw'
#8 1.449     --patch-with-stat     synonym for '-p --stat'
#8 1.449     --numstat             machine friendly --stat
#8 1.449     --shortstat           output only the last line of --stat
#8 1.449     -X, --dirstat[=<param1,param2>...]
#8 1.449                           output the distribution of relative amount of changes for each sub-directory
#8 1.449     --cumulative          synonym for --dirstat=cumulative
#8 1.449     --dirstat-by-file[=<param1,param2>...]
#8 1.449                           synonym for --dirstat=files,param1,param2...
#8 1.449     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.449     --summary             condensed summary such as creations, renames and mode changes
#8 1.449     --name-only           show only names of changed files
#8 1.449     --name-status         show only names and status of changed files
#8 1.449     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.449                           generate diffstat
#8 1.449     --stat-width <width>  generate diffstat with a given width
#8 1.449     --stat-name-width <width>
#8 1.449                           generate diffstat with a given name width
#8 1.449     --stat-graph-width <width>
#8 1.449                           generate diffstat with a given graph width
#8 1.449     --stat-count <count>  generate diffstat with limited lines
#8 1.449     --compact-summary     generate compact summary in diffstat
#8 1.449     --binary              output a binary diff that can be applied
#8 1.449     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.449     --color[=<when>]      show colored diff
#8 1.449     --ws-error-highlight <kind>
#8 1.449                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.449     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.449     --abbrev[=<n>]        use <n> digits to display object names
#8 1.449     --src-prefix <prefix>
#8 1.449                           show the given source prefix instead of "a/"
#8 1.449     --dst-prefix <prefix>
#8 1.449                           show the given destination prefix instead of "b/"
#8 1.449     --line-prefix <prefix>
#8 1.449                           prepend an additional prefix to every line of output
#8 1.449     --no-prefix           do not show any source or destination prefix
#8 1.449     --inter-hunk-context <n>
#8 1.449                           show context between diff hunks up to the specified number of lines
#8 1.449     --output-indicator-new <char>
#8 1.449                           specify the character to indicate a new line instead of '+'
#8 1.449     --output-indicator-old <char>
#8 1.449                           specify the character to indicate an old line instead of '-'
#8 1.449     --output-indicator-context <char>
#8 1.449                           specify the character to indicate a context instead of ' '
#8 1.449 
#8 1.449 Diff rename options
#8 1.449     -B, --break-rewrites[=<n>[/<m>]]
#8 1.449                           break complete rewrite changes into pairs of delete and create
#8 1.449     -M, --find-renames[=<n>]
#8 1.449                           detect renames
#8 1.449     -D, --irreversible-delete
#8 1.449                           omit the preimage for deletes
#8 1.449     -C, --find-copies[=<n>]
#8 1.449                           detect copies
#8 1.449     --find-copies-harder  use unmodified files as source to find copies
#8 1.449     --no-renames          disable rename detection
#8 1.449     --rename-empty        use empty blobs as rename source
#8 1.449     --follow              continue listing the history of a file beyond renames
#8 1.449     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.449 
#8 1.449 Diff algorithm options
#8 1.449     --minimal             produce the smallest possible diff
#8 1.449     -w, --ignore-all-space
#8 1.449                           ignore whitespace when comparing lines
#8 1.449     -b, --ignore-space-change
#8 1.449                           ignore changes in amount of whitespace
#8 1.449     --ignore-space-at-eol
#8 1.449                           ignore changes in whitespace at EOL
#8 1.449     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.449     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.449     -I, --ignore-matching-lines <regex>
#8 1.449                           ignore changes whose all lines match <regex>
#8 1.449     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.449     --patience            generate diff using the "patience diff" algorithm
#8 1.449     --histogram           generate diff using the "histogram diff" algorithm
#8 1.449     --diff-algorithm <algorithm>
#8 1.449                           choose a diff algorithm
#8 1.449     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.449     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.449     --word-diff-regex <regex>
#8 1.449                           use <regex> to decide what a word is
#8 1.449     --color-words[=<regex>]
#8 1.449                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.449     --color-moved[=<mode>]
#8 1.449                           moved lines of code are colored differently
#8 1.449     --color-moved-ws <mode>
#8 1.449                           how white spaces are ignored in --color-moved
#8 1.449 
#8 1.449 Other diff options
#8 1.449     --relative[=<prefix>]
#8 1.449                           when run from subdir, exclude changes outside and show relative paths
#8 1.449     -a, --text            treat all files as text
#8 1.449     -R                    swap two inputs, reverse the diff
#8 1.449     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.449     --quiet               disable all output of the program
#8 1.449     --ext-diff            allow an external diff helper to be executed
#8 1.449     --textconv            run external text conversion filters when comparing binary files
#8 1.449     --ignore-submodules[=<when>]
#8 1.449                           ignore changes to submodules in the diff generation
#8 1.449     --submodule[=<format>]
#8 1.449                           specify how differences in submodules are shown
#8 1.449     --ita-invisible-in-index
#8 1.449                           hide 'git add -N' entries from the index
#8 1.449     --ita-visible-in-index
#8 1.449                           treat 'git add -N' entries as real in the index
#8 1.449     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.449     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.449     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.449     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.449     -O <file>             control the order in which files appear in the output
#8 1.449     --rotate-to <path>    show the change in the specified path first
#8 1.449     --skip-to <path>      skip the output to the specified path
#8 1.449     --find-object <object-id>
#8 1.449                           look for differences that change the number of occurrences of the specified object
#8 1.449     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.449                           select files by diff type
#8 1.449     --output <file>       output to a specific file
#8 1.450 
#8 1.454 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.454 To add an exception for this directory, call:
#8 1.454 
#8 1.454 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.460 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.460 To add an exception for this directory, call:
#8 1.460 
#8 1.460 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.464 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.464 usage: git diff --no-index [<options>] <path> <path>
#8 1.464 
#8 1.464 Diff output format options
#8 1.464     -p, --patch           generate patch
#8 1.464     -s, --no-patch        suppress diff output
#8 1.464     -u                    generate patch
#8 1.464     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.464     -W, --function-context
#8 1.464                           generate diffs with <n> lines context
#8 1.464     --raw                 generate the diff in raw format
#8 1.464     --patch-with-raw      synonym for '-p --raw'
#8 1.464     --patch-with-stat     synonym for '-p --stat'
#8 1.464     --numstat             machine friendly --stat
#8 1.464     --shortstat           output only the last line of --stat
#8 1.464     -X, --dirstat[=<param1,param2>...]
#8 1.464                           output the distribution of relative amount of changes for each sub-directory
#8 1.464     --cumulative          synonym for --dirstat=cumulative
#8 1.464     --dirstat-by-file[=<param1,param2>...]
#8 1.464                           synonym for --dirstat=files,param1,param2...
#8 1.464     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.464     --summary             condensed summary such as creations, renames and mode changes
#8 1.464     --name-only           show only names of changed files
#8 1.464     --name-status         show only names and status of changed files
#8 1.464     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.464                           generate diffstat
#8 1.464     --stat-width <width>  generate diffstat with a given width
#8 1.464     --stat-name-width <width>
#8 1.464                           generate diffstat with a given name width
#8 1.464     --stat-graph-width <width>
#8 1.464                           generate diffstat with a given graph width
#8 1.464     --stat-count <count>  generate diffstat with limited lines
#8 1.464     --compact-summary     generate compact summary in diffstat
#8 1.464     --binary              output a binary diff that can be applied
#8 1.464     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.464     --color[=<when>]      show colored diff
#8 1.464     --ws-error-highlight <kind>
#8 1.464                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.464     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.464     --abbrev[=<n>]        use <n> digits to display object names
#8 1.464     --src-prefix <prefix>
#8 1.464                           show the given source prefix instead of "a/"
#8 1.464     --dst-prefix <prefix>
#8 1.464                           show the given destination prefix instead of "b/"
#8 1.464     --line-prefix <prefix>
#8 1.464                           prepend an additional prefix to every line of output
#8 1.464     --no-prefix           do not show any source or destination prefix
#8 1.464     --inter-hunk-context <n>
#8 1.464                           show context between diff hunks up to the specified number of lines
#8 1.464     --output-indicator-new <char>
#8 1.464                           specify the character to indicate a new line instead of '+'
#8 1.464     --output-indicator-old <char>
#8 1.464                           specify the character to indicate an old line instead of '-'
#8 1.464     --output-indicator-context <char>
#8 1.464                           specify the character to indicate a context instead of ' '
#8 1.464 
#8 1.464 Diff rename options
#8 1.464     -B, --break-rewrites[=<n>[/<m>]]
#8 1.464                           break complete rewrite changes into pairs of delete and create
#8 1.464     -M, --find-renames[=<n>]
#8 1.464                           detect renames
#8 1.464     -D, --irreversible-delete
#8 1.464                           omit the preimage for deletes
#8 1.464     -C, --find-copies[=<n>]
#8 1.464                           detect copies
#8 1.464     --find-copies-harder  use unmodified files as source to find copies
#8 1.464     --no-renames          disable rename detection
#8 1.464     --rename-empty        use empty blobs as rename source
#8 1.464     --follow              continue listing the history of a file beyond renames
#8 1.464     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.464 
#8 1.464 Diff algorithm options
#8 1.464     --minimal             produce the smallest possible diff
#8 1.464     -w, --ignore-all-space
#8 1.464                           ignore whitespace when comparing lines
#8 1.464     -b, --ignore-space-change
#8 1.464                           ignore changes in amount of whitespace
#8 1.464     --ignore-space-at-eol
#8 1.464                           ignore changes in whitespace at EOL
#8 1.464     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.464     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.464     -I, --ignore-matching-lines <regex>
#8 1.464                           ignore changes whose all lines match <regex>
#8 1.464     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.464     --patience            generate diff using the "patience diff" algorithm
#8 1.464     --histogram           generate diff using the "histogram diff" algorithm
#8 1.464     --diff-algorithm <algorithm>
#8 1.464                           choose a diff algorithm
#8 1.464     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.464     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.464     --word-diff-regex <regex>
#8 1.464                           use <regex> to decide what a word is
#8 1.464     --color-words[=<regex>]
#8 1.464                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.464     --color-moved[=<mode>]
#8 1.464                           moved lines of code are colored differently
#8 1.464     --color-moved-ws <mode>
#8 1.464                           how white spaces are ignored in --color-moved
#8 1.464 
#8 1.464 Other diff options
#8 1.464     --relative[=<prefix>]
#8 1.464                           when run from subdir, exclude changes outside and show relative paths
#8 1.464     -a, --text            treat all files as text
#8 1.464     -R                    swap two inputs, reverse the diff
#8 1.464     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.464     --quiet               disable all output of the program
#8 1.464     --ext-diff            allow an external diff helper to be executed
#8 1.464     --textconv            run external text conversion filters when comparing binary files
#8 1.464     --ignore-submodules[=<when>]
#8 1.464                           ignore changes to submodules in the diff generation
#8 1.464     --submodule[=<format>]
#8 1.464                           specify how differences in submodules are shown
#8 1.464     --ita-invisible-in-index
#8 1.464                           hide 'git add -N' entries from the index
#8 1.464     --ita-visible-in-index
#8 1.464                           treat 'git add -N' entries as real in the index
#8 1.464     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.464     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.464     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.464     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.464     -O <file>             control the order in which files appear in the output
#8 1.464     --rotate-to <path>    show the change in the specified path first
#8 1.464     --skip-to <path>      skip the output to the specified path
#8 1.464     --find-object <object-id>
#8 1.464                           look for differences that change the number of occurrences of the specified object
#8 1.464     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.464                           select files by diff type
#8 1.464     --output <file>       output to a specific file
#8 1.464 
#8 1.469 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.469 To add an exception for this directory, call:
#8 1.469 
#8 1.469 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.475 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.475 To add an exception for this directory, call:
#8 1.475 
#8 1.475 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.479 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.479 usage: git diff --no-index [<options>] <path> <path>
#8 1.479 
#8 1.479 Diff output format options
#8 1.479     -p, --patch           generate patch
#8 1.479     -s, --no-patch        suppress diff output
#8 1.479     -u                    generate patch
#8 1.479     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.479     -W, --function-context
#8 1.479                           generate diffs with <n> lines context
#8 1.479     --raw                 generate the diff in raw format
#8 1.479     --patch-with-raw      synonym for '-p --raw'
#8 1.479     --patch-with-stat     synonym for '-p --stat'
#8 1.479     --numstat             machine friendly --stat
#8 1.479     --shortstat           output only the last line of --stat
#8 1.479     -X, --dirstat[=<param1,param2>...]
#8 1.479                           output the distribution of relative amount of changes for each sub-directory
#8 1.479     --cumulative          synonym for --dirstat=cumulative
#8 1.479     --dirstat-by-file[=<param1,param2>...]
#8 1.479                           synonym for --dirstat=files,param1,param2...
#8 1.479     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.479     --summary             condensed summary such as creations, renames and mode changes
#8 1.479     --name-only           show only names of changed files
#8 1.479     --name-status         show only names and status of changed files
#8 1.479     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.479                           generate diffstat
#8 1.479     --stat-width <width>  generate diffstat with a given width
#8 1.479     --stat-name-width <width>
#8 1.479                           generate diffstat with a given name width
#8 1.479     --stat-graph-width <width>
#8 1.479                           generate diffstat with a given graph width
#8 1.479     --stat-count <count>  generate diffstat with limited lines
#8 1.479     --compact-summary     generate compact summary in diffstat
#8 1.479     --binary              output a binary diff that can be applied
#8 1.479     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.479     --color[=<when>]      show colored diff
#8 1.479     --ws-error-highlight <kind>
#8 1.479                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.479     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.479     --abbrev[=<n>]        use <n> digits to display object names
#8 1.479     --src-prefix <prefix>
#8 1.479                           show the given source prefix instead of "a/"
#8 1.479     --dst-prefix <prefix>
#8 1.479                           show the given destination prefix instead of "b/"
#8 1.479     --line-prefix <prefix>
#8 1.479                           prepend an additional prefix to every line of output
#8 1.479     --no-prefix           do not show any source or destination prefix
#8 1.479     --inter-hunk-context <n>
#8 1.479                           show context between diff hunks up to the specified number of lines
#8 1.479     --output-indicator-new <char>
#8 1.479                           specify the character to indicate a new line instead of '+'
#8 1.479     --output-indicator-old <char>
#8 1.479                           specify the character to indicate an old line instead of '-'
#8 1.479     --output-indicator-context <char>
#8 1.479                           specify the character to indicate a context instead of ' '
#8 1.479 
#8 1.479 Diff rename options
#8 1.479     -B, --break-rewrites[=<n>[/<m>]]
#8 1.479                           break complete rewrite changes into pairs of delete and create
#8 1.479     -M, --find-renames[=<n>]
#8 1.479                           detect renames
#8 1.479     -D, --irreversible-delete
#8 1.479                           omit the preimage for deletes
#8 1.479     -C, --find-copies[=<n>]
#8 1.479                           detect copies
#8 1.479     --find-copies-harder  use unmodified files as source to find copies
#8 1.479     --no-renames          disable rename detection
#8 1.479     --rename-empty        use empty blobs as rename source
#8 1.479     --follow              continue listing the history of a file beyond renames
#8 1.479     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.479 
#8 1.479 Diff algorithm options
#8 1.479     --minimal             produce the smallest possible diff
#8 1.479     -w, --ignore-all-space
#8 1.479                           ignore whitespace when comparing lines
#8 1.479     -b, --ignore-space-change
#8 1.479                           ignore changes in amount of whitespace
#8 1.479     --ignore-space-at-eol
#8 1.479                           ignore changes in whitespace at EOL
#8 1.479     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.479     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.479     -I, --ignore-matching-lines <regex>
#8 1.479                           ignore changes whose all lines match <regex>
#8 1.479     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.479     --patience            generate diff using the "patience diff" algorithm
#8 1.479     --histogram           generate diff using the "histogram diff" algorithm
#8 1.479     --diff-algorithm <algorithm>
#8 1.480                           choose a diff algorithm
#8 1.480     --anchored <text>     ge
#8 1.480 [output clipped, log limit 200KiB/s reached]
#8 1.484 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.484 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.485 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.485 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.486 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.486 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.486 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.486 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.487 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.488 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.488 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.489 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.489 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.490 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.490 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.491 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.491 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.491 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.492 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.492 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.493 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.493 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.494 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.494 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.495 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.495 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.495 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.496 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.496 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.497 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.497 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.498 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.498 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.499 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.499 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.499 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.500 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.500 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.500 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.501 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.501 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.502 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.502 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.503 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.503 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.503 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.504 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.504 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.504 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.505 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.505 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.506 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.506 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.506 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.507 touch .make.deps
#8 1.510 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.511 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.512 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.513 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.514 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.634 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 2.022 make -C _build/bts compile
#8 2.035 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.035   PP       IPA_Emulation.ttcn
#8 2.053   TTCN     *.ttcn *.asn
#8 2.163 IuUP_Emulation.ttcn: In TTCN-3 module `IuUP_Emulation':
#8 2.163  IuUP_Emulation.ttcn:150.9-190.1: In function definition `f_ts_IuUP_INIT':
#8 2.163   IuUP_Emulation.ttcn:179.2-187.3: In template definition `tpl':
#8 2.163    IuUP_Emulation.ttcn:179.84-187.3: In actual parameter list of template `@IuUP_Types.ts_IuUP_PDU14_ProcSending_INIT':
#8 2.163     In parameter #4 for `rfci':
#8 2.163      IuUP_Emulation.ttcn:154.36-47: note: Referenced template variable is here
#8 2.176 RSL_Types.ttcn: In TTCN-3 module `RSL_Types':
#8 2.176  RSL_Types.ttcn:1143.2-1150.2: In function definition `f_tr_RSL_IE_OSMO_Osmux_CID':
#8 2.176   RSL_Types.ttcn:1146.3-1148.3: In if statement:
#8 2.176    RSL_Types.ttcn:1147.4-44: In variable assignment:
#8 2.176     RSL_Types.ttcn:1147.34-44: In actual parameter list of template `@RSL_Types.tr_RSL_IE_OSMO_Osmux_CID':
#8 2.176      RSL_Types.ttcn:1147.35-43: In parameter #1 for `osmux_cid':
#8 2.176       RSL_Types.ttcn:1143.38-68: note: Referenced template parameter is here
#8 2.178  RSL_Types.ttcn:2394.10-2436.2: In function definition `f_ts_RSL_IPA_CRCX_IEs':
#8 2.178   RSL_Types.ttcn:2426.3-2433.3: In if statement:
#8 2.178    RSL_Types.ttcn:2427.4-2432.4: In variable assignment:
#8 2.178     RSL_Types.ttcn:2427.11-2432.4: In the right operand of operation `&':
#8 2.178      RSL_Types.ttcn:2428.5-2431.6: In component #1:
#8 2.178       RSL_Types.ttcn:2428.5-2431.6: In the operand of operation `valueof()':
#8 2.178        RSL_Types.ttcn:2430.14-65: In template for record field `body':
#8 2.178         RSL_Types.ttcn:2430.29-63: In template for union field `osmux_cid':
#8 2.178          RSL_Types.ttcn:2430.53-63: In actual parameter list of template `@RSL_Types.ts_RSL_IE_OSMO_Osmux_CID':
#8 2.178           RSL_Types.ttcn:2430.54-62: In parameter #1 for `osmux_cid':
#8 2.178            RSL_Types.ttcn:2397.13-45: note: Referenced template parameter is here
#8 2.178  RSL_Types.ttcn:2455.2-2475.2: In function definition `ts_RSL_IPA_CRCX_ACK':
#8 2.178   RSL_Types.ttcn:2471.3-2473.3: In if statement:
#8 2.178    RSL_Types.ttcn:2472.4-128: In variable assignment:
#8 2.178     RSL_Types.ttcn:2472.42-128: In actual parameter list of template `@RSL_Types.t_RSL_IE':
#8 2.178      RSL_Types.ttcn:2472.66-127: In parameter #2 for `body':
#8 2.178       RSL_Types.ttcn:2472.92-126: In template for union field `osmux_cid':
#8 2.178        RSL_Types.ttcn:2472.116-126: In actual parameter list of template `@RSL_Types.ts_RSL_IE_OSMO_Osmux_CID':
#8 2.178         RSL_Types.ttcn:2472.117-125: In parameter #1 for `osmux_cid':
#8 2.178          RSL_Types.ttcn:2458.10-50: note: Referenced template parameter is here
#8 2.178  RSL_Types.ttcn:2519.2-2541.2: In function definition `ts_RSL_IPA_MDCX':
#8 2.178   RSL_Types.ttcn:2537.3-2539.3: In if statement:
#8 2.178    RSL_Types.ttcn:2538.4-128: In variable assignment:
#8 2.178     RSL_Types.ttcn:2538.42-128: In actual parameter list of template `@RSL_Types.t_RSL_IE':
#8 2.178      RSL_Types.ttcn:2538.66-127: In parameter #2 for `body':
#8 2.178       RSL_Types.ttcn:2538.92-126: In template for union field `osmux_cid':
#8 2.178        RSL_Types.ttcn:2538.116-126: In actual parameter list of template `@RSL_Types.ts_RSL_IE_OSMO_Osmux_CID':
#8 2.178         RSL_Types.ttcn:2538.117-125: In parameter #1 for `osmux_cid':
#8 2.178          RSL_Types.ttcn:2523.6-46: note: Referenced template parameter is here
#8 2.178  RSL_Types.ttcn:2553.2-2576.2: In function definition `ts_RSL_IPA_MDCX_ACK':
#8 2.178   RSL_Types.ttcn:2572.3-2574.3: In if statement:
#8 2.178    RSL_Types.ttcn:2573.4-128: In variable assignment:
#8 2.178     RSL_Types.ttcn:2573.42-128: In actual parameter list of template `@RSL_Types.t_RSL_IE':
#8 2.178      RSL_Types.ttcn:2573.66-127: In parameter #2 for `body':
#8 2.178       RSL_Types.ttcn:2573.92-126: In template for union field `osmux_cid':
#8 2.178        RSL_Types.ttcn:2573.116-126: In actual parameter list of template `@RSL_Types.ts_RSL_IE_OSMO_Osmux_CID':
#8 2.178         RSL_Types.ttcn:2573.117-125: In parameter #1 for `osmux_cid':
#8 2.178          RSL_Types.ttcn:2557.10-50: note: Referenced template parameter is here
#8 2.201 BTS_Tests.ttcn: In TTCN-3 module `BTS_Tests':
#8 2.201  BTS_Tests.ttcn:5685.9-5714.1: In function definition `f_TC_pcu_ptcch_ul':
#8 2.201   BTS_Tests.ttcn:5702.2-5713.2: In alt construct:
#8 2.201    BTS_Tests.ttcn:5703.5-35: In guard statement:
#8 2.201     BTS_Tests.ttcn:5703.17-35: In actual parameter list of altstep `@BTS_Tests.as_pcuif_msg':
#8 2.201      BTS_Tests.ttcn:5703.23-34: In parameter #2 for `tr_msg':
#8 2.201       BTS_Tests.ttcn:5687.29-40: note: Referenced template variable is here
#8 2.201  BTS_Tests.ttcn:5898.1-5953.1: In testcase definition `TC_pcu_ext_rach_content':
#8 2.201   BTS_Tests.ttcn:5910.2-5951.2: In for statement:
#8 2.201    BTS_Tests.ttcn:5939.3-5950.3: In alt construct:
#8 2.201     BTS_Tests.ttcn:5940.6-36: In guard statement:
#8 2.201      BTS_Tests.ttcn:5940.18-36: In actual parameter list of altstep `@BTS_Tests.as_pcuif_msg':
#8 2.201       BTS_Tests.ttcn:5940.24-35: In parameter #2 for `tr_msg':
#8 2.201        BTS_Tests.ttcn:5899.29-40: note: Referenced template variable is here
#8 2.203  BTS_Tests.ttcn:6657.1-6717.1: In testcase definition `TC_pcu_interf_ind':
#8 2.203   BTS_Tests.ttcn:6685.2-6711.2: In alt construct:
#8 2.203    BTS_Tests.ttcn:6694.14-45: In guard statement:
#8 2.203     BTS_Tests.ttcn:6694.26-45: In actual parameter list of altstep `@BTS_Tests.as_pcuif_msg':
#8 2.203      BTS_Tests.ttcn:6694.32-44: In parameter #2 for `tr_msg':
#8 2.203       BTS_Tests.ttcn:6658.29-41: note: Referenced template variable is here
#8 2.528 touch compile
#8 2.529 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.529 make -j20 -C _build/bts
#8 2.536 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.574   DEP      UD_PT.cc
#8 2.574   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 2.574   DEP      TELNETasp_PT.cc
#8 2.574   DEP      TCCInterface.cc
#8 2.574   DEP      TCCConversion.cc
#8 2.574   DEP      RTP_EncDec.cc
#8 2.575   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 2.575   DEP      RLCMAC_EncDec.cc
#8 2.575   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.575   DEP      Native_FunctionDefs.cc
#8 2.575   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 2.575   DEP      IuUP_EncDec.cc
#8 2.576   DEP      IPL4asp_discovery.cc
#8 2.576   DEP      IPL4asp_PT.cc
#8 2.576   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 2.595   DEP      IPA_Emulation_part_7.cc
#8 2.595   DEP      IPA_Emulation_part_6.cc
#8 2.595   DEP      IPA_Emulation_part_5.cc
#8 2.595   DEP      IPA_Emulation_part_4.cc
#8 2.596   DEP      IPA_Emulation_part_3.cc
#8 2.606   DEP      IPA_Emulation_part_2.cc
#8 2.606   DEP      IPA_Emulation_part_1.cc
#8 2.606   DEP      IPA_Emulation.cc
#8 2.608   DEP      UD_Types_part_7.cc
#8 2.610   DEP      UD_Types_part_6.cc
#8 2.612   DEP      UD_Types_part_5.cc
#8 2.613   DEP      UD_Types_part_4.cc
#8 2.614   DEP      UD_Types_part_3.cc
#8 2.616   DEP      UD_Types_part_2.cc
#8 2.619   DEP      UD_Types_part_1.cc
#8 2.619   DEP      UD_PortType_part_7.cc
#8 2.620   DEP      UD_PortType_part_6.cc
#8 2.622   DEP      UD_PortType_part_5.cc
#8 2.623   DEP      UD_PortType_part_4.cc
#8 2.623   DEP      UD_PortType_part_3.cc
#8 2.624   DEP      UD_PortType_part_2.cc
#8 2.625   DEP      UD_PortType_part_1.cc
#8 2.625   DEP      TRXC_Types_part_7.cc
#8 2.625   DEP      TRXC_Types_part_6.cc
#8 2.626   DEP      TRXC_Types_part_5.cc
#8 2.628   DEP      TRXC_Types_part_4.cc
#8 2.630   DEP      TRXC_Types_part_3.cc
#8 2.631   DEP      TRXC_Types_part_2.cc
#8 2.631   DEP      TRXC_Types_part_1.cc
#8 2.631   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.632   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.632   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.632   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.635   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.635   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.637   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.638   DEP      TRXC_CodecPort_part_6.cc
#8 2.638   DEP      TRXC_CodecPort_part_7.cc
#8 2.638   DEP      TRXC_CodecPort_part_5.cc
#8 2.638   DEP      TRXC_CodecPort_part_4.cc
#8 2.638   DEP      TRXC_CodecPort_part_3.cc
#8 2.642   DEP      TRXC_CodecPort_part_2.cc
#8 2.642   DEP      TRXC_CodecPort_part_1.cc
#8 2.642   DEP      TELNETasp_PortType_part_7.cc
#8 2.642   DEP      TELNETasp_PortType_part_6.cc
#8 2.643   DEP      TELNETasp_PortType_part_5.cc
#8 2.644   DEP      TELNETasp_PortType_part_4.cc
#8 2.649   DEP      TELNETasp_PortType_part_3.cc
#8 2.649   DEP      TELNETasp_PortType_part_2.cc
#8 2.649   DEP      TELNETasp_PortType_part_1.cc
#8 2.650   DEP      TCCInterface_Functions_part_7.cc
#8 2.650   DEP      TCCInterface_Functions_part_6.cc
#8 2.650   DEP      TCCInterface_Functions_part_5.cc
#8 2.650   DEP      TCCInterface_Functions_part_4.cc
#8 2.650   DEP      TCCInterface_Functions_part_3.cc
#8 2.650   DEP      TCCInterface_Functions_part_2.cc
#8 2.651   DEP      TCCInterface_Functions_part_1.cc
#8 2.651   DEP      TCCConversion_Functions_part_7.cc
#8 2.651   DEP      TCCConversion_Functions_part_6.cc
#8 2.652   DEP      TCCConversion_Functions_part_5.cc
#8 2.652   DEP      TCCConversion_Functions_part_4.cc
#8 2.652   DEP      TCCConversion_Functions_part_3.cc
#8 2.652   DEP      TCCConversion_Functions_part_2.cc
#8 2.653   DEP      TCCConversion_Functions_part_1.cc
#8 2.654   DEP      Socket_API_Definitions_part_7.cc
#8 2.655   DEP      Socket_API_Definitions_part_6.cc
#8 2.655   DEP      Socket_API_Definitions_part_5.cc
#8 2.657   DEP      Socket_API_Definitions_part_4.cc
#8 2.658   DEP      Socket_API_Definitions_part_3.cc
#8 2.658   DEP      Socket_API_Definitions_part_2.cc
#8 2.658   DEP      Socket_API_Definitions_part_1.cc
#8 2.659   DEP      RTP_Types_part_7.cc
#8 2.660   DEP      RTP_Types_part_6.cc
#8 2.660   DEP      RTP_Types_part_5.cc
#8 2.660   DEP      RTP_Types_part_4.cc
#8 2.660   DEP      RTP_Types_part_3.cc
#8 2.661   DEP      RTP_Types_part_2.cc
#8 2.661   DEP      RTP_Types_part_1.cc
#8 2.661   DEP      RTP_Emulation_part_7.cc
#8 2.666   DEP      RTP_Emulation_part_6.cc
#8 2.666   DEP      RTP_Emulation_part_5.cc
#8 2.666   DEP      RTP_Emulation_part_4.cc
#8 2.666   DEP      RTP_Emulation_part_3.cc
#8 2.666   DEP      RTP_Emulation_part_2.cc
#8 2.666   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.666   DEP      RTP_Emulation_part_1.cc
#8 2.667   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.667   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.668   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.668   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.668   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.668   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.668   DEP      RTP_CodecPort_part_7.cc
#8 2.670   DEP      RTP_CodecPort_part_6.cc
#8 2.673   DEP      RTP_CodecPort_part_5.cc
#8 2.673   DEP      RTP_CodecPort_part_4.cc
#8 2.673   DEP      RTP_CodecPort_part_3.cc
#8 2.674   DEP      RTP_CodecPort_part_2.cc
#8 2.674   DEP      RTP_CodecPort_part_1.cc
#8 2.677   DEP      RSL_Types_part_7.cc
#8 2.677   DEP      RSL_Types_part_6.cc
#8 2.677   DEP      RSL_Types_part_5.cc
#8 2.678   DEP      RSL_Types_part_4.cc
#8 2.678   DEP      RSL_Types_part_2.cc
#8 2.678   DEP      RSL_Types_part_3.cc
#8 2.678   DEP      RSL_Types_part_1.cc
#8 2.679   DEP      RSL_Emulation_part_7.cc
#8 2.679   DEP      RSL_Emulation_part_6.cc
#8 2.679   DEP      RSL_Emulation_part_5.cc
#8 2.679   DEP      RSL_Emulation_part_4.cc
#8 2.680   DEP      RSL_Emulation_part_3.cc
#8 2.681   DEP      RSL_Emulation_part_2.cc
#8 2.681   DEP      RSL_Emulation_part_1.cc
#8 2.682   DEP      RLCMAC_Types_part_7.cc
#8 2.683   DEP      RLCMAC_Types_part_6.cc
#8 2.684   DEP      RLCMAC_Types_part_5.cc
#8 2.684   DEP      RLCMAC_Types_part_4.cc
#8 2.685   DEP      RLCMAC_Types_part_3.cc
#8 2.686   DEP      RLCMAC_Types_part_2.cc
#8 2.687   DEP      RLCMAC_Types_part_1.cc
#8 2.687   DEP      RLCMAC_Templates_part_7.cc
#8 2.687   DEP      RLCMAC_Templates_part_6.cc
#8 2.687   DEP      RLCMAC_Templates_part_5.cc
#8 2.688   DEP      RLCMAC_Templates_part_4.cc
#8 2.689   DEP      RLCMAC_Templates_part_2.cc
#8 2.689   DEP      RLCMAC_Templates_part_3.cc
#8 2.690   DEP      RLCMAC_Templates_part_1.cc
#8 2.690   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.693   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.693   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.694   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.694   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.694   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.695   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.695   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.697   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.697   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.697   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.698   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.726   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.726   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.726   DEP      PCUIF_Types_part_7.cc
#8 2.726   DEP      PCUIF_Types_part_6.cc
#8 2.727   DEP      PCUIF_Types_part_5.cc
#8 2.727   DEP      PCUIF_Types_part_3.cc
#8 2.727   DEP      PCUIF_Types_part_2.cc
#8 2.727   DEP      PCUIF_Types_part_4.cc
#8 2.728   DEP      PCUIF_Types_part_1.cc
#8 2.738   DEP      PCUIF_CodecPort_part_7.cc
#8 2.738   DEP      PCUIF_CodecPort_part_6.cc
#8 2.738   DEP      PCUIF_CodecPort_part_5.cc
#8 2.738   DEP      PCUIF_CodecPort_part_4.cc
#8 2.739   DEP      PCUIF_CodecPort_part_3.cc
#8 2.739   DEP      PCUIF_CodecPort_part_2.cc
#8 2.739   DEP      PCUIF_CodecPort_part_1.cc
#8 2.739   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.746   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.746   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.746   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.747   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.747   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.748   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.748   DEP      Osmocom_Types_part_7.cc
#8 2.751   DEP      Osmocom_Types_part_6.cc
#8 2.753   DEP      Osmocom_Types_part_5.cc
#8 2.754   DEP      Osmocom_Types_part_4.cc
#8 2.754   DEP      Osmocom_Types_part_3.cc
#8 2.754   DEP      Osmocom_Types_part_2.cc
#8 2.755   DEP      Osmocom_Types_part_1.cc
#8 2.755   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.756   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.761   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.761   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.761   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.762   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.762   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.762   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.763   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.765   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.766   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.769   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.769   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.769   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.769   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.771   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.772   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.773   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.773   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.774   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.776   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.776   DEP      OSMUX_Types_part_7.cc
#8 2.776   DEP      OSMUX_Types_part_6.cc
#8 2.780   DEP      OSMUX_Types_part_5.cc
#8 2.780   DEP      OSMUX_Types_part_4.cc
#8 2.782   DEP      OSMUX_Types_part_3.cc
#8 2.782   DEP      OSMUX_Types_part_2.cc
#8 2.782   DEP      OSMUX_Types_part_1.cc
#8 2.784   DEP      OSMUX_Emulation_part_7.cc
#8 2.784   DEP      OSMUX_Emulation_part_5.cc
#8 2.784   DEP      OSMUX_Emulation_part_6.cc
#8 2.784   DEP      OSMUX_Emulation_part_4.cc
#8 2.787   DEP      OSMUX_Emulation_part_3.cc
#8 2.789   DEP      OSMUX_Emulation_part_2.cc
#8 2.789   DEP      OSMUX_Emulation_part_1.cc
#8 2.789   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.790   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.792   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.792   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.793   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.794   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.794   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.797   DEP      OSMUX_CodecPort_part_7.cc
#8 2.797   DEP      OSMUX_CodecPort_part_6.cc
#8 2.797   DEP      OSMUX_CodecPort_part_5.cc
#8 2.797   DEP      OSMUX_CodecPort_part_4.cc
#8 2.797   DEP      OSMUX_CodecPort_part_3.cc
#8 2.800   DEP      OSMUX_CodecPort_part_2.cc
#8 2.800   DEP      OSMUX_CodecPort_part_1.cc
#8 2.803   DEP      Native_Functions_part_7.cc
#8 2.803   DEP      Native_Functions_part_6.cc
#8 2.803   DEP      Native_Functions_part_5.cc
#8 2.804   DEP      Native_Functions_part_4.cc
#8 2.805   DEP      Native_Functions_part_3.cc
#8 2.805   DEP      Native_Functions_part_2.cc
#8 2.805   DEP      Native_Functions_part_1.cc
#8 2.806   DEP      MobileL3_Types_part_7.cc
#8 2.806   DEP      MobileL3_Types_part_6.cc
#8 2.809   DEP      MobileL3_Types_part_5.cc
#8 2.809   DEP      MobileL3_Types_part_4.cc
#8 2.810   DEP      MobileL3_Types_part_3.cc
#8 2.811   DEP      MobileL3_Types_part_2.cc
#8 2.811   DEP      MobileL3_Types_part_1.cc
#8 2.812   DEP      MobileL3_SS_Types_part_7.cc
#8 2.812   DEP      MobileL3_SS_Types_part_6.cc
#8 2.813   DEP      MobileL3_SS_Types_part_5.cc
#8 2.814   DEP      MobileL3_SS_Types_part_4.cc
#8 2.814   DEP      MobileL3_SS_Types_part_3.cc
#8 2.817   DEP      MobileL3_SS_Types_part_2.cc
#8 2.818   DEP      MobileL3_SS_Types_part_1.cc
#8 2.818   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.818   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.818   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.819   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.819   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.820   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.824   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.825   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.825   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.825   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.825   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.825   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.826   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.826   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.826   DEP      MobileL3_MM_Types_part_7.cc
#8 2.827   DEP      MobileL3_MM_Types_part_6.cc
#8 2.827   DEP      MobileL3_MM_Types_part_5.cc
#8 2.827   DEP      MobileL3_MM_Types_part_4.cc
#8 2.832   DEP      MobileL3_MM_Types_part_1.cc
#8 2.832   DEP      MobileL3_MM_Types_part_3.cc
#8 2.832   DEP      MobileL3_MM_Types_part_2.cc
#8 2.832   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.833   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.833   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.834   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.834   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.835   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.835   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.842   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.842   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.845   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.848   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.849   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.852   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.854   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.856   DEP      MobileL3_CC_Types_part_7.cc
#8 2.860   DEP      MobileL3_CC_Types_part_6.cc
#8 2.863   DEP      MobileL3_CC_Types_part_5.cc
#8 2.864   DEP      MobileL3_CC_Types_part_4.cc
#8 2.867   DEP      MobileL3_CC_Types_part_3.cc
#8 2.871   DEP      MobileL3_CC_Types_part_2.cc
#8 2.888   DEP      MobileL3_CC_Types_part_1.cc
#8 2.906   DEP      Misc_Helpers_part_7.cc
#8 2.907   DEP      Misc_Helpers_part_6.cc
#8 2.914   DEP      Misc_Helpers_part_5.cc
#8 2.925   DEP      Misc_Helpers_part_4.cc
#8 2.937   DEP      Misc_Helpers_part_3.cc
#8 2.937   DEP      Misc_Helpers_part_2.cc
#8 2.939   DEP      Misc_Helpers_part_1.cc
#8 2.941   DEP      LAPDm_Types_part_7.cc
#8 2.944   DEP      LAPDm_Types_part_6.cc
#8 2.944   DEP      LAPDm_Types_part_5.cc
#8 2.946   DEP      LAPDm_Types_part_4.cc
#8 2.948   DEP      LAPDm_Types_part_3.cc
#8 2.948   DEP      LAPDm_Types_part_2.cc
#8 2.948   DEP      LAPDm_Types_part_1.cc
#8 2.948   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.954   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.954   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.954   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.955   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.957   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.957   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.958   DEP      L3_Templates_part_7.cc
#8 2.961   DEP      L3_Templates_part_6.cc
#8 2.962   DEP      L3_Templates_part_5.cc
#8 2.963   DEP      L3_Templates_part_4.cc
#8 2.963   DEP      L3_Templates_part_3.cc
#8 2.963   DEP      L3_Templates_part_2.cc
#8 2.968   DEP      L3_Templates_part_1.cc
#8 2.968   DEP      L3_Common_part_7.cc
#8 2.968   DEP      L3_Common_part_6.cc
#8 2.969   DEP      L3_Common_part_5.cc
#8 2.970   DEP      L3_Common_part_4.cc
#8 2.970   DEP      L3_Common_part_3.cc
#8 2.971   DEP      L3_Common_part_1.cc
#8 2.971   DEP      L3_Common_part_2.cc
#8 2.971   DEP      L1CTL_Types_part_7.cc
#8 2.972   DEP      L1CTL_Types_part_6.cc
#8 2.972   DEP      L1CTL_Types_part_4.cc
#8 2.973   DEP      L1CTL_Types_part_5.cc
#8 2.975   DEP      L1CTL_Types_part_3.cc
#8 2.975   DEP      L1CTL_Types_part_2.cc
#8 2.975   DEP      L1CTL_Types_part_1.cc
#8 2.976   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.977   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.977   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.979   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.979   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.979   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.983   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.984   DEP      L1CTL_PortType_part_7.cc
#8 2.984   DEP      L1CTL_PortType_part_5.cc
#8 2.984   DEP      L1CTL_PortType_part_4.cc
#8 2.984   DEP      L1CTL_PortType_part_3.cc
#8 2.984   DEP      L1CTL_PortType_part_2.cc
#8 2.985   DEP      L1CTL_PortType_part_1.cc
#8 2.985   DEP      IuUP_Types_part_7.cc
#8 2.985   DEP      IuUP_Types_part_6.cc
#8 2.985   DEP      L1CTL_PortType_part_6.cc
#8 2.986   DEP      IuUP_Types_part_5.cc
#8 2.986   DEP      IuUP_Types_part_4.cc
#8 2.986   DEP      IuUP_Types_part_3.cc
#8 2.987   DEP      IuUP_Types_part_2.cc
#8 2.987   DEP      IuUP_Types_part_1.cc
#8 2.993   DEP      IuUP_Emulation_part_7.cc
#8 2.993   DEP      IuUP_Emulation_part_5.cc
#8 2.993   DEP      IuUP_Emulation_part_6.cc
#8 2.993   DEP      IuUP_Emulation_part_3.cc
#8 2.993   DEP      IuUP_Emulation_part_4.cc
#8 2.994   DEP      IuUP_Emulation_part_2.cc
#8 2.994   DEP      IuUP_Emulation_part_1.cc
#8 2.994   DEP      IPL4asp_Types_part_7.cc
#8 2.996   DEP      IPL4asp_Types_part_6.cc
#8 2.998   DEP      IPL4asp_Types_part_5.cc
#8 2.998   DEP      IPL4asp_Types_part_4.cc
#8 2.998   DEP      IPL4asp_Types_part_3.cc
#8 2.999   DEP      IPL4asp_Types_part_2.cc
#8 3.000   DEP      IPL4asp_PortType_part_7.cc
#8 3.000   DEP      IPL4asp_Types_part_1.cc
#8 3.000   DEP      IPL4asp_PortType_part_6.cc
#8 3.003   DEP      IPL4asp_PortType_part_5.cc
#8 3.003   DEP      IPL4asp_PortType_part_4.cc
#8 3.003   DEP      IPL4asp_PortType_part_3.cc
#8 3.007   DEP      IPL4asp_PortType_part_2.cc
#8 3.007   DEP      IPL4asp_PortType_part_1.cc
#8 3.007   DEP      IPL4asp_Functions_part_7.cc
#8 3.007   DEP      IPL4asp_Functions_part_6.cc
#8 3.008   DEP      IPL4asp_Functions_part_5.cc
#8 3.008   DEP      IPL4asp_Functions_part_4.cc
#8 3.008   DEP      IPL4asp_Functions_part_3.cc
#8 3.008   DEP      IPL4asp_Functions_part_2.cc
#8 3.009   DEP      IPL4asp_Functions_part_1.cc
#8 3.009   DEP      IPA_Types_part_7.cc
#8 3.009   DEP      IPA_Types_part_6.cc
#8 3.010   DEP      IPA_Types_part_5.cc
#8 3.010   DEP      IPA_Types_part_4.cc
#8 3.011   DEP      IPA_Types_part_3.cc
#8 3.011   DEP      IPA_Types_part_2.cc
#8 3.015   DEP      IPA_Types_part_1.cc
#8 3.015   DEP      IPA_Testing_part_7.cc
#8 3.015   DEP      IPA_Testing_part_6.cc
#8 3.016   DEP      IPA_Testing_part_5.cc
#8 3.016   DEP      IPA_Testing_part_4.cc
#8 3.016   DEP      IPA_Testing_part_3.cc
#8 3.016   DEP      IPA_Testing_part_2.cc
#8 3.016   DEP      IPA_Testing_part_1.cc
#8 3.017   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 3.018   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 3.019   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 3.023   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 3.024   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 3.024   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 3.029   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 3.029   DEP      IPA_CodecPort_part_7.cc
#8 3.029   DEP      IPA_CodecPort_part_6.cc
#8 3.029   DEP      IPA_CodecPort_part_5.cc
#8 3.030   DEP      IPA_CodecPort_part_4.cc
#8 3.030   DEP      IPA_CodecPort_part_3.cc
#8 3.030   DEP      IPA_CodecPort_part_2.cc
#8 3.030   DEP      IPA_CodecPort_part_1.cc
#8 3.030   DEP      General_Types_part_7.cc
#8 3.030   DEP      General_Types_part_6.cc
#8 3.031   DEP      General_Types_part_5.cc
#8 3.031   DEP      General_Types_part_4.cc
#8 3.031   DEP      General_Types_part_3.cc
#8 3.032   DEP      General_Types_part_2.cc
#8 3.032   DEP      General_Types_part_1.cc
#8 3.033   DEP      GSM_Types_part_7.cc
#8 3.036   DEP      GSM_Types_part_6.cc
#8 3.036   DEP      GSM_Types_part_5.cc
#8 3.036   DEP      GSM_Types_part_4.cc
#8 3.036   DEP      GSM_Types_part_3.cc
#8 3.036   DEP      GSM_Types_part_2.cc
#8 3.036   DEP      GSM_Types_part_1.cc
#8 3.037   DEP      GSM_SystemInformation_part_7.cc
#8 3.037   DEP      GSM_SystemInformation_part_6.cc
#8 3.037   DEP      GSM_SystemInformation_part_5.cc
#8 3.038   DEP      GSM_SystemInformation_part_3.cc
#8 3.038   DEP      GSM_SystemInformation_part_4.cc
#8 3.039   DEP      GSM_SystemInformation_part_2.cc
#8 3.040   DEP      GSM_SystemInformation_part_1.cc
#8 3.040   DEP      GSM_RestOctets_part_7.cc
#8 3.040   DEP      GSM_RestOctets_part_6.cc
#8 3.041   DEP      GSM_RestOctets_part_5.cc
#8 3.042   DEP      GSM_RestOctets_part_4.cc
#8 3.042   DEP      GSM_RestOctets_part_3.cc
#8 3.043   DEP      GSM_RestOctets_part_2.cc
#8 3.043   DEP      GSM_RR_Types_part_7.cc
#8 3.043   DEP      GSM_RestOctets_part_1.cc
#8 3.043   DEP      GSM_RR_Types_part_6.cc
#8 3.044   DEP      GSM_RR_Types_part_5.cc
#8 3.044   DEP      GSM_RR_Types_part_4.cc
#8 3.044   DEP      GSM_RR_Types_part_3.cc
#8 3.049   DEP      GSM_RR_Types_part_2.cc
#8 3.049   DEP      GSM_RR_Types_part_1.cc
#8 3.050   DEP      BTS_Tests_perf_part_7.cc
#8 3.050   DEP      BTS_Tests_perf_part_6.cc
#8 3.050   DEP      BTS_Tests_perf_part_5.cc
#8 3.050   DEP      BTS_Tests_perf_part_4.cc
#8 3.051   DEP      BTS_Tests_perf_part_3.cc
#8 3.051   DEP      BTS_Tests_perf_part_2.cc
#8 3.051   DEP      BTS_Tests_perf_part_1.cc
#8 3.051   DEP      BTS_Tests_VAMOS_part_7.cc
#8 3.056   DEP      BTS_Tests_VAMOS_part_6.cc
#8 3.057   DEP      BTS_Tests_VAMOS_part_5.cc
#8 3.057   DEP      BTS_Tests_VAMOS_part_4.cc
#8 3.057   DEP      BTS_Tests_VAMOS_part_3.cc
#8 3.057   DEP      BTS_Tests_VAMOS_part_2.cc
#8 3.058   DEP      BTS_Tests_VAMOS_part_1.cc
#8 3.058   DEP      BTS_Tests_SMSCB_part_7.cc
#8 3.058   DEP      BTS_Tests_SMSCB_part_6.cc
#8 3.059   DEP      BTS_Tests_SMSCB_part_5.cc
#8 3.062   DEP      BTS_Tests_SMSCB_part_4.cc
#8 3.063   DEP      BTS_Tests_SMSCB_part_3.cc
#8 3.063   DEP      BTS_Tests_SMSCB_part_2.cc
#8 3.063   DEP      BTS_Tests_SMSCB_part_1.cc
#8 3.063   DEP      BTS_Tests_OML_part_7.cc
#8 3.063   DEP      BTS_Tests_OML_part_6.cc
#8 3.064   DEP      BTS_Tests_OML_part_5.cc
#8 3.064   DEP      BTS_Tests_OML_part_4.cc
#8 3.064   DEP      BTS_Tests_OML_part_3.cc
#8 3.065   DEP      BTS_Tests_OML_part_2.cc
#8 3.069   DEP      BTS_Tests_OML_part_1.cc
#8 3.069   DEP      BTS_Tests_LAPDm_part_7.cc
#8 3.069   DEP      BTS_Tests_LAPDm_part_6.cc
#8 3.069   DEP      BTS_Tests_LAPDm_part_5.cc
#8 3.070   DEP      BTS_Tests_LAPDm_part_4.cc
#8 3.070   DEP      BTS_Tests_LAPDm_part_3.cc
#8 3.070   DEP      BTS_Tests_LAPDm_part_2.cc
#8 3.070   DEP      BTS_Tests_LAPDm_part_1.cc
#8 3.070   DEP      BTS_Tests_ASCI_part_7.cc
#8 3.074   DEP      BTS_Tests_ASCI_part_6.cc
#8 3.074   DEP      BTS_Tests_ASCI_part_5.cc
#8 3.074   DEP      BTS_Tests_ASCI_part_4.cc
#8 3.074   DEP      BTS_Tests_ASCI_part_3.cc
#8 3.075   DEP      BTS_Tests_ASCI_part_2.cc
#8 3.075   DEP      BTS_Tests_ASCI_part_1.cc
#8 3.076   DEP      BTS_Tests_part_7.cc
#8 3.076   DEP      BTS_Tests_part_6.cc
#8 3.077   DEP      BTS_Tests_part_5.cc
#8 3.077   DEP      BTS_Tests_part_4.cc
#8 3.077   DEP      BTS_Tests_part_3.cc
#8 3.078   DEP      BTS_Tests_part_2.cc
#8 3.079   DEP      BTS_Tests_part_1.cc
#8 3.080   DEP      AbisOML_Types_part_7.cc
#8 3.080   DEP      AbisOML_Types_part_6.cc
#8 3.081   DEP      AbisOML_Types_part_5.cc
#8 3.082   DEP      AbisOML_Types_part_4.cc
#8 3.082   DEP      AbisOML_Types_part_3.cc
#8 3.086   DEP      AbisOML_Types_part_2.cc
#8 3.086   DEP      AbisOML_Types_part_1.cc
#8 3.086   DEP      AMR_Types_part_6.cc
#8 3.086   DEP      AMR_Types_part_7.cc
#8 3.087   DEP      AMR_Types_part_5.cc
#8 3.087   DEP      AMR_Types_part_4.cc
#8 3.090   DEP      AMR_Types_part_3.cc
#8 3.090   DEP      AMR_Types_part_2.cc
#8 3.090   DEP      AMR_Types_part_1.cc
#8 3.090   DEP      UD_Types.cc
#8 3.091   DEP      UD_PortType.cc
#8 3.092   DEP      TRXC_Types.cc
#8 3.092   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 3.092   DEP      TRXC_CodecPort.cc
#8 3.093   DEP      TELNETasp_PortType.cc
#8 3.097   DEP      TCCInterface_Functions.cc
#8 3.098   DEP      TCCConversion_Functions.cc
#8 3.098   DEP      Socket_API_Definitions.cc
#8 3.098   DEP      RTP_Types.cc
#8 3.100   DEP      RTP_Emulation.cc
#8 3.100   DEP      RTP_CodecPort_CtrlFunct.cc
#8 3.154   DEP      RTP_CodecPort.cc
#8 3.154   DEP      RSL_Types.cc
#8 3.154   DEP      RSL_Emulation.cc
#8 3.156   DEP      RLCMAC_Types.cc
#8 3.160   DEP      RLCMAC_Templates.cc
#8 3.161   DEP      RLCMAC_CSN1_Types.cc
#8 3.164   DEP      RLCMAC_CSN1_Templates.cc
#8 3.165   DEP      PCUIF_Types.cc
#8 3.169   DEP      PCUIF_CodecPort.cc
#8 3.169   DEP      Osmocom_VTY_Functions.cc
#8 3.169   DEP      Osmocom_Types.cc
#8 3.180   DEP      Osmocom_CTRL_Types.cc
#8 3.181   DEP      Osmocom_CTRL_Functions.cc
#8 3.187   DEP      Osmocom_CTRL_Adapter.cc
#8 3.191   DEP      OSMUX_Types.cc
#8 3.192   DEP      OSMUX_Emulation.cc
#8 3.230   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 3.230   DEP      OSMUX_CodecPort.cc
#8 3.234   DEP      Native_Functions.cc
#8 3.237   DEP      MobileL3_Types.cc
#8 3.237   DEP      MobileL3_SS_Types.cc
#8 3.245   DEP      MobileL3_SMS_Types.cc
#8 3.261   DEP      MobileL3_RRM_Types.cc
#8 3.261   DEP      MobileL3_MM_Types.cc
#8 3.274   DEP      MobileL3_GMM_SM_Types.cc
#8 3.276   DEP      MobileL3_CommonIE_Types.cc
#8 3.302   DEP      MobileL3_CC_Types.cc
#8 3.302   DEP      Misc_Helpers.cc
#8 3.302   DEP      LAPDm_Types.cc
#8 3.304   DEP      LAPDm_RAW_PT.cc
#8 3.306   DEP      L3_Templates.cc
#8 3.315   DEP      L3_Common.cc
#8 3.321   DEP      L1CTL_Types.cc
#8 3.327   DEP      L1CTL_PortType_CtrlFunct.cc
#8 3.331   DEP      L1CTL_PortType.cc
#8 3.344   DEP      IuUP_Types.cc
#8 3.348   DEP      IuUP_Emulation.cc
#8 3.367   DEP      IPL4asp_Types.cc
#8 3.373   DEP      IPL4asp_PortType.cc
#8 3.391   DEP      IPL4asp_Functions.cc
#8 3.393   DEP      IPA_Types.cc
#8 3.393   DEP      IPA_Testing.cc
#8 3.422   DEP      IPA_CodecPort_CtrlFunct.cc
#8 3.422   DEP      IPA_CodecPort.cc
#8 3.422   DEP      General_Types.cc
#8 3.442   DEP      GSM_Types.cc
#8 3.442   DEP      GSM_SystemInformation.cc
#8 3.470   DEP      GSM_RestOctets.cc
#8 3.470   DEP      GSM_RR_Types.cc
#8 3.470   DEP      BTS_Tests_perf.cc
#8 3.470   DEP      BTS_Tests_VAMOS.cc
#8 3.472   DEP      BTS_Tests_SMSCB.cc
#8 3.474   DEP      BTS_Tests_OML.cc
#8 3.478   DEP      BTS_Tests_LAPDm.cc
#8 3.489   DEP      BTS_Tests_ASCI.cc
#8 3.502   DEP      BTS_Tests.cc
#8 3.511   DEP      AbisOML_Types.cc
#8 3.538   DEP      AMR_Types.cc
#8 4.189   CC       AMR_Types.o
#8 4.189   CC       AbisOML_Types.o
#8 4.189   CC       BTS_Tests.o
#8 4.189   CC       BTS_Tests_ASCI.o
#8 4.189   CC       BTS_Tests_LAPDm.o
#8 4.190   CC       BTS_Tests_OML.o
#8 4.190   CC       BTS_Tests_SMSCB.o
#8 4.191   CC       BTS_Tests_VAMOS.o
#8 4.191   CC       BTS_Tests_perf.o
#8 4.191   CC       GSM_RR_Types.o
#8 4.192   CC       GSM_RestOctets.o
#8 4.192   CC       GSM_SystemInformation.o
#8 4.192   CC       GSM_Types.o
#8 4.193   CC       General_Types.o
#8 4.193   CC       IPA_CodecPort.o
#8 4.193   CC       IPA_CodecPort_CtrlFunct.o
#8 4.194   CC       IPA_Testing.o
#8 4.194   CC       IPA_Types.o
#8 4.195   CC       IPL4asp_Functions.o
#8 4.195   CC       IPL4asp_PortType.o
#8 4.958   CC       IPL4asp_Types.o
#8 5.014   CC       IuUP_Emulation.o
#8 5.073   CC       IuUP_Types.o
#8 5.101   CC       L1CTL_PortType.o
#8 5.332   CC       L1CTL_PortType_CtrlFunct.o
#8 5.628   CC       L1CTL_Types.o
#8 6.423   CC       L3_Common.o
#8 6.508   CC       L3_Templates.o
#8 6.678   CC       LAPDm_RAW_PT.o
#8 7.855   CC       LAPDm_Types.o
#8 8.370   CC       Misc_Helpers.o
#8 8.582   CC       MobileL3_CC_Types.o
#8 9.117   CC       MobileL3_CommonIE_Types.o
#8 9.210   CC       MobileL3_GMM_SM_Types.o
#8 9.514   CC       MobileL3_MM_Types.o
#8 9.813   CC       MobileL3_RRM_Types.o
#8 10.33   CC       MobileL3_SMS_Types.o
#8 10.35   CC       MobileL3_SS_Types.o
#8 10.43   CC       MobileL3_Types.o
#8 10.63   CC       Native_Functions.o
#8 10.71 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 10.71 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.71  6168 | }
#8 10.71       | ^
#8 10.71   CC       OSMUX_CodecPort.o
#8 10.77   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.90   CC       OSMUX_Emulation.o
#8 11.29   CC       OSMUX_Types.o
#8 11.60   CC       Osmocom_CTRL_Adapter.o
#8 11.79   CC       Osmocom_CTRL_Functions.o
#8 11.97   CC       Osmocom_CTRL_Types.o
#8 11.98   CC       Osmocom_Types.o
#8 12.33   CC       Osmocom_VTY_Functions.o
#8 12.41   CC       PCUIF_CodecPort.o
#8 12.80 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 12.80 BTS_Tests.cc:39252:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 12.80 39252 | }
#8 12.80       | ^
#8 12.80 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 12.80 BTS_Tests.cc:39333:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 12.80 39333 | }
#8 12.80       | ^
#8 12.97   CC       PCUIF_Types.o
#8 13.23   CC       RLCMAC_CSN1_Templates.o
#8 13.35   CC       RLCMAC_CSN1_Types.o
#8 13.51   CC       RLCMAC_Templates.o
#8 13.62   CC       RLCMAC_Types.o
#8 13.70   CC       RSL_Emulation.o
#8 13.74   CC       RSL_Types.o
#8 13.75   CC       RTP_CodecPort.o
#8 14.00   CC       RTP_CodecPort_CtrlFunct.o
#8 15.13   CC       RTP_Emulation.o
#8 15.17   CC       RTP_Types.o
#8 15.18   CC       Socket_API_Definitions.o
#8 15.56   CC       TCCConversion_Functions.o
#8 15.63   CC       TCCInterface_Functions.o
#8 15.72   CC       TELNETasp_PortType.o
#8 15.88   CC       TRXC_CodecPort.o
#8 15.98   CC       TRXC_CodecPort_CtrlFunct.o
#8 16.05   CC       TRXC_Types.o
#8 16.34   CC       UD_PortType.o
#8 16.57   CC       UD_Types.o
#8 16.71   CC       AMR_Types_part_1.o
#8 16.74   CC       AMR_Types_part_2.o
#8 16.77   CC       AMR_Types_part_3.o
#8 16.79   CC       AMR_Types_part_4.o
#8 16.81   CC       AMR_Types_part_5.o
#8 16.83   CC       AMR_Types_part_6.o
#8 16.84   CC       AMR_Types_part_7.o
#8 16.86   CC       AbisOML_Types_part_1.o
#8 16.88   CC       AbisOML_Types_part_2.o
#8 16.92   CC       AbisOML_Types_part_3.o
#8 16.99   CC       AbisOML_Types_part_4.o
#8 17.03   CC       AbisOML_Types_part_5.o
#8 17.06   CC       AbisOML_Types_part_6.o
#8 17.07   CC       AbisOML_Types_part_7.o
#8 17.08   CC       BTS_Tests_part_1.o
#8 17.10   CC       BTS_Tests_part_2.o
#8 17.12   CC       BTS_Tests_part_3.o
#8 17.12   CC       BTS_Tests_part_4.o
#8 17.14   CC       BTS_Tests_part_5.o
#8 17.14   CC       BTS_Tests_part_6.o
#8 17.16   CC       BTS_Tests_part_7.o
#8 17.16   CC       BTS_Tests_ASCI_part_1.o
#8 17.18   CC       BTS_Tests_ASCI_part_2.o
#8 17.18   CC       BTS_Tests_ASCI_part_3.o
#8 17.19   CC       BTS_Tests_ASCI_part_4.o
#8 17.20   CC       BTS_Tests_ASCI_part_5.o
#8 17.20   CC       BTS_Tests_ASCI_part_6.o
#8 17.21   CC       BTS_Tests_ASCI_part_7.o
#8 17.22   CC       BTS_Tests_LAPDm_part_1.o
#8 17.22   CC       BTS_Tests_LAPDm_part_2.o
#8 17.23   CC       BTS_Tests_LAPDm_part_3.o
#8 17.24   CC       BTS_Tests_LAPDm_part_4.o
#8 17.25   CC       BTS_Tests_LAPDm_part_5.o
#8 17.25   CC       BTS_Tests_LAPDm_part_6.o
#8 17.26   CC       BTS_Tests_LAPDm_part_7.o
#8 17.27   CC       BTS_Tests_OML_part_1.o
#8 17.27   CC       BTS_Tests_OML_part_2.o
#8 17.28   CC       BTS_Tests_OML_part_3.o
#8 17.29   CC       BTS_Tests_OML_part_4.o
#8 17.29   CC       BTS_Tests_OML_part_5.o
#8 17.31   CC       BTS_Tests_OML_part_6.o
#8 17.31   CC       BTS_Tests_OML_part_7.o
#8 17.32   CC       BTS_Tests_SMSCB_part_1.o
#8 17.33   CC       BTS_Tests_SMSCB_part_2.o
#8 17.33   CC       BTS_Tests_SMSCB_part_3.o
#8 17.33   CC       BTS_Tests_SMSCB_part_4.o
#8 17.35   CC       BTS_Tests_SMSCB_part_5.o
#8 17.35   CC       BTS_Tests_SMSCB_part_6.o
#8 17.35   CC       BTS_Tests_SMSCB_part_7.o
#8 17.37   CC       BTS_Tests_VAMOS_part_1.o
#8 17.37   CC       BTS_Tests_VAMOS_part_2.o
#8 17.37   CC       BTS_Tests_VAMOS_part_3.o
#8 17.39   CC       BTS_Tests_VAMOS_part_4.o
#8 17.39   CC       BTS_Tests_VAMOS_part_5.o
#8 17.39   CC       BTS_Tests_VAMOS_part_6.o
#8 17.41   CC       BTS_Tests_VAMOS_part_7.o
#8 17.41   CC       BTS_Tests_perf_part_1.o
#8 17.41   CC       BTS_Tests_perf_part_2.o
#8 17.43   CC       BTS_Tests_perf_part_3.o
#8 17.44   CC       BTS_Tests_perf_part_4.o
#8 17.44   CC       BTS_Tests_perf_part_5.o
#8 17.46   CC       BTS_Tests_perf_part_6.o
#8 17.47   CC       BTS_Tests_perf_part_7.o
#8 17.50   CC       GSM_RR_Types_part_1.o
#8 17.50   CC       GSM_RR_Types_part_2.o
#8 17.51   CC       GSM_RR_Types_part_3.o
#8 17.53   CC       GSM_RR_Types_part_4.o
#8 17.57   CC       GSM_RR_Types_part_5.o
#8 17.59   CC       GSM_RR_Types_part_6.o
#8 17.61   CC       GSM_RR_Types_part_7.o
#8 17.62   CC       GSM_RestOctets_part_1.o
#8 17.63   CC       GSM_RestOctets_part_2.o
#8 17.67   CC       GSM_RestOctets_part_3.o
#8 17.67   CC       GSM_RestOctets_part_4.o
#8 17.67   CC       GSM_RestOctets_part_5.o
#8 17.73   CC       GSM_RestOctets_part_6.o
#8 17.76   CC       GSM_RestOctets_part_7.o
#8 17.78   CC       GSM_SystemInformation_part_1.o
#8 17.79   CC       GSM_SystemInformation_part_2.o
#8 17.81   CC       GSM_SystemInformation_part_3.o
#8 17.85   CC       GSM_SystemInformation_part_4.o
#8 17.86   CC       GSM_SystemInformation_part_5.o
#8 17.90   CC       GSM_SystemInformation_part_6.o
#8 17.90   CC       GSM_SystemInformation_part_7.o
#8 17.94   CC       GSM_Types_part_1.o
#8 17.94   CC       GSM_Types_part_2.o
#8 17.97   CC       GSM_Types_part_3.o
#8 18.00   CC       GSM_Types_part_4.o
#8 18.00   CC       GSM_Types_part_5.o
#8 18.02 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 18.02 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 18.02 11507 | }
#8 18.02       | ^
#8 18.04   CC       GSM_Types_part_6.o
#8 18.08   CC       GSM_Types_part_7.o
#8 18.10   CC       General_Types_part_1.o
#8 18.13   CC       General_Types_part_2.o
#8 18.15   CC       General_Types_part_3.o
#8 18.16   CC       General_Types_part_4.o
#8 18.20   CC       General_Types_part_5.o
#8 18.21   CC       General_Types_part_6.o
#8 18.24   CC       General_Types_part_7.o
#8 18.28   CC       IPA_CodecPort_part_1.o
#8 18.29   CC       IPA_CodecPort_part_2.o
#8 18.31   CC       IPA_CodecPort_part_3.o
#8 18.31   CC       IPA_CodecPort_part_4.o
#8 18.32   CC       IPA_CodecPort_part_5.o
#8 18.34   CC       IPA_CodecPort_part_6.o
#8 18.35   CC       IPA_CodecPort_part_7.o
#8 18.37   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 18.37   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 18.39   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 18.39   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 18.41   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 18.41   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 18.42   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 18.43   CC       IPA_Testing_part_1.o
#8 18.45   CC       IPA_Testing_part_2.o
#8 18.45   CC       IPA_Testing_part_3.o
#8 18.46   CC       IPA_Testing_part_4.o
#8 18.46   CC       IPA_Testing_part_5.o
#8 18.47   CC       IPA_Testing_part_6.o
#8 18.48   CC       IPA_Testing_part_7.o
#8 18.48   CC       IPA_Types_part_1.o
#8 18.48   CC       IPA_Types_part_2.o
#8 18.50   CC       IPA_Types_part_3.o
#8 18.50   CC       IPA_Types_part_4.o
#8 18.53   CC       IPA_Types_part_5.o
#8 18.53   CC       IPA_Types_part_6.o
#8 18.53   CC       IPA_Types_part_7.o
#8 18.53   CC       IPL4asp_Functions_part_1.o
#8 18.55   CC       IPL4asp_Functions_part_2.o
#8 18.55   CC       IPL4asp_Functions_part_3.o
#8 18.55   CC       IPL4asp_Functions_part_4.o
#8 18.57   CC       IPL4asp_Functions_part_5.o
#8 18.57   CC       IPL4asp_Functions_part_6.o
#8 18.58   CC       IPL4asp_Functions_part_7.o
#8 18.59   CC       IPL4asp_PortType_part_1.o
#8 18.61   CC       IPL4asp_PortType_part_2.o
#8 18.61   CC       IPL4asp_PortType_part_3.o
#8 18.62   CC       IPL4asp_PortType_part_4.o
#8 18.62   CC       IPL4asp_PortType_part_5.o
#8 18.63   CC       IPL4asp_PortType_part_6.o
#8 18.65   CC       IPL4asp_PortType_part_7.o
#8 18.65   CC       IPL4asp_Types_part_1.o
#8 18.66   CC       IPL4asp_Types_part_2.o
#8 18.68   CC       IPL4asp_Types_part_3.o
#8 18.68   CC       IPL4asp_Types_part_4.o
#8 18.70   CC       IPL4asp_Types_part_5.o
#8 18.70   CC       IPL4asp_Types_part_6.o
#8 18.72   CC       IPL4asp_Types_part_7.o
#8 18.72   CC       IuUP_Emulation_part_1.o
#8 18.72   CC       IuUP_Emulation_part_2.o
#8 18.72   CC       IuUP_Emulation_part_3.o
#8 18.74   CC       IuUP_Emulation_part_4.o
#8 18.74   CC       IuUP_Emulation_part_6.o
#8 18.74   CC       IuUP_Emulation_part_5.o
#8 18.75   CC       IuUP_Emulation_part_7.o
#8 18.76   CC       IuUP_Types_part_1.o
#8 18.77   CC       IuUP_Types_part_2.o
#8 18.77   CC       IuUP_Types_part_3.o
#8 18.77   CC       IuUP_Types_part_4.o
#8 18.77   CC       IuUP_Types_part_5.o
#8 18.80   CC       IuUP_Types_part_6.o
#8 18.80   CC       IuUP_Types_part_7.o
#8 18.81   CC       L1CTL_PortType_part_1.o
#8 18.81   CC       L1CTL_PortType_part_2.o
#8 18.82   CC       L1CTL_PortType_part_3.o
#8 18.82   CC       L1CTL_PortType_part_4.o
#8 18.83   CC       L1CTL_PortType_part_5.o
#8 18.85   CC       L1CTL_PortType_part_6.o
#8 18.85   CC       L1CTL_PortType_part_7.o
#8 18.85   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 18.87   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 18.87   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 18.90   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 18.90   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 18.90   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 18.92   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 18.92   CC       L1CTL_Types_part_1.o
#8 18.93   CC       L1CTL_Types_part_2.o
#8 18.94   CC       L1CTL_Types_part_3.o
#8 18.94   CC       L1CTL_Types_part_4.o
#8 18.95   CC       L1CTL_Types_part_5.o
#8 18.97   CC       L1CTL_Types_part_6.o
#8 18.98   CC       L1CTL_Types_part_7.o
#8 18.99   CC       L3_Common_part_1.o
#8 19.01   CC       L3_Common_part_2.o
#8 19.01   CC       L3_Common_part_3.o
#8 19.01   CC       L3_Common_part_4.o
#8 19.02   CC       L3_Common_part_5.o
#8 19.02   CC       L3_Common_part_6.o
#8 19.02   CC       L3_Common_part_7.o
#8 19.04   CC       L3_Templates_part_1.o
#8 19.04   CC       L3_Templates_part_2.o
#8 19.05   CC       L3_Templates_part_3.o
#8 19.06   CC       L3_Templates_part_4.o
#8 19.07   CC       L3_Templates_part_5.o
#8 19.07   CC       L3_Templates_part_6.o
#8 19.07   CC       L3_Templates_part_7.o
#8 19.07   CC       LAPDm_RAW_PT_part_1.o
#8 19.08   CC       LAPDm_RAW_PT_part_2.o
#8 19.09   CC       LAPDm_RAW_PT_part_3.o
#8 19.10   CC       LAPDm_RAW_PT_part_4.o
#8 19.11   CC       LAPDm_RAW_PT_part_5.o
#8 19.11   CC       LAPDm_RAW_PT_part_6.o
#8 19.12   CC       LAPDm_RAW_PT_part_7.o
#8 19.13   CC       LAPDm_Types_part_1.o
#8 19.13   CC       LAPDm_Types_part_2.o
#8 19.14   CC       LAPDm_Types_part_4.o
#8 19.14   CC       LAPDm_Types_part_3.o
#8 19.14   CC       LAPDm_Types_part_5.o
#8 19.16   CC       LAPDm_Types_part_6.o
#8 19.18   CC       LAPDm_Types_part_7.o
#8 19.18   CC       Misc_Helpers_part_1.o
#8 19.18   CC       Misc_Helpers_part_2.o
#8 19.19   CC       Misc_Helpers_part_3.o
#8 19.20   CC       Misc_Helpers_part_4.o
#8 19.20   CC       Misc_Helpers_part_5.o
#8 19.20   CC       Misc_Helpers_part_6.o
#8 19.24   CC       Misc_Helpers_part_7.o
#8 19.24   CC       MobileL3_CC_Types_part_1.o
#8 19.24   CC       MobileL3_CC_Types_part_2.o
#8 19.25   CC       MobileL3_CC_Types_part_3.o
#8 19.26   CC       MobileL3_CC_Types_part_4.o
#8 19.28   CC       MobileL3_CC_Types_part_5.o
#8 19.28   CC       MobileL3_CC_Types_part_6.o
#8 19.34   CC       MobileL3_CC_Types_part_7.o
#8 19.36   CC       MobileL3_CommonIE_Types_part_1.o
#8 19.36   CC       MobileL3_CommonIE_Types_part_2.o
#8 19.38   CC       MobileL3_CommonIE_Types_part_3.o
#8 19.41   CC       MobileL3_CommonIE_Types_part_4.o
#8 19.49   CC       MobileL3_CommonIE_Types_part_5.o
#8 19.51   CC       MobileL3_CommonIE_Types_part_6.o
#8 19.55   CC       MobileL3_CommonIE_Types_part_7.o
#8 19.57   CC       MobileL3_GMM_SM_Types_part_1.o
#8 19.62   CC       MobileL3_GMM_SM_Types_part_2.o
#8 19.62   CC       MobileL3_GMM_SM_Types_part_3.o
#8 19.85   CC       MobileL3_GMM_SM_Types_part_4.o
#8 20.52   CC       MobileL3_GMM_SM_Types_part_5.o
#8 20.60   CC       MobileL3_GMM_SM_Types_part_6.o
#8 22.40   CC       MobileL3_GMM_SM_Types_part_7.o
#8 22.44   CC       MobileL3_MM_Types_part_1.o
#8 22.56   CC       MobileL3_MM_Types_part_2.o
#8 22.59   CC       MobileL3_MM_Types_part_3.o
#8 22.61   CC       MobileL3_MM_Types_part_4.o
#8 22.64   CC       MobileL3_MM_Types_part_5.o
#8 22.68   CC       MobileL3_MM_Types_part_6.o
#8 22.70   CC       MobileL3_MM_Types_part_7.o
#8 22.74   CC       MobileL3_RRM_Types_part_1.o
#8 23.29   CC       MobileL3_RRM_Types_part_2.o
#8 23.78   CC       MobileL3_RRM_Types_part_3.o
#8 24.55   CC       MobileL3_RRM_Types_part_4.o
#8 25.04   CC       MobileL3_RRM_Types_part_5.o
#8 25.07   CC       MobileL3_RRM_Types_part_6.o
#8 25.09   CC       MobileL3_RRM_Types_part_7.o
#8 25.12   CC       MobileL3_SMS_Types_part_1.o
#8 26.15   CC       MobileL3_SMS_Types_part_2.o
#8 26.17   CC       MobileL3_SMS_Types_part_3.o
#8 26.19   CC       MobileL3_SMS_Types_part_4.o
#8 26.21   CC       MobileL3_SMS_Types_part_5.o
#8 26.23   CC       MobileL3_SMS_Types_part_6.o
#8 26.25   CC       MobileL3_SMS_Types_part_7.o
#8 26.27   CC       MobileL3_SS_Types_part_1.o
#8 26.31   CC       MobileL3_SS_Types_part_2.o
#8 26.36   CC       MobileL3_SS_Types_part_3.o
#8 26.39   CC       MobileL3_SS_Types_part_4.o
#8 26.43   CC       MobileL3_SS_Types_part_5.o
#8 26.46   CC       MobileL3_SS_Types_part_6.o
#8 26.48   CC       MobileL3_SS_Types_part_7.o
#8 26.51   CC       MobileL3_Types_part_1.o
#8 26.51   CC       MobileL3_Types_part_2.o
#8 26.53   CC       MobileL3_Types_part_3.o
#8 26.53   CC       MobileL3_Types_part_4.o
#8 26.55   CC       MobileL3_Types_part_5.o
#8 26.57   CC       MobileL3_Types_part_6.o
#8 26.59   CC       MobileL3_Types_part_7.o
#8 26.59   CC       Native_Functions_part_1.o
#8 26.61   CC       Native_Functions_part_3.o
#8 26.61   CC       Native_Functions_part_2.o
#8 26.63   CC       Native_Functions_part_4.o
#8 26.63   CC       Native_Functions_part_5.o
#8 26.65   CC       Native_Functions_part_6.o
#8 26.65   CC       Native_Functions_part_7.o
#8 26.67   CC       OSMUX_CodecPort_part_1.o
#8 26.67   CC       OSMUX_CodecPort_part_2.o
#8 26.69   CC       OSMUX_CodecPort_part_3.o
#8 26.69   CC       OSMUX_CodecPort_part_4.o
#8 26.71   CC       OSMUX_CodecPort_part_5.o
#8 26.72   CC       OSMUX_CodecPort_part_6.o
#8 26.74   CC       OSMUX_CodecPort_part_7.o
#8 26.74   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 26.76   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 26.76   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 26.78   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 26.78   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 26.80   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 26.81   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 26.83   CC       OSMUX_Emulation_part_1.o
#8 26.84   CC       OSMUX_Emulation_part_2.o
#8 26.85   CC       OSMUX_Emulation_part_3.o
#8 26.87   CC       OSMUX_Emulation_part_4.o
#8 26.87   CC       OSMUX_Emulation_part_5.o
#8 26.89   CC       OSMUX_Emulation_part_6.o
#8 26.89   CC       OSMUX_Emulation_part_7.o
#8 26.91   CC       OSMUX_Types_part_1.o
#8 26.91   CC       OSMUX_Types_part_2.o
#8 26.93   CC       OSMUX_Types_part_3.o
#8 26.93   CC       OSMUX_Types_part_4.o
#8 26.95   CC       OSMUX_Types_part_5.o
#8 26.95   CC       OSMUX_Types_part_6.o
#8 26.97   CC       OSMUX_Types_part_7.o
#8 26.98   CC       Osmocom_CTRL_Adapter_part_1.o
#8 26.99   CC       Osmocom_CTRL_Adapter_part_2.o
#8 27.01   CC       Osmocom_CTRL_Adapter_part_3.o
#8 27.02   CC       Osmocom_CTRL_Adapter_part_4.o
#8 27.03   CC       Osmocom_CTRL_Adapter_part_5.o
#8 27.06   CC       Osmocom_CTRL_Adapter_part_6.o
#8 27.07   CC       Osmocom_CTRL_Adapter_part_7.o
#8 27.08   CC       Osmocom_CTRL_Functions_part_1.o
#8 27.09   CC       Osmocom_CTRL_Functions_part_2.o
#8 27.11   CC       Osmocom_CTRL_Functions_part_3.o
#8 27.11   CC       Osmocom_CTRL_Functions_part_4.o
#8 27.13   CC       Osmocom_CTRL_Functions_part_5.o
#8 27.15   CC       Osmocom_CTRL_Functions_part_6.o
#8 27.18   CC       Osmocom_CTRL_Functions_part_7.o
#8 27.20   CC       Osmocom_CTRL_Types_part_1.o
#8 27.23   CC       Osmocom_CTRL_Types_part_2.o
#8 27.23   CC       Osmocom_CTRL_Types_part_3.o
#8 27.26   CC       Osmocom_CTRL_Types_part_4.o
#8 27.29   CC       Osmocom_CTRL_Types_part_5.o
#8 27.32   CC       Osmocom_CTRL_Types_part_6.o
#8 27.34   CC       Osmocom_CTRL_Types_part_7.o
#8 27.34   CC       Osmocom_Types_part_1.o
#8 27.38   CC       Osmocom_Types_part_2.o
#8 27.40   CC       Osmocom_Types_part_3.o
#8 27.42   CC       Osmocom_Types_part_4.o
#8 27.42   CC       Osmocom_Types_part_5.o
#8 27.46   CC       Osmocom_Types_part_6.o
#8 27.46   CC       Osmocom_Types_part_7.o
#8 27.48   CC       Osmocom_VTY_Functions_part_1.o
#8 27.49   CC       Osmocom_VTY_Functions_part_2.o
#8 27.51   CC       Osmocom_VTY_Functions_part_3.o
#8 27.51   CC       Osmocom_VTY_Functions_part_4.o
#8 27.52   CC       Osmocom_VTY_Functions_part_5.o
#8 27.53   CC       Osmocom_VTY_Functions_part_6.o
#8 27.54   CC       Osmocom_VTY_Functions_part_7.o
#8 27.54   CC       PCUIF_CodecPort_part_1.o
#8 27.56   CC       PCUIF_CodecPort_part_2.o
#8 27.56   CC       PCUIF_CodecPort_part_3.o
#8 27.57   CC       PCUIF_CodecPort_part_4.o
#8 27.59   CC       PCUIF_CodecPort_part_5.o
#8 27.59   CC       PCUIF_CodecPort_part_6.o
#8 27.59   CC       PCUIF_CodecPort_part_7.o
#8 27.61   CC       PCUIF_Types_part_1.o
#8 27.61   CC       PCUIF_Types_part_2.o
#8 27.62   CC       PCUIF_Types_part_3.o
#8 27.64   CC       PCUIF_Types_part_4.o
#8 27.64   CC       PCUIF_Types_part_5.o
#8 27.66   CC       PCUIF_Types_part_6.o
#8 27.66   CC       PCUIF_Types_part_7.o
#8 27.68   CC       RLCMAC_CSN1_Templates_part_1.o
#8 27.68   CC       RLCMAC_CSN1_Templates_part_2.o
#8 27.70   CC       RLCMAC_CSN1_Templates_part_3.o
#8 27.70   CC       RLCMAC_CSN1_Templates_part_4.o
#8 27.72   CC       RLCMAC_CSN1_Templates_part_5.o
#8 27.74   CC       RLCMAC_CSN1_Templates_part_6.o
#8 27.76   CC       RLCMAC_CSN1_Templates_part_7.o
#8 27.76   CC       RLCMAC_CSN1_Types_part_1.o
#8 27.77   CC       RLCMAC_CSN1_Types_part_2.o
#8 27.78   CC       RLCMAC_CSN1_Types_part_3.o
#8 27.87   CC       RLCMAC_CSN1_Types_part_4.o
#8 27.89   CC       RLCMAC_CSN1_Types_part_5.o
#8 27.97   CC       RLCMAC_CSN1_Types_part_6.o
#8 28.00   CC       RLCMAC_CSN1_Types_part_7.o
#8 28.00   CC       RLCMAC_Templates_part_1.o
#8 28.02   CC       RLCMAC_Templates_part_2.o
#8 28.03   CC       RLCMAC_Templates_part_3.o
#8 28.04   CC       RLCMAC_Templates_part_4.o
#8 28.05   CC       RLCMAC_Templates_part_5.o
#8 28.07   CC       RLCMAC_Templates_part_6.o
#8 28.09   CC       RLCMAC_Templates_part_7.o
#8 28.10   CC       RLCMAC_Types_part_1.o
#8 28.14   CC       RLCMAC_Types_part_2.o
#8 28.17   CC       RLCMAC_Types_part_3.o
#8 28.22   CC       RLCMAC_Types_part_4.o
#8 28.24   CC       RLCMAC_Types_part_5.o
#8 28.27   CC       RLCMAC_Types_part_6.o
#8 28.29   CC       RLCMAC_Types_part_7.o
#8 28.30   CC       RSL_Emulation_part_1.o
#8 28.31   CC       RSL_Emulation_part_2.o
#8 28.33   CC       RSL_Emulation_part_3.o
#8 28.33   CC       RSL_Emulation_part_4.o
#8 28.35   CC       RSL_Emulation_part_5.o
#8 28.36   CC       RSL_Emulation_part_6.o
#8 28.36   CC       RSL_Emulation_part_7.o
#8 28.38   CC       RSL_Types_part_1.o
#8 28.38   CC       RSL_Types_part_3.o
#8 28.38   CC       RSL_Types_part_2.o
#8 28.43   CC       RSL_Types_part_4.o
#8 28.48   CC       RSL_Types_part_5.o
#8 28.51   CC       RSL_Types_part_6.o
#8 28.54   CC       RSL_Types_part_7.o
#8 28.56   CC       RTP_CodecPort_part_1.o
#8 28.58   CC       RTP_CodecPort_part_2.o
#8 28.59   CC       RTP_CodecPort_part_3.o
#8 28.63   CC       RTP_CodecPort_part_4.o
#8 28.65   CC       RTP_CodecPort_part_5.o
#8 28.72   CC       RTP_CodecPort_part_6.o
#8 28.73   CC       RTP_CodecPort_part_7.o
#8 28.78   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 28.79   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 28.83   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 28.84   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 28.87   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 28.89   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 28.89   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 28.91   CC       RTP_Emulation_part_1.o
#8 28.91   CC       RTP_Emulation_part_2.o
#8 28.93   CC       RTP_Emulation_part_3.o
#8 28.94   CC       RTP_Emulation_part_4.o
#8 28.96   CC       RTP_Emulation_part_5.o
#8 28.98   CC       RTP_Emulation_part_6.o
#8 28.98   CC       RTP_Emulation_part_7.o
#8 29.00   CC       RTP_Types_part_1.o
#8 29.01   CC       RTP_Types_part_2.o
#8 29.03   CC       RTP_Types_part_3.o
#8 29.05   CC       RTP_Types_part_4.o
#8 29.05   CC       RTP_Types_part_5.o
#8 29.07   CC       RTP_Types_part_6.o
#8 29.08   CC       RTP_Types_part_7.o
#8 29.10   CC       Socket_API_Definitions_part_1.o
#8 29.12   CC       Socket_API_Definitions_part_2.o
#8 29.12   CC       Socket_API_Definitions_part_3.o
#8 29.16   CC       Socket_API_Definitions_part_4.o
#8 29.16   CC       Socket_API_Definitions_part_5.o
#8 29.19   CC       Socket_API_Definitions_part_6.o
#8 29.21   CC       Socket_API_Definitions_part_7.o
#8 29.22   CC       TCCConversion_Functions_part_1.o
#8 29.24   CC       TCCConversion_Functions_part_2.o
#8 29.24   CC       TCCConversion_Functions_part_3.o
#8 29.25   CC       TCCConversion_Functions_part_4.o
#8 29.26   CC       TCCConversion_Functions_part_5.o
#8 29.27   CC       TCCConversion_Functions_part_6.o
#8 29.28   CC       TCCConversion_Functions_part_7.o
#8 29.29   CC       TCCInterface_Functions_part_1.o
#8 29.30   CC       TCCInterface_Functions_part_2.o
#8 29.30   CC       TCCInterface_Functions_part_3.o
#8 29.32   CC       TCCInterface_Functions_part_4.o
#8 29.32   CC       TCCInterface_Functions_part_5.o
#8 29.32   CC       TCCInterface_Functions_part_6.o
#8 29.34   CC       TCCInterface_Functions_part_7.o
#8 29.34   CC       TELNETasp_PortType_part_1.o
#8 29.34   CC       TELNETasp_PortType_part_2.o
#8 29.36   CC       TELNETasp_PortType_part_3.o
#8 29.36   CC       TELNETasp_PortType_part_4.o
#8 29.36   CC       TELNETasp_PortType_part_5.o
#8 29.38   CC       TELNETasp_PortType_part_6.o
#8 29.38   CC       TELNETasp_PortType_part_7.o
#8 29.38   CC       TRXC_CodecPort_part_1.o
#8 29.40   CC       TRXC_CodecPort_part_2.o
#8 29.40   CC       TRXC_CodecPort_part_3.o
#8 29.41   CC       TRXC_CodecPort_part_4.o
#8 29.42   CC       TRXC_CodecPort_part_5.o
#8 29.43   CC       TRXC_CodecPort_part_6.o
#8 29.43   CC       TRXC_CodecPort_part_7.o
#8 29.44   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 29.45   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 29.45   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 29.47   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 29.47   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 29.47   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 29.49   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 29.49   CC       TRXC_Types_part_1.o
#8 29.49   CC       TRXC_Types_part_2.o
#8 29.51   CC       TRXC_Types_part_3.o
#8 29.53   CC       TRXC_Types_part_4.o
#8 29.53   CC       TRXC_Types_part_5.o
#8 29.53   CC       TRXC_Types_part_6.o
#8 29.55   CC       TRXC_Types_part_7.o
#8 29.55   CC       UD_PortType_part_1.o
#8 29.56   CC       UD_PortType_part_2.o
#8 29.57   CC       UD_PortType_part_3.o
#8 29.57   CC       UD_PortType_part_4.o
#8 29.59   CC       UD_PortType_part_5.o
#8 29.59   CC       UD_PortType_part_6.o
#8 29.61   CC       UD_PortType_part_7.o
#8 29.62   CC       UD_Types_part_1.o
#8 29.63   CC       UD_Types_part_2.o
#8 29.63   CC       UD_Types_part_3.o
#8 29.64   CC       UD_Types_part_4.o
#8 29.65   CC       UD_Types_part_5.o
#8 29.66   CC       UD_Types_part_6.o
#8 29.67   CC       UD_Types_part_7.o
#8 29.67   CC       IPA_Emulation.o
#8 29.68   CC       IPA_Emulation_part_1.o
#8 29.70   CC       IPA_Emulation_part_2.o
#8 29.70   CC       IPA_Emulation_part_3.o
#8 29.73   CC       IPA_Emulation_part_4.o
#8 29.74   CC       IPA_Emulation_part_5.o
#8 29.75   CC       IPA_Emulation_part_6.o
#8 29.76   CC       IPA_Emulation_part_7.o
#8 29.77   CC       IPA_CodecPort_CtrlFunctDef.o
#8 29.79   CC       IPL4asp_PT.o
#8 30.06   CC       IPL4asp_discovery.o
#8 30.08   CC       IuUP_EncDec.o
#8 30.46   CC       L1CTL_PortType_CtrlFunctDef.o
#8 30.67   CC       Native_FunctionDefs.o
#8 30.70   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 30.76   CC       RLCMAC_EncDec.o
#8 30.83   CC       RTP_CodecPort_CtrlFunctDef.o
#8 30.98   CC       RTP_EncDec.o
#8 31.04   CC       TCCConversion.o
#8 31.29   CC       TCCInterface.o
#8 31.55   CC       TELNETasp_PT.o
#8 31.68   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 31.71   CC       UD_PT.o
#8 31.75   CCLD     AMR_Types.so
#8 31.83   CCLD     AbisOML_Types.so
#8 31.89   CCLD     BTS_Tests.so
#8 31.95   CCLD     BTS_Tests_ASCI.so
#8 31.97   CCLD     BTS_Tests_LAPDm.so
#8 32.00   CCLD     BTS_Tests_OML.so
#8 32.03   CCLD     BTS_Tests_SMSCB.so
#8 32.03   CCLD     BTS_Tests_VAMOS.so
#8 32.06   CCLD     BTS_Tests_perf.so
#8 32.08   CCLD     GSM_RR_Types.so
#8 32.08   CCLD     GSM_RestOctets.so
#8 32.12   CCLD     GSM_SystemInformation.so
#8 32.15   CCLD     GSM_Types.so
#8 32.21   CCLD     General_Types.so
#8 32.22   CCLD     IPA_CodecPort.so
#8 32.22   CCLD     IPA_CodecPort_CtrlFunct.so
#8 32.26   CCLD     IPA_Testing.so
#8 32.26   CCLD     IPA_Types.so
#8 32.27   CCLD     IPL4asp_Functions.so
#8 32.32   CCLD     IPL4asp_PortType.so
#8 32.33   CCLD     IPL4asp_Types.so
#8 32.36   CCLD     IuUP_Emulation.so
#8 32.37   CCLD     IuUP_Types.so
#8 32.41   CCLD     L1CTL_PortType.so
#8 32.45   CCLD     L1CTL_PortType_CtrlFunct.so
#8 32.46   CCLD     L1CTL_Types.so
#8 32.46   CCLD     L3_Common.so
#8 32.47   CCLD     L3_Templates.so
#8 32.49   CCLD     LAPDm_RAW_PT.so
#8 32.49   CCLD     LAPDm_Types.so
#8 32.51   CCLD     Misc_Helpers.so
#8 32.54   CCLD     MobileL3_CC_Types.so
#8 32.57   CCLD     MobileL3_CommonIE_Types.so
#8 32.60   CCLD     MobileL3_GMM_SM_Types.so
#8 32.60   CCLD     MobileL3_MM_Types.so
#8 32.60   CCLD     MobileL3_RRM_Types.so
#8 32.61   CCLD     MobileL3_SMS_Types.so
#8 32.63   CCLD     MobileL3_SS_Types.so
#8 32.68   CCLD     MobileL3_Types.so
#8 32.69   CCLD     Native_Functions.so
#8 32.75   CCLD     OSMUX_CodecPort.so
#8 32.75   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 32.75   CCLD     OSMUX_Emulation.so
#8 32.76   CCLD     OSMUX_Types.so
#8 32.76   CCLD     Osmocom_CTRL_Adapter.so
#8 32.78   CCLD     Osmocom_CTRL_Functions.so
#8 32.79   CCLD     Osmocom_CTRL_Types.so
#8 32.81   CCLD     Osmocom_Types.so
#8 32.81   CCLD     Osmocom_VTY_Functions.so
#8 32.84   CCLD     PCUIF_CodecPort.so
#8 32.85   CCLD     PCUIF_Types.so
#8 32.86   CCLD     RLCMAC_CSN1_Types.so
#8 32.86   CCLD     RLCMAC_CSN1_Templates.so
#8 32.87   CCLD     RLCMAC_Templates.so
#8 32.90   CCLD     RLCMAC_Types.so
#8 32.92   CCLD     RSL_Emulation.so
#8 32.95   CCLD     RSL_Types.so
#8 32.99   CCLD     RTP_CodecPort.so
#8 32.99   CCLD     RTP_CodecPort_CtrlFunct.so
#8 33.01   CCLD     RTP_Emulation.so
#8 33.01   CCLD     RTP_Types.so
#8 33.01   CCLD     Socket_API_Definitions.so
#8 33.01   CCLD     TCCConversion_Functions.so
#8 33.02   CCLD     TCCInterface_Functions.so
#8 33.05   CCLD     TELNETasp_PortType.so
#8 33.10   CCLD     TRXC_CodecPort.so
#8 33.11   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 33.13   CCLD     TRXC_Types.so
#8 33.13   CCLD     UD_PortType.so
#8 33.13   CCLD     UD_Types.so
#8 33.14   CCLD     AMR_Types_part_1.so
#8 33.18   CCLD     AMR_Types_part_2.so
#8 33.18   CCLD     AMR_Types_part_3.so
#8 33.18   CCLD     AMR_Types_part_4.so
#8 33.19   CCLD     AMR_Types_part_6.so
#8 33.19   CCLD     AMR_Types_part_5.so
#8 33.21   CCLD     AMR_Types_part_7.so
#8 33.21   CCLD     AbisOML_Types_part_1.so
#8 33.21   CCLD     AbisOML_Types_part_2.so
#8 33.22   CCLD     AbisOML_Types_part_3.so
#8 33.22   CCLD     AbisOML_Types_part_4.so
#8 33.22   CCLD     AbisOML_Types_part_5.so
#8 33.23   CCLD     AbisOML_Types_part_6.so
#8 33.23   CCLD     AbisOML_Types_part_7.so
#8 33.23   CCLD     BTS_Tests_part_1.so
#8 33.24   CCLD     BTS_Tests_part_2.so
#8 33.24   CCLD     BTS_Tests_part_3.so
#8 33.24   CCLD     BTS_Tests_part_4.so
#8 33.24   CCLD     BTS_Tests_part_5.so
#8 33.25   CCLD     BTS_Tests_part_6.so
#8 33.25   CCLD     BTS_Tests_part_7.so
#8 33.26   CCLD     BTS_Tests_ASCI_part_1.so
#8 33.26   CCLD     BTS_Tests_ASCI_part_2.so
#8 33.26   CCLD     BTS_Tests_ASCI_part_3.so
#8 33.27   CCLD     BTS_Tests_ASCI_part_4.so
#8 33.27   CCLD     BTS_Tests_ASCI_part_5.so
#8 33.27   CCLD     BTS_Tests_ASCI_part_6.so
#8 33.27   CCLD     BTS_Tests_ASCI_part_7.so
#8 33.28   CCLD     BTS_Tests_LAPDm_part_1.so
#8 33.28   CCLD     BTS_Tests_LAPDm_part_2.so
#8 33.29   CCLD     BTS_Tests_LAPDm_part_3.so
#8 33.29   CCLD     BTS_Tests_LAPDm_part_4.so
#8 33.29   CCLD     BTS_Tests_LAPDm_part_5.so
#8 33.31   CCLD     BTS_Tests_LAPDm_part_6.so
#8 33.31   CCLD     BTS_Tests_LAPDm_part_7.so
#8 33.31   CCLD     BTS_Tests_OML_part_1.so
#8 33.31   CCLD     BTS_Tests_OML_part_2.so
#8 33.31   CCLD     BTS_Tests_OML_part_3.so
#8 33.31   CCLD     BTS_Tests_OML_part_4.so
#8 33.31   CCLD     BTS_Tests_OML_part_5.so
#8 33.33   CCLD     BTS_Tests_OML_part_6.so
#8 33.33   CCLD     BTS_Tests_OML_part_7.so
#8 33.33   CCLD     BTS_Tests_SMSCB_part_1.so
#8 33.33   CCLD     BTS_Tests_SMSCB_part_2.so
#8 33.33   CCLD     BTS_Tests_SMSCB_part_3.so
#8 33.33   CCLD     BTS_Tests_SMSCB_part_4.so
#8 33.33   CCLD     BTS_Tests_SMSCB_part_5.so
#8 33.34   CCLD     BTS_Tests_SMSCB_part_6.so
#8 33.34   CCLD     BTS_Tests_SMSCB_part_7.so
#8 33.35   CCLD     BTS_Tests_VAMOS_part_1.so
#8 33.36   CCLD     BTS_Tests_VAMOS_part_2.so
#8 33.36   CCLD     BTS_Tests_VAMOS_part_3.so
#8 33.36   CCLD     BTS_Tests_VAMOS_part_4.so
#8 33.36   CCLD     BTS_Tests_VAMOS_part_5.so
#8 33.36   CCLD     BTS_Tests_VAMOS_part_6.so
#8 33.36   CCLD     BTS_Tests_VAMOS_part_7.so
#8 33.36   CCLD     BTS_Tests_perf_part_1.so
#8 33.37   CCLD     BTS_Tests_perf_part_2.so
#8 33.38   CCLD     BTS_Tests_perf_part_3.so
#8 33.38   CCLD     BTS_Tests_perf_part_4.so
#8 33.38   CCLD     BTS_Tests_perf_part_5.so
#8 33.39   CCLD     BTS_Tests_perf_part_6.so
#8 33.39   CCLD     BTS_Tests_perf_part_7.so
#8 33.39   CCLD     GSM_RR_Types_part_1.so
#8 33.39   CCLD     GSM_RR_Types_part_2.so
#8 33.39   CCLD     GSM_RR_Types_part_3.so
#8 33.39   CCLD     GSM_RR_Types_part_4.so
#8 33.39   CCLD     GSM_RR_Types_part_5.so
#8 33.40   CCLD     GSM_RR_Types_part_6.so
#8 33.41   CCLD     GSM_RR_Types_part_7.so
#8 33.41   CCLD     GSM_RestOctets_part_1.so
#8 33.43   CCLD     GSM_RestOctets_part_2.so
#8 33.43   CCLD     GSM_RestOctets_part_3.so
#8 33.43   CCLD     GSM_RestOctets_part_4.so
#8 33.43   CCLD     GSM_RestOctets_part_5.so
#8 33.43   CCLD     GSM_RestOctets_part_6.so
#8 33.43   CCLD     GSM_RestOctets_part_7.so
#8 33.43   CCLD     GSM_SystemInformation_part_1.so
#8 33.44   CCLD     GSM_SystemInformation_part_2.so
#8 33.45   CCLD     GSM_SystemInformation_part_3.so
#8 33.45   CCLD     GSM_SystemInformation_part_4.so
#8 33.46   CCLD     GSM_SystemInformation_part_5.so
#8 33.46   CCLD     GSM_SystemInformation_part_6.so
#8 33.46   CCLD     GSM_SystemInformation_part_7.so
#8 33.47   CCLD     GSM_Types_part_1.so
#8 33.47   CCLD     GSM_Types_part_2.so
#8 33.48   CCLD     GSM_Types_part_3.so
#8 33.48   CCLD     GSM_Types_part_4.so
#8 33.49   CCLD     GSM_Types_part_5.so
#8 33.49   CCLD     GSM_Types_part_6.so
#8 33.49   CCLD     GSM_Types_part_7.so
#8 33.50   CCLD     General_Types_part_1.so
#8 33.51   CCLD     General_Types_part_2.so
#8 33.51   CCLD     General_Types_part_3.so
#8 33.51   CCLD     General_Types_part_4.so
#8 33.52   CCLD     General_Types_part_5.so
#8 33.52   CCLD     General_Types_part_6.so
#8 33.53   CCLD     General_Types_part_7.so
#8 33.53   CCLD     IPA_CodecPort_part_1.so
#8 33.53   CCLD     IPA_CodecPort_part_2.so
#8 33.53   CCLD     IPA_CodecPort_part_3.so
#8 33.54   CCLD     IPA_CodecPort_part_4.so
#8 33.54   CCLD     IPA_CodecPort_part_5.so
#8 33.55   CCLD     IPA_CodecPort_part_6.so
#8 33.55   CCLD     IPA_CodecPort_part_7.so
#8 33.56   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 33.56   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 33.56   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 33.56   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 33.56   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 33.57   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 33.57   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 33.57   CCLD     IPA_Testing_part_1.so
#8 33.57   CCLD     IPA_Testing_part_2.so
#8 33.58   CCLD     IPA_Testing_part_3.so
#8 33.59   CCLD     IPA_Testing_part_4.so
#8 33.59   CCLD     IPA_Testing_part_5.so
#8 33.59   CCLD     IPA_Testing_part_6.so
#8 33.59   CCLD     IPA_Testing_part_7.so
#8 33.59   CCLD     IPA_Types_part_1.so
#8 33.59   CCLD     IPA_Types_part_2.so
#8 33.59   CCLD     IPA_Types_part_3.so
#8 33.60   CCLD     IPA_Types_part_4.so
#8 33.60   CCLD     IPA_Types_part_5.so
#8 33.60   CCLD     IPA_Types_part_6.so
#8 33.61   CCLD     IPA_Types_part_7.so
#8 33.61   CCLD     IPL4asp_Functions_part_1.so
#8 33.62   CCLD     IPL4asp_Functions_part_2.so
#8 33.62   CCLD     IPL4asp_Functions_part_3.so
#8 33.62   CCLD     IPL4asp_Functions_part_4.so
#8 33.62   CCLD     IPL4asp_Functions_part_5.so
#8 33.63   CCLD     IPL4asp_Functions_part_6.so
#8 33.63   CCLD     IPL4asp_Functions_part_7.so
#8 33.63   CCLD     IPL4asp_PortType_part_2.so
#8 33.63   CCLD     IPL4asp_PortType_part_1.so
#8 33.64   CCLD     IPL4asp_PortType_part_3.so
#8 33.64   CCLD     IPL4asp_PortType_part_4.so
#8 33.65   CCLD     IPL4asp_PortType_part_5.so
#8 33.65   CCLD     IPL4asp_PortType_part_6.so
#8 33.65   CCLD     IPL4asp_PortType_part_7.so
#8 33.65   CCLD     IPL4asp_Types_part_1.so
#8 33.65   CCLD     IPL4asp_Types_part_2.so
#8 33.65   CCLD     IPL4asp_Types_part_3.so
#8 33.65   CCLD     IPL4asp_Types_part_4.so
#8 33.66   CCLD     IPL4asp_Types_part_5.so
#8 33.66   CCLD     IPL4asp_Types_part_6.so
#8 33.67   CCLD     IPL4asp_Types_part_7.so
#8 33.68   CCLD     IuUP_Emulation_part_1.so
#8 33.68   CCLD     IuUP_Emulation_part_2.so
#8 33.68   CCLD     IuUP_Emulation_part_3.so
#8 33.68   CCLD     IuUP_Emulation_part_4.so
#8 33.68   CCLD     IuUP_Emulation_part_5.so
#8 33.68   CCLD     IuUP_Emulation_part_6.so
#8 33.68   CCLD     IuUP_Emulation_part_7.so
#8 33.69   CCLD     IuUP_Types_part_1.so
#8 33.69   CCLD     IuUP_Types_part_2.so
#8 33.69   CCLD     IuUP_Types_part_3.so
#8 33.70   CCLD     IuUP_Types_part_4.so
#8 33.70   CCLD     IuUP_Types_part_5.so
#8 33.70   CCLD     IuUP_Types_part_6.so
#8 33.70   CCLD     IuUP_Types_part_7.so
#8 33.70   CCLD     L1CTL_PortType_part_1.so
#8 33.71   CCLD     L1CTL_PortType_part_2.so
#8 33.71   CCLD     L1CTL_PortType_part_3.so
#8 33.71   CCLD     L1CTL_PortType_part_4.so
#8 33.72   CCLD     L1CTL_PortType_part_5.so
#8 33.72   CCLD     L1CTL_PortType_part_6.so
#8 33.72   CCLD     L1CTL_PortType_part_7.so
#8 33.72   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 33.73   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 33.73   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 33.73   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 33.74   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 33.74   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 33.74   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 33.74   CCLD     L1CTL_Types_part_1.so
#8 33.74   CCLD     L1CTL_Types_part_2.so
#8 33.75   CCLD     L1CTL_Types_part_3.so
#8 33.75   CCLD     L1CTL_Types_part_4.so
#8 33.75   CCLD     L1CTL_Types_part_5.so
#8 33.75   CCLD     L1CTL_Types_part_6.so
#8 33.76   CCLD     L1CTL_Types_part_7.so
#8 33.76   CCLD     L3_Common_part_1.so
#8 33.76   CCLD     L3_Common_part_2.so
#8 33.77   CCLD     L3_Common_part_3.so
#8 33.77   CCLD     L3_Common_part_4.so
#8 33.79   CCLD     L3_Common_part_5.so
#8 33.79   CCLD     L3_Common_part_6.so
#8 33.79   CCLD     L3_Common_part_7.so
#8 33.79   CCLD     L3_Templates_part_1.so
#8 33.79   CCLD     L3_Templates_part_2.so
#8 33.79   CCLD     L3_Templates_part_3.so
#8 33.79   CCLD     L3_Templates_part_4.so
#8 33.79   CCLD     L3_Templates_part_5.so
#8 33.82   CCLD     L3_Templates_part_6.so
#8 33.82   CCLD     L3_Templates_part_7.so
#8 33.82   CCLD     LAPDm_RAW_PT_part_1.so
#8 33.82   CCLD     LAPDm_RAW_PT_part_2.so
#8 33.82   CCLD     LAPDm_RAW_PT_part_3.so
#8 33.82   CCLD     LAPDm_RAW_PT_part_4.so
#8 33.82   CCLD     LAPDm_RAW_PT_part_5.so
#8 33.82   CCLD     LAPDm_RAW_PT_part_6.so
#8 33.82   CCLD     LAPDm_Types_part_1.so
#8 33.82   CCLD     LAPDm_Types_part_2.so
#8 33.82   CCLD     LAPDm_RAW_PT_part_7.so
#8 33.84   CCLD     LAPDm_Types_part_3.so
#8 33.84   CCLD     LAPDm_Types_part_4.so
#8 33.84   CCLD     LAPDm_Types_part_5.so
#8 33.85   CCLD     LAPDm_Types_part_6.so
#8 33.85   CCLD     LAPDm_Types_part_7.so
#8 33.85   CCLD     Misc_Helpers_part_1.so
#8 33.85   CCLD     Misc_Helpers_part_2.so
#8 33.85   CCLD     Misc_Helpers_part_3.so
#8 33.85   CCLD     Misc_Helpers_part_4.so
#8 33.85   CCLD     Misc_Helpers_part_5.so
#8 33.85   CCLD     Misc_Helpers_part_6.so
#8 33.86   CCLD     Misc_Helpers_part_7.so
#8 33.87   CCLD     MobileL3_CC_Types_part_1.so
#8 33.87   CCLD     MobileL3_CC_Types_part_2.so
#8 33.87   CCLD     MobileL3_CC_Types_part_3.so
#8 33.87   CCLD     MobileL3_CC_Types_part_4.so
#8 33.87   CCLD     MobileL3_CC_Types_part_5.so
#8 33.87   CCLD     MobileL3_CC_Types_part_6.so
#8 33.88   CCLD     MobileL3_CC_Types_part_7.so
#8 33.88   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 33.88   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 33.89   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 33.89   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 33.90   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 33.90   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 33.90   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 33.90   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 33.90   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 33.91   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 33.92   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 33.92   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 33.93   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 33.93   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 33.94   CCLD     MobileL3_MM_Types_part_1.so
#8 34.02   CCLD     MobileL3_MM_Types_part_2.so
#8 34.03   CCLD     MobileL3_MM_Types_part_3.so
#8 34.05   CCLD     MobileL3_MM_Types_part_4.so
#8 34.06   CCLD     MobileL3_MM_Types_part_5.so
#8 34.06   CCLD     MobileL3_MM_Types_part_6.so
#8 34.07   CCLD     MobileL3_MM_Types_part_7.so
#8 34.08   CCLD     MobileL3_RRM_Types_part_1.so
#8 34.08   CCLD     MobileL3_RRM_Types_part_2.so
#8 34.09   CCLD     MobileL3_RRM_Types_part_3.so
#8 34.09   CCLD     MobileL3_RRM_Types_part_4.so
#8 34.09   CCLD     MobileL3_RRM_Types_part_5.so
#8 34.09   CCLD     MobileL3_RRM_Types_part_6.so
#8 34.10   CCLD     MobileL3_RRM_Types_part_7.so
#8 34.10   CCLD     MobileL3_SMS_Types_part_1.so
#8 34.10   CCLD     MobileL3_SMS_Types_part_2.so
#8 34.11   CCLD     MobileL3_SMS_Types_part_3.so
#8 34.12   CCLD     MobileL3_SMS_Types_part_4.so
#8 34.12   CCLD     MobileL3_SMS_Types_part_5.so
#8 34.13   CCLD     MobileL3_SMS_Types_part_6.so
#8 34.14   CCLD     MobileL3_SS_Types_part_1.so
#8 34.14   CCLD     MobileL3_SMS_Types_part_7.so
#8 34.14   CCLD     MobileL3_SS_Types_part_2.so
#8 34.14   CCLD     MobileL3_SS_Types_part_3.so
#8 34.16   CCLD     MobileL3_SS_Types_part_4.so
#8 34.17   CCLD     MobileL3_SS_Types_part_5.so
#8 34.17   CCLD     MobileL3_SS_Types_part_6.so
#8 34.17   CCLD     MobileL3_SS_Types_part_7.so
#8 34.17   CCLD     MobileL3_Types_part_1.so
#8 34.18   CCLD     MobileL3_Types_part_2.so
#8 34.18   CCLD     MobileL3_Types_part_3.so
#8 34.19   CCLD     MobileL3_Types_part_4.so
#8 34.20   CCLD     MobileL3_Types_part_5.so
#8 34.21   CCLD     MobileL3_Types_part_6.so
#8 34.21   CCLD     MobileL3_Types_part_7.so
#8 34.21   CCLD     Native_Functions_part_1.so
#8 34.22   CCLD     Native_Functions_part_2.so
#8 34.22   CCLD     Native_Functions_part_3.so
#8 34.22   CCLD     Native_Functions_part_4.so
#8 34.23   CCLD     Native_Functions_part_5.so
#8 34.23   CCLD     Native_Functions_part_6.so
#8 34.23   CCLD     Native_Functions_part_7.so
#8 34.23   CCLD     OSMUX_CodecPort_part_1.so
#8 34.24   CCLD     OSMUX_CodecPort_part_2.so
#8 34.24   CCLD     OSMUX_CodecPort_part_3.so
#8 34.24   CCLD     OSMUX_CodecPort_part_4.so
#8 34.25   CCLD     OSMUX_CodecPort_part_5.so
#8 34.25   CCLD     OSMUX_CodecPort_part_6.so
#8 34.25   CCLD     OSMUX_CodecPort_part_7.so
#8 34.25   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 34.26   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 34.26   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 34.26   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 34.27   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 34.27   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 34.27   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 34.27   CCLD     OSMUX_Emulation_part_1.so
#8 34.27   CCLD     OSMUX_Emulation_part_2.so
#8 34.27   CCLD     OSMUX_Emulation_part_3.so
#8 34.28   CCLD     OSMUX_Emulation_part_4.so
#8 34.28   CCLD     OSMUX_Emulation_part_5.so
#8 34.28   CCLD     OSMUX_Emulation_part_6.so
#8 34.29   CCLD     OSMUX_Emulation_part_7.so
#8 34.29   CCLD     OSMUX_Types_part_1.so
#8 34.30   CCLD     OSMUX_Types_part_2.so
#8 34.30   CCLD     OSMUX_Types_part_3.so
#8 34.30   CCLD     OSMUX_Types_part_4.so
#8 34.30   CCLD     OSMUX_Types_part_5.so
#8 34.30   CCLD     OSMUX_Types_part_6.so
#8 34.31   CCLD     OSMUX_Types_part_7.so
#8 34.31   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 34.31   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 34.33   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 34.33   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 34.33   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 34.33   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 34.33   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 34.33   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 34.33   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 34.33   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 34.33   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 34.33   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 34.35   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 34.35   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 34.35   CCLD     Osmocom_CTRL_Types_part_1.so
#8 34.35   CCLD     Osmocom_CTRL_Types_part_2.so
#8 34.36   CCLD     Osmocom_CTRL_Types_part_3.so
#8 34.36   CCLD     Osmocom_CTRL_Types_part_4.so
#8 34.36   CCLD     Osmocom_CTRL_Types_part_5.so
#8 34.36   CCLD     Osmocom_CTRL_Types_part_6.so
#8 34.36   CCLD     Osmocom_CTRL_Types_part_7.so
#8 34.36   CCLD     Osmocom_Types_part_1.so
#8 34.36   CCLD     Osmocom_Types_part_2.so
#8 34.37   CCLD     Osmocom_Types_part_3.so
#8 34.38   CCLD     Osmocom_Types_part_4.so
#8 34.38   CCLD     Osmocom_Types_part_5.so
#8 34.38   CCLD     Osmocom_Types_part_6.so
#8 34.38   CCLD     Osmocom_Types_part_7.so
#8 34.40   CCLD     Osmocom_VTY_Functions_part_1.so
#8 34.40   CCLD     Osmocom_VTY_Functions_part_2.so
#8 34.40   CCLD     Osmocom_VTY_Functions_part_3.so
#8 34.40   CCLD     Osmocom_VTY_Functions_part_4.so
#8 34.40   CCLD     Osmocom_VTY_Functions_part_5.so
#8 34.40   CCLD     Osmocom_VTY_Functions_part_6.so
#8 34.40   CCLD     Osmocom_VTY_Functions_part_7.so
#8 34.40   CCLD     PCUIF_CodecPort_part_1.so
#8 34.42   CCLD     PCUIF_CodecPort_part_2.so
#8 34.42   CCLD     PCUIF_CodecPort_part_3.so
#8 34.43   CCLD     PCUIF_CodecPort_part_4.so
#8 34.43   CCLD     PCUIF_CodecPort_part_5.so
#8 34.43   CCLD     PCUIF_CodecPort_part_6.so
#8 34.43   CCLD     PCUIF_CodecPort_part_7.so
#8 34.43   CCLD     PCUIF_Types_part_1.so
#8 34.43   CCLD     PCUIF_Types_part_2.so
#8 34.43   CCLD     PCUIF_Types_part_3.so
#8 34.43   CCLD     PCUIF_Types_part_4.so
#8 34.44   CCLD     PCUIF_Types_part_5.so
#8 34.46   CCLD     PCUIF_Types_part_6.so
#8 34.46   CCLD     PCUIF_Types_part_7.so
#8 34.46   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 34.46   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 34.46   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 34.46   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 34.46   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 34.46   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 34.46   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 34.47   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 34.48   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 34.49   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 34.49   CCLD     RLCMAC_Templates_part_1.so
#8 34.49   CCLD     RLCMAC_Templates_part_3.so
#8 34.49   CCLD     RLCMAC_Templates_part_2.so
#8 34.49   CCLD     RLCMAC_Templates_part_4.so
#8 34.49   CCLD     RLCMAC_Templates_part_5.so
#8 34.49   CCLD     RLCMAC_Templates_part_6.so
#8 34.49   CCLD     RLCMAC_Templates_part_7.so
#8 34.50   CCLD     RLCMAC_Types_part_1.so
#8 34.51   CCLD     RLCMAC_Types_part_2.so
#8 34.51   CCLD     RLCMAC_Types_part_3.so
#8 34.51   CCLD     RLCMAC_Types_part_4.so
#8 34.53   CCLD     RLCMAC_Types_part_5.so
#8 34.53   CCLD     RLCMAC_Types_part_6.so
#8 34.53   CCLD     RLCMAC_Types_part_7.so
#8 34.53   CCLD     RSL_Emulation_part_1.so
#8 34.53   CCLD     RSL_Emulation_part_2.so
#8 34.53   CCLD     RSL_Emulation_part_3.so
#8 34.56   CCLD     RSL_Emulation_part_4.so
#8 34.56   CCLD     RSL_Emulation_part_5.so
#8 34.56   CCLD     RSL_Emulation_part_6.so
#8 34.56   CCLD     RSL_Emulation_part_7.so
#8 34.56   CCLD     RSL_Types_part_3.so
#8 34.56   CCLD     RSL_Types_part_4.so
#8 34.56   CCLD     RSL_Types_part_5.so
#8 34.56   CCLD     RSL_Types_part_6.so
#8 34.57   CCLD     RSL_Types_part_7.so
#8 34.57   CCLD     RTP_CodecPort_part_1.so
#8 34.58   CCLD     RTP_CodecPort_part_2.so
#8 34.58   CCLD     RTP_CodecPort_part_3.so
#8 34.58   CCLD     RTP_CodecPort_part_4.so
#8 34.59   CCLD     RTP_CodecPort_part_5.so
#8 34.59   CCLD     RTP_CodecPort_part_6.so
#8 34.59   CCLD     RTP_CodecPort_part_7.so
#8 34.59   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 34.59   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 34.59   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 34.60   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 34.60   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 34.61   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 34.61   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 34.62   CCLD     RTP_Emulation_part_1.so
#8 34.62   CCLD     RTP_Emulation_part_2.so
#8 34.62   CCLD     RTP_Emulation_part_3.so
#8 34.62   CCLD     RTP_Emulation_part_4.so
#8 34.62   CCLD     RTP_Emulation_part_5.so
#8 34.62   CCLD     RTP_Emulation_part_6.so
#8 34.63   CCLD     RTP_Emulation_part_7.so
#8 34.63   CCLD     RTP_Types_part_2.so
#8 34.65   CCLD     RTP_Types_part_3.so
#8 34.65   CCLD     RTP_Types_part_4.so
#8 34.65   CCLD     RTP_Types_part_5.so
#8 34.65   CCLD     RTP_Types_part_6.so
#8 34.65   CCLD     RTP_Types_part_7.so
#8 34.65   CCLD     Socket_API_Definitions_part_1.so
#8 34.65   CCLD     Socket_API_Definitions_part_2.so
#8 34.65   CCLD     Socket_API_Definitions_part_3.so
#8 34.65   CCLD     Socket_API_Definitions_part_4.so
#8 34.66   CCLD     Socket_API_Definitions_part_5.so
#8 34.66   CCLD     Socket_API_Definitions_part_6.so
#8 34.67   CCLD     Socket_API_Definitions_part_7.so
#8 34.67   CCLD     TCCConversion_Functions_part_1.so
#8 34.67   CCLD     TCCConversion_Functions_part_2.so
#8 34.67   CCLD     TCCConversion_Functions_part_3.so
#8 34.68   CCLD     TCCConversion_Functions_part_4.so
#8 34.68   CCLD     TCCConversion_Functions_part_5.so
#8 34.68   CCLD     TCCConversion_Functions_part_6.so
#8 34.68   CCLD     TCCConversion_Functions_part_7.so
#8 34.68   CCLD     TCCInterface_Functions_part_1.so
#8 34.70   CCLD     TCCInterface_Functions_part_2.so
#8 34.70   CCLD     TCCInterface_Functions_part_3.so
#8 34.70   CCLD     TCCInterface_Functions_part_4.so
#8 34.70   CCLD     TCCInterface_Functions_part_5.so
#8 34.70   CCLD     TCCInterface_Functions_part_6.so
#8 34.70   CCLD     TCCInterface_Functions_part_7.so
#8 34.71   CCLD     TELNETasp_PortType_part_1.so
#8 34.71   CCLD     TELNETasp_PortType_part_3.so
#8 34.71   CCLD     TELNETasp_PortType_part_4.so
#8 34.71   CCLD     TELNETasp_PortType_part_2.so
#8 34.71   CCLD     TELNETasp_PortType_part_5.so
#8 34.72   CCLD     TELNETasp_PortType_part_6.so
#8 34.73   CCLD     TELNETasp_PortType_part_7.so
#8 34.73   CCLD     TRXC_CodecPort_part_1.so
#8 34.73   CCLD     TRXC_CodecPort_part_2.so
#8 34.74   CCLD     TRXC_CodecPort_part_3.so
#8 34.74   CCLD     TRXC_CodecPort_part_4.so
#8 34.74   CCLD     TRXC_CodecPort_part_5.so
#8 34.74   CCLD     TRXC_CodecPort_part_6.so
#8 34.74   CCLD     TRXC_CodecPort_part_7.so
#8 34.74   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 34.74   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 34.75   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 34.75   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 34.75   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 34.76   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 34.76   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 34.76   CCLD     TRXC_Types_part_1.so
#8 34.76   CCLD     TRXC_Types_part_2.so
#8 34.76   CCLD     TRXC_Types_part_3.so
#8 34.77   CCLD     TRXC_Types_part_4.so
#8 34.77   CCLD     TRXC_Types_part_5.so
#8 34.78   CCLD     TRXC_Types_part_6.so
#8 34.78   CCLD     TRXC_Types_part_7.so
#8 34.79   CCLD     UD_PortType_part_1.so
#8 34.79   CCLD     UD_PortType_part_2.so
#8 34.79   CCLD     UD_PortType_part_3.so
#8 34.79   CCLD     UD_PortType_part_4.so
#8 34.79   CCLD     UD_PortType_part_5.so
#8 34.79   CCLD     UD_PortType_part_6.so
#8 34.79   CCLD     UD_PortType_part_7.so
#8 34.79   CCLD     UD_Types_part_1.so
#8 34.80   CCLD     UD_Types_part_2.so
#8 34.81   CCLD     UD_Types_part_3.so
#8 34.82   CCLD     UD_Types_part_4.so
#8 34.82   CCLD     UD_Types_part_5.so
#8 34.82   CCLD     UD_Types_part_6.so
#8 34.82   CCLD     UD_Types_part_7.so
#8 34.82   CCLD     IPA_Emulation_part_1.so
#8 34.82   CCLD     IPA_Emulation_part_2.so
#8 34.82   CCLD     IPA_Emulation_part_3.so
#8 34.82   CCLD     IPA_Emulation_part_4.so
#8 34.82   CCLD     IPA_Emulation_part_5.so
#8 34.82   CCLD     IPA_Emulation_part_6.so
#8 34.83   CCLD     IPA_Emulation_part_7.so
#8 34.84   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 34.84   CCLD     IPL4asp_PT.so
#8 34.84   CCLD     IPL4asp_discovery.so
#8 34.84   CCLD     IuUP_EncDec.so
#8 34.84   CCLD     Native_FunctionDefs.so
#8 34.84   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 34.85   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 34.85   CCLD     RLCMAC_EncDec.so
#8 34.85   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 34.85   CCLD     RTP_EncDec.so
#8 34.85   CCLD     TCCConversion.so
#8 34.87   CCLD     TCCInterface.so
#8 34.87   CCLD     TELNETasp_PT.so
#8 34.89   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 34.89   CCLD     UD_PT.so
#8 34.93   CCLD     RSL_Types_part_2.so
#8 35.01   CCLD     RTP_Types_part_1.so
#8 35.55   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 35.56   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 35.64   CCLD     IPA_Emulation.so
#8 35.86   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 36.08   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 36.81   CCLD     RSL_Types_part_1.so
#8 36.85   CCLD     BTS_Tests
#8 37.18 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 37.5s

#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:c17060c8ae27f044d176b269c0e4655ad3098d4d500872a2b68d26da51fa8666 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]
b6320a6a751c: Preparing
879a1e934a70: Preparing
58d0bdb27129: Preparing
84b35751a2de: Preparing
931083a32f22: Preparing
c5e696085450: Preparing
9b6327d0e16b: Preparing
2eccb28d6af5: Preparing
28ef3de123bf: Preparing
e7899ed8ce6f: Preparing
a38dcc3dd2ca: Preparing
1ed774d8fe49: Preparing
ae66f00cea4b: Preparing
c5e696085450: Waiting
8bbbb79c4691: Preparing
9b6327d0e16b: Waiting
2121fef147ae: Preparing
b9ce848e9054: Preparing
2eccb28d6af5: Waiting
fbcabac612a8: Preparing
e7899ed8ce6f: Waiting
1c723b0785ab: Preparing
28ef3de123bf: Waiting
f77cd126bcdf: Preparing
ae66f00cea4b: Waiting
a38dcc3dd2ca: Waiting
2121fef147ae: Waiting
8bbbb79c4691: Waiting
b9ce848e9054: Waiting
1ed774d8fe49: Waiting
fbcabac612a8: Waiting
1c723b0785ab: Waiting
f77cd126bcdf: Waiting
931083a32f22: Layer already exists
84b35751a2de: Layer already exists
c5e696085450: Layer already exists
9b6327d0e16b: Layer already exists
28ef3de123bf: Layer already exists
2eccb28d6af5: Layer already exists
a38dcc3dd2ca: Layer already exists
e7899ed8ce6f: Layer already exists
ae66f00cea4b: Layer already exists
1ed774d8fe49: Layer already exists
8bbbb79c4691: Layer already exists
2121fef147ae: Layer already exists
fbcabac612a8: Layer already exists
b9ce848e9054: Layer already exists
f77cd126bcdf: Layer already exists
58d0bdb27129: Pushed
1c723b0785ab: Layer already exists
b6320a6a751c: Pushed
879a1e934a70: Pushed
latest: digest: sha256:90188e5d6b7d4638f58919c7a6c5af3c5ec79a4283121885e064e1fae0af8096 size: 4289
Finished: SUCCESS