#8 1.248 --output-indicator-old <char>
#8 1.248 specify the character to indicate an old line instead of '-'
#8 1.248 --output-indicator-context <char>
#8 1.248 specify the character to indicate a context instead of ' '
#8 1.248
#8 1.248 Diff rename options
#8 1.248 -B, --break-rewrites[=<n>[/<m>]]
#8 1.248 break complete rewrite changes into pairs of delete and create
#8 1.248 -M, --find-renames[=<n>]
#8 1.248 detect renames
#8 1.248 -D, --irreversible-delete
#8 1.248 omit the preimage for deletes
#8 1.248 -C, --find-copies[=<n>]
#8 1.248 detect copies
#8 1.248 --find-copies-harder use unmodified files as source to find copies
#8 1.248 --no-renames disable rename detection
#8 1.248 --rename-empty use empty blobs as rename source
#8 1.248 --follow continue listing the history of a file beyond renames
#8 1.248 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.248
#8 1.248 Diff algorithm options
#8 1.248 --minimal produce the smallest possible diff
#8 1.248 -w, --ignore-all-space
#8 1.248 ignore whitespace when comparing lines
#8 1.248 -b, --ignore-space-change
#8 1.248 ignore changes in amount of whitespace
#8 1.248 --ignore-space-at-eol
#8 1.248 ignore changes in whitespace at EOL
#8 1.248 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.248 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.248 -I, --ignore-matching-lines <regex>
#8 1.248 ignore changes whose all lines match <regex>
#8 1.248 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.248 --patience generate diff using the "patience diff" algorithm
#8 1.248 --histogram generate diff using the "histogram diff" algorithm
#8 1.248 --diff-algorithm <algorithm>
#8 1.248 choose a diff algorithm
#8 1.248 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.248 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.248 --word-diff-regex <regex>
#8 1.248 use <regex> to decide what a word is
#8 1.248 --color-words[=<regex>]
#8 1.248 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.248 --color-moved[=<mode>]
#8 1.248 moved lines of code are colored differently
#8 1.248 --color-moved-ws <mode>
#8 1.248 how white spaces are ignored in --color-moved
#8 1.248
#8 1.248 Other diff options
#8 1.248 --relative[=<prefix>]
#8 1.248 when run from subdir, exclude changes outside and show relative paths
#8 1.248 -a, --text treat all files as text
#8 1.248 -R swap two inputs, reverse the diff
#8 1.248 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.248 --quiet disable all output of the program
#8 1.248 --ext-diff allow an external diff helper to be executed
#8 1.248 --textconv run external text conversion filters when comparing binary files
#8 1.248 --ignore-submodules[=<when>]
#8 1.249 ignore changes to submodules in the diff generation
#8 1.249 --submodule[=<format>]
#8 1.249 specify how differences in submodules are shown
#8 1.249 --ita-invisible-in-index
#8 1.249 hide 'git add -N' entries from the index
#8 1.249 --ita-visible-in-index
#8 1.249 treat 'git add -N' entries as real in the index
#8 1.249 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.249 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.249 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.249 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.249 -O <file> control the order in which files appear in the output
#8 1.249 --rotate-to <path> show the change in the specified path first
#8 1.249 --skip-to <path> skip the output to the specified path
#8 1.249 --find-object <object-id>
#8 1.249 look for differences that change the number of occurrences of the specified object
#8 1.249 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.249 select files by diff type
#8 1.249 --output <file> output to a specific file
#8 1.249
#8 1.253 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.253 To add an exception for this directory, call:
#8 1.253
#8 1.253 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.259 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.259 To add an exception for this directory, call:
#8 1.259
#8 1.259 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.263 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.263 usage: git diff --no-index [<options>] <path> <path>
#8 1.263
#8 1.263 Diff output format options
#8 1.263 -p, --patch generate patch
#8 1.263 -s, --no-patch suppress diff output
#8 1.263 -u generate patch
#8 1.263 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.263 -W, --function-context
#8 1.263 generate diffs with <n> lines context
#8 1.263 --raw generate the diff in raw format
#8 1.263 --patch-with-raw synonym for '-p --raw'
#8 1.263 --patch-with-stat synonym for '-p --stat'
#8 1.263 --numstat machine friendly --stat
#8 1.263 --shortstat output only the last line of --stat
#8 1.263 -X, --dirstat[=<param1,param2>...]
#8 1.263 output the distribution of relative amount of changes for each sub-directory
#8 1.263 --cumulative synonym for --dirstat=cumulative
#8 1.263 --dirstat-by-file[=<param1,param2>...]
#8 1.263 synonym for --dirstat=files,param1,param2...
#8 1.263 --check warn if changes introduce conflict markers or whitespace errors
#8 1.263 --summary condensed summary such as creations, renames and mode changes
#8 1.263 --name-only show only names of changed files
#8 1.263 --name-status show only names and status of changed files
#8 1.263 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.263 generate diffstat
#8 1.263 --stat-width <width> generate diffstat with a given width
#8 1.263 --stat-name-width <width>
#8 1.263 generate diffstat with a given name width
#8 1.263 --stat-graph-width <width>
#8 1.263 generate diffstat with a given graph width
#8 1.263 --stat-count <count> generate diffstat with limited lines
#8 1.263 --compact-summary generate compact summary in diffstat
#8 1.263 --binary output a binary diff that can be applied
#8 1.263 --full-index show full pre- and post-image object names on the "index" lines
#8 1.263 --color[=<when>] show colored diff
#8 1.263 --ws-error-highlight <kind>
#8 1.263 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.263 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.263 --abbrev[=<n>] use <n> digits to display object names
#8 1.263 --src-prefix <prefix>
#8 1.263 show the given source prefix instead of "a/"
#8 1.263 --dst-prefix <prefix>
#8 1.263 show the given destination prefix instead of "b/"
#8 1.263 --line-prefix <prefix>
#8 1.263 prepend an additional prefix to every line of output
#8 1.263 --no-prefix do not show any source or destination prefix
#8 1.263 --inter-hunk-context <n>
#8 1.263 show context between diff hunks up to the specified number of lines
#8 1.263 --output-indicator-new <char>
#8 1.263 specify the character to indicate a new line instead of '+'
#8 1.263 --output-indicator-old <char>
#8 1.263 specify the character to indicate an old line instead of '-'
#8 1.263 --output-indicator-context <char>
#8 1.263 specify the character to indicate a context instead of ' '
#8 1.263
#8 1.263 Diff rename options
#8 1.263 -B, --break-rewrites[=<n>[/<m>]]
#8 1.263 break complete rewrite changes into pairs of delete and create
#8 1.263 -M, --find-renames[=<n>]
#8 1.263 detect renames
#8 1.263 -D, --irreversible-delete
#8 1.263 omit the preimage for deletes
#8 1.263 -C, --find-copies[=<n>]
#8 1.263 detect copies
#8 1.263 --find-copies-harder use unmodified files as source to find copies
#8 1.263 --no-renames disable rename detection
#8 1.263 --rename-empty use empty blobs as rename source
#8 1.263 --follow continue listing the history of a file beyond renames
#8 1.263 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.263
#8 1.263 Diff algorithm options
#8 1.263 --minimal produce the smallest possible diff
#8 1.263 -w, --ignore-all-space
#8 1.263 ignore whitespace when comparing lines
#8 1.263 -b, --ignore-space-change
#8 1.263 ignore changes in amount of whitespace
#8 1.263 --ignore-space-at-eol
#8 1.263 ignore changes in whitespace at EOL
#8 1.263 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.263 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.263 -I, --ignore-matching-lines <regex>
#8 1.263 ignore changes whose all lines match <regex>
#8 1.263 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.263 --patience generate diff using the "patience diff" algorithm
#8 1.263 --histogram generate diff using the "histogram diff" algorithm
#8 1.263 --diff-algorithm <algorithm>
#8 1.263 choose a diff algorithm
#8 1.263 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.263 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.263 --word-diff-regex <regex>
#8 1.263 use <regex> to decide what a word is
#8 1.263 --color-words[=<regex>]
#8 1.263 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.263 --color-moved[=<mode>]
#8 1.263 moved lines of code are colored differently
#8 1.263 --color-moved-ws <mode>
#8 1.263 how white spaces are ignored in --color-moved
#8 1.263
#8 1.263 Other diff options
#8 1.263 --relative[=<prefix>]
#8 1.263 when run from subdir, exclude changes outside and show relative paths
#8 1.263 -a, --text treat all files as text
#8 1.263 -R swap two inputs, reverse the diff
#8 1.263 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.263 --quiet disable all output of the program
#8 1.263 --ext-diff allow an external diff helper to be executed
#8 1.263 --textconv run external text conversion filters when comparing binary files
#8 1.263 --ignore-submodules[=<when>]
#8 1.263 ignore changes to submodules in the diff generation
#8 1.263 --submodule[=<format>]
#8 1.263 specify how differences in submodules are shown
#8 1.263 --ita-invisible-in-index
#8 1.264 hide 'git add -N' entries from the index
#8 1.264 --ita-visible-in-index
#8 1.264 treat 'git add -N' entries as real in the index
#8 1.264 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.264 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.264 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.264 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.264 -O <file> control the order in which files appear in the output
#8 1.264 --rotate-to <path> show the change in the specified path first
#8 1.264 --skip-to <path> skip the output to the specified path
#8 1.264 --find-object <object-id>
#8 1.264 look for differences that change the number of occurrences of the specified object
#8 1.264 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.264 select files by diff type
#8 1.264 --output <file> output to a specific file
#8 1.264
#8 1.268 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.268 To add an exception for this directory, call:
#8 1.268
#8 1.268 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.274 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.274 To add an exception for this directory, call:
#8 1.274
#8 1.274 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.278 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.278 usage: git diff --no-index [<options>] <path> <path>
#8 1.278
#8 1.278 Diff output format options
#8 1.278 -p, --patch generate patch
#8 1.278 -s, --no-patch suppress diff output
#8 1.278 -u generate patch
#8 1.278 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.278 -W, --function-context
#8 1.278 generate diffs with <n> lines context
#8 1.278 --raw generate the diff in raw format
#8 1.278 --patch-with-raw synonym for '-p --raw'
#8 1.278 --patch-with-stat synonym for '-p --stat'
#8 1.278 --numstat machine friendly --stat
#8 1.278 --shortstat output only the last line of --stat
#8 1.278 -X, --dirstat[=<param1,param2>...]
#8 1.278 output the distribution of relative amount of changes for each sub-directory
#8 1.278 --cumulative synonym for --dirstat=cumulative
#8 1.278 --dirstat-by-file[=<param1,param2>...]
#8 1.278 synonym for --dirstat=files,param1,param2...
#8 1.278 --check warn if changes introduce conflict markers or whitespace errors
#8 1.278 --summary condensed summary such as creations, renames and mode changes
#8 1.278 --name-only show only names of changed files
#8 1.278 --name-status show only names and status of changed files
#8 1.278 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.278 generate diffstat
#8 1.278 --stat-width <width> generate diffstat with a given width
#8 1.278 --stat-name-width <width>
#8 1.278 generate diffstat with a given name width
#8 1.278 --stat-graph-width <width>
#8 1.278 generate diffstat with a given graph width
#8 1.278 --stat-count <count> generate diffstat with limited lines
#8 1.278 --compact-summary generate compact summary in diffstat
#8 1.278 --binary output a binary diff that can be applied
#8 1.278 --full-index show full pre- and post-image object names on the "index" lines
#8 1.278 --color[=<when>] show colored diff
#8 1.278 --ws-error-highlight <kind>
#8 1.278 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.278 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.278 --abbrev[=<n>] use <n> digits to display object names
#8 1.278 --src-prefix <prefix>
#8 1.278 show the given source prefix instead of "a/"
#8 1.278 --dst-prefix <prefix>
#8 1.278 show the given destination prefix instead of "b/"
#8 1.278 --line-prefix <prefix>
#8 1.278 prepend an additional prefix to every line of output
#8 1.278 --no-prefix do not show any source or destination prefix
#8 1.278 --inter-hunk-context <n>
#8 1.278 show context between diff hunks up to the specified number of lines
#8 1.278 --output-indicator-new <char>
#8 1.278 specify the character to indicate a new line instead of '+'
#8 1.278 --output-indicator-old <char>
#8 1.278 specify the character to indicate an old line instead of '-'
#8 1.278 --output-indicator-context <char>
#8 1.278 specify the character to indicate a context instead of ' '
#8 1.278
#8 1.278 Diff rename options
#8 1.278 -B, --break-rewrites[=<n>[/<m>]]
#8 1.278 break complete rewrite changes into pairs of delete and create
#8 1.278 -M, --find-renames[=<n>]
#8 1.278 detect renames
#8 1.278 -D, --irreversible-delete
#8 1.278 omit the preimage for deletes
#8 1.278 -C, --find-copies[=<n>]
#8 1.278 detect copies
#8 1.278 --find-copies-harder use unmodified files as source to find copies
#8 1.278 --no-renames disable rename detection
#8 1.278 --rename-empty use empty blobs as rename source
#8 1.278 --follow continue listing the history of a file beyond renames
#8 1.278 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.278
#8 1.278 Diff algorithm options
#8 1.278 --minimal produce the smallest possible diff
#8 1.278 -w, --ignore-all-space
#8 1.278 ignore whitespace when comparing lines
#8 1.278 -b, --ignore-space-change
#8 1.278 ignore changes in amount of whitespace
#8 1.278 --ignore-space-at-eol
#8 1.278 ignore changes in whitespace at EOL
#8 1.278 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.278 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.279 -I, --ignore-matching-lines <regex>
#8 1.279 ignore changes whose all lines match <regex>
#8 1.279 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.279 --patience generate diff using the "patience diff" algorithm
#8 1.279 --histogram generate diff using the "histogram diff" algorithm
#8 1.279 --diff-algorithm <algorithm>
#8 1.279 choose a diff algorithm
#8 1.279 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.279 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.279 --word-diff-regex <regex>
#8 1.279 use <regex> to decide what a word is
#8 1.279 --color-words[=<regex>]
#8 1.279 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.279 --color-moved[=<mode>]
#8 1.279 moved lines of code are colored differently
#8 1.279 --color-moved-ws <mode>
#8 1.279 how white spaces are ignored in --color-moved
#8 1.279
#8 1.279 Other diff options
#8 1.279 --relative[=<prefix>]
#8 1.279 when run from subdir, exclude changes outside and show relative paths
#8 1.279 -a, --text treat all files as text
#8 1.279 -R swap two inputs, reverse the diff
#8 1.279 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.279 --quiet disable all output of the program
#8 1.279 --ext-diff allow an external diff helper to be executed
#8 1.279 --textconv run external text conversion filters when comparing binary files
#8 1.279 --ignore-submodules[=<when>]
#8 1.279 ignore changes to submodules in the diff generation
#8 1.279 --submodule[=<format>]
#8 1.279 specify how differences in submodules are shown
#8 1.279 --ita-invisible-in-index
#8 1.279 hide 'git add -N' entries from the index
#8 1.279 --ita-visible-in-index
#8 1.279 treat 'git add -N' entries as real in the index
#8 1.279 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.279 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.279 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.279 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.279 -O <file> control the order in which files appear in the output
#8 1.279 --rotate-to <path> show the change in the specified path first
#8 1.279 --skip-to <path> skip the output to the specified path
#8 1.279 --find-object <object-id>
#8 1.279 look for differences that change the number of occurrences of the specified object
#8 1.279 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.279 select files by diff type
#8 1.279 --output <file> output to a specific file
#8 1.279
#8 1.283 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.283 To add an exception for this directory, call:
#8 1.283
#8 1.283 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.290 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.290 To add an exception for this directory, call:
#8 1.290
#8 1.290 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.293 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.293 usage: git diff --no-index [<options>] <path> <path>
#8 1.293
#8 1.293 Diff output format options
#8 1.293 -p, --patch generate patch
#8 1.293 -s, --no-patch suppress diff output
#8 1.293 -u generate patch
#8 1.293 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.293 -W, --function-context
#8 1.293 generate diffs with <n> lines context
#8 1.293 --raw generate the diff in raw format
#8 1.293 --patch-with-raw synonym for '-p --raw'
#8 1.293 --patch-with-stat synonym for '-p --stat'
#8 1.293 --numstat machine friendly --stat
#8 1.293 --shortstat output only the last line of --stat
#8 1.293 -X, --dirstat[=<param1,param2>...]
#8 1.293 output the distribution of relative amount of changes for each sub-directory
#8 1.293 --cumulative synonym for --dirstat=cumulative
#8 1.293 --dirstat-by-file[=<param1,param2>...]
#8 1.293 synonym for --dirstat=files,param1,param2...
#8 1.293 --check warn if changes introduce conflict markers or whitespace errors
#8 1.293 --summary condensed summary such as creations, renames and mode changes
#8 1.293 --name-only show only names of changed files
#8 1.293 --name-status show only names and status of changed files
#8 1.293 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.293 generate diffstat
#8 1.293 --stat-width <width> generate diffstat with a given width
#8 1.293 --stat-name-width <width>
#8 1.293 generate diffstat with a given name width
#8 1.294 --stat-graph-width <width>
#8 1.294 generate diffstat with a given graph width
#8 1.294 --stat-count <count> generate diffstat with limited lines
#8 1.294 --compact-summary generate compact summary in diffstat
#8 1.294 --binary output a binary diff that can be applied
#8 1.294 --full-index show full pre- and post-image object names on the "index" lines
#8 1.294 --color[=<when>] show colored diff
#8 1.294 --ws-error-highlight <kind>
#8 1.294 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.294 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.294 --abbrev[=<n>] use <n> digits to display object names
#8 1.294 --src-prefix <prefix>
#8 1.294 show the given source prefix instead of "a/"
#8 1.294 --dst-prefix <prefix>
#8 1.294 show the given destination prefix instead of "b/"
#8 1.294 --line-prefix <prefix>
#8 1.294 prepend an additional prefix to every line of output
#8 1.294 --no-prefix do not show any source or destination prefix
#8 1.294 --inter-hunk-context <n>
#8 1.294 show context between diff hunks up to the specified number of lines
#8 1.294 --output-indicator-new <char>
#8 1.294 specify the character to indicate a new line instead of '+'
#8 1.294 --output-indicator-old <char>
#8 1.294 specify the character to indicate an old line instead of '-'
#8 1.294 --output-indicator-context <char>
#8 1.294 specify the character to indicate a context instead of ' '
#8 1.294
#8 1.294 Diff rename options
#8 1.294 -B, --break-rewrites[=<n>[/<m>]]
#8 1.294 break complete rewrite changes into pairs of delete and create
#8 1.294 -M, --find-renames[=<n>]
#8 1.294 detect renames
#8 1.294 -D, --irreversible-delete
#8 1.294 omit the preimage for deletes
#8 1.294 -C, --find-copies[=<n>]
#8 1.294 detect copies
#8 1.294 --find-copies-harder use unmodified files as source to find copies
#8 1.294 --no-renames disable rename detection
#8 1.294 --rename-empty use empty blobs as rename source
#8 1.294 --follow continue listing the history of a file beyond renames
#8 1.294 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.294
#8 1.294 Diff algorithm options
#8 1.294 --minimal produce the smallest possible diff
#8 1.294 -w, --ignore-all-space
#8 1.294 ignore whitespace when comparing lines
#8 1.294 -b, --ignore-space-change
#8 1.294 ignore changes in amount of whitespace
#8 1.294 --ignore-space-at-eol
#8 1.294 ignore changes in whitespace at EOL
#8 1.294 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.294 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.294 -I, --ignore-matching-lines <regex>
#8 1.294 ignore changes whose all lines match <regex>
#8 1.294 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.294 --patience generate diff using the "patience diff" algorithm
#8 1.294 --histogram generate diff using the "histogram diff" algorithm
#8 1.294 --diff-algorithm <algorithm>
#8 1.294 choose a diff algorithm
#8 1.294 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.294 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.294 --word-diff-regex <regex>
#8 1.294 use <regex> to decide what a word is
#8 1.294 --color-words[=<regex>]
#8 1.294 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.294 --color-moved[=<mode>]
#8 1.294 moved lines of code are colored differently
#8 1.294 --color-moved-ws <mode>
#8 1.294 how white spaces are ignored in --color-moved
#8 1.294
#8 1.294 Other diff options
#8 1.294 --relative[=<prefix>]
#8 1.294 when run from subdir, exclude changes outside and show relative paths
#8 1.294 -a, --text treat all files as text
#8 1.294 -R swap two inputs, reverse the diff
#8 1.294 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.294 --quiet disable all output of the program
#8 1.294 --ext-diff allow an external diff helper to be executed
#8 1.294 --textconv run external text conversion filters when comparing binary files
#8 1.294 --ignore-submodules[=<when>]
#8 1.294 ignore changes to submodules in the diff generation
#8 1.294 --submodule[=<format>]
#8 1.294 specify how differences in submodules are shown
#8 1.294 --ita-invisible-in-index
#8 1.294 hide 'git add -N' entries from the index
#8 1.294 --ita-visible-in-index
#8 1.294 treat 'git add -N' entries as real in the index
#8 1.294 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.294 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.294 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.294 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.294 -O <file> control the order in which files appear in the output
#8 1.294 --rotate-to <path> show the change in the specified path first
#8 1.294 --skip-to <path> skip the output to the specified path
#8 1.294 --find-object <object-id>
#8 1.294 look for differences that change the number of occurrences of the specified object
#8 1.294 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.294 select files by diff type
#8 1.294 --output <file> output to a specific file
#8 1.294
#8 1.299 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.299 To add an exception for this directory, call:
#8 1.299
#8 1.299 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.305 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.305 To add an exception for this directory, call:
#8 1.305
#8 1.305 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.309 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.309 usage: git diff --no-index [<options>] <path> <path>
#8 1.309
#8 1.309 Diff output format options
#8 1.309 -p, --patch generate patch
#8 1.309 -s, --no-patch suppress diff output
#8 1.309 -u generate patch
#8 1.309 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.309 -W, --function-context
#8 1.309 generate diffs with <n> lines context
#8 1.309 --raw generate the diff in raw format
#8 1.309 --patch-with-raw synonym for '-p --raw'
#8 1.309 --patch-with-stat synonym for '-p --stat'
#8 1.309 --numstat machine friendly --stat
#8 1.309 --shortstat output only the last line of --stat
#8 1.309 -X, --dirstat[=<param1,param2>...]
#8 1.309 output the distribution of relative amount of changes for each sub-directory
#8 1.309 --cumulative synonym for --dirstat=cumulative
#8 1.309 --dirstat-by-file[=<param1,param2>...]
#8 1.309 synonym for --dirstat=files,param1,param2...
#8 1.309 --check warn if changes introduce conflict markers or whitespace errors
#8 1.309 --summary condensed summary such as creations, renames and mode changes
#8 1.309 --name-only show only names of changed files
#8 1.309 --name-status show only names and status of changed files
#8 1.309 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.309 generate diffstat
#8 1.309 --stat-width <width> generate diffstat with a given width
#8 1.309 --stat-name-width <width>
#8 1.309 generate diffstat with a given name width
#8 1.309 --stat-graph-width <width>
#8 1.309 generate diffstat with a given graph width
#8 1.309 --stat-count <count> generate diffstat with limited lines
#8 1.309 --compact-summary generate compact summary in diffstat
#8 1.309 --binary output a binary diff that can be applied
#8 1.309 --full-index show full pre- and post-image object names on the "index" lines
#8 1.309 --color[=<when>] show colored diff
#8 1.309 --ws-error-highlight <kind>
#8 1.309 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.309 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.309 --abbrev[=<n>] use <n> digits to display object names
#8 1.309 --src-prefix <prefix>
#8 1.309 show the given source prefix instead of "a/"
#8 1.309 --dst-prefix <prefix>
#8 1.309 show the given destination prefix instead of "b/"
#8 1.309 --line-prefix <prefix>
#8 1.309 prepend an additional prefix to every line of output
#8 1.309 --no-prefix do not show any source or destination prefix
#8 1.309 --inter-hunk-context <n>
#8 1.309 show context between diff hunks up to the specified number of lines
#8 1.309 --output-indicator-new <char>
#8 1.309 specify the character to indicate a new line instead of '+'
#8 1.309 --output-indicator-old <char>
#8 1.309 specify the character to indicate an old line instead of '-'
#8 1.309 --output-indicator-context <char>
#8 1.309 specify the character to indicate a context instead of ' '
#8 1.309
#8 1.309 Diff rename options
#8 1.309 -B, --break-rewrites[=<n>[/<m>]]
#8 1.309 break complete rewrite changes into pairs of delete and create
#8 1.309 -M, --find-renames[=<n>]
#8 1.309 detect renames
#8 1.309 -D, --irreversible-delete
#8 1.309 omit the preimage for deletes
#8 1.309 -C, --find-copies[=<n>]
#8 1.309 detect copies
#8 1.309 --find-copies-harder use unmodified files as source to find copies
#8 1.309 --no-renames disable rename detection
#8 1.309 --rename-empty use empty blobs as rename source
#8 1.309 --follow continue listing the history of a file beyond renames
#8 1.309 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.309
#8 1.309 Diff algorithm options
#8 1.309 --minimal produce the smallest possible diff
#8 1.309 -w, --ignore-all-space
#8 1.309 ignore whitespace when comparing lines
#8 1.309 -b, --ignore-space-change
#8 1.309 ignore changes in amount of whitespace
#8 1.309 --ignore-space-at-eol
#8 1.309 ignore changes in whitespace at EOL
#8 1.309 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.309 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.309 -I, --ignore-matching-lines <regex>
#8 1.309 ignore changes whose all lines match <regex>
#8 1.309 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.310 --patience generate diff using the "patience diff" algorithm
#8 1.310 --histogram generate diff using the "histogram diff" algorithm
#8 1.310 --diff-algorithm <algorithm>
#8 1.310 choose a diff algorithm
#8 1.310 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.310 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.310 --word-diff-regex <regex>
#8 1.310 use <regex> to decide what a word is
#8 1.310 --color-words[=<regex>]
#8 1.310 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.310 --color-moved[=<mode>]
#8 1.310 moved lines of code are colored differently
#8 1.310 --color-moved-ws <mode>
#8 1.310 how white spaces are ignored in --color-moved
#8 1.310
#8 1.310 Other diff options
#8 1.310 --relative[=<prefix>]
#8 1.310 when run from subdir, exclude changes outside and show relative paths
#8 1.310 -a, --text treat all files as text
#8 1.310 -R swap two inputs, reverse the diff
#8 1.310 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.310 --quiet disable all output of the program
#8 1.310 --ext-diff allow an external diff helper to be executed
#8 1.310 --textconv run external text conversion filters when comparing binary files
#8 1.310 --ignore-submodules[=<when>]
#8 1.310 ignore changes to submodules in the diff generation
#8 1.310 --submodule[=<format>]
#8 1.310 specify how differences in submodules are shown
#8 1.310 --ita-invisible-in-index
#8 1.310 hide 'git add -N' entries from the index
#8 1.310 --ita-visible-in-index
#8 1.310 treat 'git add -N' entries as real in the index
#8 1.310 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.310 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.310 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.310 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.310 -O <file> control the order in which files appear in the output
#8 1.310 --rotate-to <path> show the change in the specified path first
#8 1.310 --skip-to <path> skip the output to the specified path
#8 1.310 --find-object <object-id>
#8 1.310 look for differences that change the number of occurrences of the specified object
#8 1.310 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.310 select files by diff type
#8 1.310 --output <file> output to a specific file
#8 1.310
#8 1.315 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.315 To add an exception for this directory, call:
#8 1.315
#8 1.315 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.322 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.322 To add an exception for this directory, call:
#8 1.322
#8 1.322 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.325 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.325 usage: git diff --no-index [<options>] <path> <path>
#8 1.325
#8 1.325 Diff output format options
#8 1.325 -p, --patch generate patch
#8 1.325 -s, --no-patch suppress diff output
#8 1.325 -u generate patch
#8 1.325 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.325 -W, --function-context
#8 1.325 generate diffs with <n> lines context
#8 1.326 --raw generate the diff in raw format
#8 1.326 --patch-with-raw synonym for '-p --raw'
#8 1.326 --patch-with-stat synonym for '-p --stat'
#8 1.326 --numstat machine friendly --stat
#8 1.326 --shortstat output only the last line of --stat
#8 1.326 -X, --dirstat[=<param1,param2>...]
#8 1.326 output the distribution of relative amount of changes for each sub-directory
#8 1.326 --cumulative synonym for --dirstat=cumulative
#8 1.326 --dirstat-by-file[=<param1,param2>...]
#8 1.326 synonym for --dirstat=files,param1,param2...
#8 1.326 --check warn if changes introduce conflict markers or whitespace errors
#8 1.326 --summary condensed summary such as creations, renames and mode changes
#8 1.326 --name-only show only names of changed files
#8 1.326 --name-status show only names and status of changed files
#8 1.326 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.326 generate diffstat
#8 1.326 --stat-width <width> generate diffstat with a given width
#8 1.326 --stat-name-width <width>
#8 1.326 generate diffstat with a given name width
#8 1.326 --stat-graph-width <width>
#8 1.326 generate diffstat with a given graph width
#8 1.326 --stat-count <count> generate diffstat with limited lines
#8 1.326 --compact-summary generate compact summary in diffstat
#8 1.326 --binary output a binary diff that can be applied
#8 1.326 --full-index show full pre- and post-image object names on the "index" lines
#8 1.326 --color[=<when>] show colored diff
#8 1.326 --ws-error-highlight <kind>
#8 1.326 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.326 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.326 --abbrev[=<n>] use <n> digits to display object names
#8 1.326 --src-prefix <prefix>
#8 1.326 show the given source prefix instead of "a/"
#8 1.326 --dst-prefix <prefix>
#8 1.326 show the given destination prefix instead of "b/"
#8 1.326 --line-prefix <prefix>
#8 1.326 prepend an additional prefix to every line of output
#8 1.326 --no-prefix do not show any source or destination prefix
#8 1.326 --inter-hunk-context <n>
#8 1.326 show context between diff hunks up to the specified number of lines
#8 1.326 --output-indicator-new <char>
#8 1.326 specify the character to indicate a new line instead of '+'
#8 1.326 --output-indicator-old <char>
#8 1.326 specify the character to indicate an old line instead of '-'
#8 1.326 --output-indicator-context <char>
#8 1.326 specify the character to indicate a context instead of ' '
#8 1.326
#8 1.326 Diff rename options
#8 1.326 -B, --break-rewrites[=<n>[/<m>]]
#8 1.326 break complete rewrite changes into pairs of delete and create
#8 1.326 -M, --find-renames[=<n>]
#8 1.326 detect renames
#8 1.326 -D, --irreversible-delete
#8 1.326 omit the preimage for deletes
#8 1.326 -C, --find-copies[=<n>]
#8 1.326 detect copies
#8 1.326 --find-copies-harder use unmodified files as source to find copies
#8 1.326 --no-renames disable rename detection
#8 1.326 --rename-empty use empty blobs as rename source
#8 1.326 --follow continue listing the history of a file beyond renames
#8 1.326 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.326
#8 1.326 Diff algorithm options
#8 1.326 --minimal produce the smallest possible diff
#8 1.326 -w, --ignore-all-space
#8 1.326 ignore whitespace when comparing lines
#8 1.326 -b, --ignore-space-change
#8 1.326 ignore changes in amount of whitespace
#8 1.326 --ignore-space-at-eol
#8 1.326 ignore changes in whitespace at EOL
#8 1.326 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.326 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.326 -I, --ignore-matching-lines <regex>
#8 1.326 ignore changes whose all lines match <regex>
#8 1.326 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.326 --patience generate diff using the "patience diff" algorithm
#8 1.326 --histogram generate diff using the "histogram diff" algorithm
#8 1.326 --diff-algorithm <algorithm>
#8 1.326 choose a diff algorithm
#8 1.326 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.326 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.326 --word-diff-regex <regex>
#8 1.326 use <regex> to decide what a word is
#8 1.326 --color-words[=<regex>]
#8 1.326 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.326 --color-moved[=<mode>]
#8 1.326 moved lines of code are colored differently
#8 1.326 --color-moved-ws <mode>
#8 1.326 how white spaces are ignored in --color-moved
#8 1.326
#8 1.326 Other diff options
#8 1.326 --relative[=<prefix>]
#8 1.326 when run from subdir, exclude changes outside and show relative paths
#8 1.326 -a, --text treat all files as text
#8 1.326 -R swap two inputs, reverse the diff
#8 1.326 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.326 --quiet disable all output of the program
#8 1.326 --ext-diff allow an external diff helper to be executed
#8 1.326 --textconv run external text conversion filters when comparing binary files
#8 1.326 --ignore-submodules[=<when>]
#8 1.326 ignore changes to submodules in the diff generation
#8 1.326 --submodule[=<format>]
#8 1.326 specify how differences in submodules are shown
#8 1.326 --ita-invisible-in-index
#8 1.326 hide 'git add -N' entries from the index
#8 1.326 --ita-visible-in-index
#8 1.326 treat 'git add -N' entries as real in the index
#8 1.326 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.326 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.326 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.326 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.326 -O <file> control the order in which files appear in the output
#8 1.326 --rotate-to <path> show the change in the specified path first
#8 1.326 --skip-to <path> skip the output to the specified path
#8 1.326 --find-object <object-id>
#8 1.326 look for differences that change the number of occurrences of the specified object
#8 1.326 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.326 select files by diff type
#8 1.326 --output <file> output to a specific file
#8 1.326
#8 1.331 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.331 To add an exception for this directory, call:
#8 1.331
#8 1.331 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.338 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.338 To add an exception for this directory, call:
#8 1.338
#8 1.338 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.342 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.342 usage: git diff --no-index [<options>] <path> <path>
#8 1.342
#8 1.342 Diff output format options
#8 1.342 -p, --patch generate patch
#8 1.342 -s, --no-patch suppress diff output
#8 1.342 -u generate patch
#8 1.342 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.342 -W, --function-context
#8 1.342 generate diffs with <n> lines context
#8 1.342 --raw generate the diff in raw format
#8 1.342 --patch-with-raw synonym for '-p --raw'
#8 1.342 --patch-with-stat synonym for '-p --stat'
#8 1.342 --numstat machine friendly --stat
#8 1.342 --shortstat output only the last line of --stat
#8 1.342 -X, --dirstat[=<param1,param2>...]
#8 1.342 output the distribution of relative amount of changes for each sub-directory
#8 1.342 --cumulative synonym for --dirstat=cumulative
#8 1.342 --dirstat-by-file[=<param1,param2>...]
#8 1.342 synonym for --dirstat=files,param1,param2...
#8 1.342 --check warn if changes introduce conflict markers or whitespace errors
#8 1.342 --summary condensed summary such as creations, renames and mode changes
#8 1.342 --name-only show only names of changed files
#8 1.342 --name-status show only names and status of changed files
#8 1.342 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.342 generate diffstat
#8 1.342 --stat-width <width> generate diffstat with a given width
#8 1.342 --stat-name-width <width>
#8 1.342 generate diffstat with a given name width
#8 1.342 --stat-graph-width <width>
#8 1.342 generate diffstat with a given graph width
#8 1.342 --stat-count <count> generate diffstat with limited lines
#8 1.342 --compact-summary generate compact summary in diffstat
#8 1.342 --binary output a binary diff that can be applied
#8 1.342 --full-index show full pre- and post-image object names on the "index" lines
#8 1.342 --color[=<when>] show colored diff
#8 1.342 --ws-error-highlight <kind>
#8 1.342 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.342 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.342 --abbrev[=<n>] use <n> digits to display object names
#8 1.342 --src-prefix <prefix>
#8 1.342 show the given source prefix instead of "a/"
#8 1.342 --dst-prefix <prefix>
#8 1.342 show the given destination prefix instead of "b/"
#8 1.342 --line-prefix <prefix>
#8 1.342 prepend an additional prefix to every line of output
#8 1.342 --no-prefix do not show any source or destination prefix
#8 1.342 --inter-hunk-context <n>
#8 1.342 show context between diff hunks up to the specified number of lines
#8 1.342 --output-indicator-new <char>
#8 1.342 specify the character to indicate a new line instead of '+'
#8 1.342 --output-indicator-old <char>
#8 1.342 specify the character to indicate an old line instead of '-'
#8 1.342 --output-indicator-context <char>
#8 1.342 specify the character to indicate a context instead of ' '
#8 1.342
#8 1.342 Diff rename options
#8 1.342 -B, --break-rewrites[=<n>[/<m>]]
#8 1.342 break complete rewrite changes into pairs of delete and create
#8 1.342 -M, --find-renames[=<n>]
#8 1.342 detect renames
#8 1.342 -D, --irreversible-delete
#8 1.342 omit the preimage for deletes
#8 1.342 -C, --find-copies[=<n>]
#8 1.342 detect copies
#8 1.342 --find-copies-harder use unmodified files as source to find copies
#8 1.342 --no-renames disable rename detection
#8 1.342 --rename-empty use empty blobs as rename source
#8 1.342 --follow continue listing the history of a file beyond renames
#8 1.342 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.342
#8 1.342 Diff algorithm options
#8 1.342 --minimal produce the smallest possible diff
#8 1.342 -w, --ignore-all-space
#8 1.342 ignore whitespace when comparing lines
#8 1.342 -b, --ignore-space-change
#8 1.342 ignore changes in amount of whitespace
#8 1.342 --ignore-space-at-eol
#8 1.342 ignore changes in whitespace at EOL
#8 1.342 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.342 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.342 -I, --ignore-matching-lines <regex>
#8 1.342 ignore changes whose all lines match <regex>
#8 1.343 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.343 --patience generate diff using the "patience diff" algorithm
#8 1.343 --histogram generate diff using the "histogram diff" algorithm
#8 1.343 --diff-algorithm <algorithm>
#8 1.343 choose a diff algorithm
#8 1.343 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.343 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.343 --word-diff-regex <regex>
#8 1.343 use <regex> to decide what a word is
#8 1.343 --color-words[=<regex>]
#8 1.343 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.343 --color-moved[=<mode>]
#8 1.343 moved lines of code are colored differently
#8 1.343 --color-moved-ws <mode>
#8 1.343 how white spaces are ignored in --color-moved
#8 1.343
#8 1.343 Other diff options
#8 1.343 --relative[=<prefix>]
#8 1.343 when run from subdir, exclude changes outside and show relative paths
#8 1.343 -a, --text treat all files as text
#8 1.343 -R swap two inputs, reverse the diff
#8 1.343 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.343 --quiet disable all output of the program
#8 1.343 --ext-diff allow an external diff helper to be executed
#8 1.343 --textconv run external text conversion filters when comparing binary files
#8 1.343 --ignore-submodules[=<when>]
#8 1.343 ignore changes to submodules in the diff generation
#8 1.343 --submodule[=<format>]
#8 1.343 specify how differences in submodules are shown
#8 1.343 --ita-invisible-in-index
#8 1.343 hide 'git add -N' entries from the index
#8 1.343 --ita-visible-in-index
#8 1.343 treat 'git add -N' entries as real in the index
#8 1.343 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.343 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.343 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.343 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.343 -O <file> control the order in which files appear in the output
#8 1.343 --rotate-to <path> show the change in the specified path first
#8 1.343 --skip-to <path> skip the output to the specified path
#8 1.343 --find-object <object-id>
#8 1.343 look for differences that change the number of occurrences of the specified object
#8 1.343 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.343 select files by diff type
#8 1.343 --output <file> output to a specific file
#8 1.343
#8 1.347 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.347 To add an exception for this directory, call:
#8 1.347
#8 1.347 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.354 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.354 To add an exception for this directory, call:
#8 1.354
#8 1.354 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.358 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.358 usage: git diff --no-index [<options>] <path> <path>
#8 1.358
#8 1.358 Diff output format options
#8 1.358 -p, --patch generate patch
#8 1.358 -s, --no-patch suppress diff output
#8 1.358 -u generate patch
#8 1.358 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.358 -W, --function-context
#8 1.358 generate diffs with <n> lines context
#8 1.358 --raw generate the diff in raw format
#8 1.358 --patch-with-raw synonym for '-p --raw'
#8 1.358 --patch-with-stat synonym for '-p --stat'
#8 1.358 --numstat machine friendly --stat
#8 1.358 --shortstat output only the last line of --stat
#8 1.358 -X, --dirstat[=<param1,param2>...]
#8 1.358 output the distribution of relative amount of changes for each sub-directory
#8 1.358 --cumulative synonym for --dirstat=cumulative
#8 1.358 --dirstat-by-file[=<param1,param2>...]
#8 1.358 synonym for --dirstat=files,param1,param2...
#8 1.358 --check warn if changes introduce conflict markers or whitespace errors
#8 1.358 --summary condensed summary such as creations, renames and mode changes
#8 1.358 --name-only show only names of changed files
#8 1.358 --name-status show only names and status of changed files
#8 1.358 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.358 generate diffstat
#8 1.358 --stat-width <width> generate diffstat with a given width
#8 1.358 --stat-name-width <width>
#8 1.358 generate diffstat with a given name width
#8 1.358 --stat-graph-width <width>
#8 1.358 generate diffstat with a given graph width
#8 1.358 --stat-count <count> generate diffstat with limited lines
#8 1.358 --compact-summary generate compact summary in diffstat
#8 1.358 --binary output a binary diff that can be applied
#8 1.358 --full-index show full pre- and post-image object names on the "index" lines
#8 1.358 --color[=<when>] show colored diff
#8 1.358 --ws-error-highlight <kind>
#8 1.358 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.358 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.358 --abbrev[=<n>] use <n> digits to display object names
#8 1.358 --src-prefix <prefix>
#8 1.358 show the given source prefix instead of "a/"
#8 1.358 --dst-prefix <prefix>
#8 1.358 show the given destination prefix instead of "b/"
#8 1.358 --line-prefix <prefix>
#8 1.358 prepend an additional prefix to every line of output
#8 1.358 --no-prefix do not show any source or destination prefix
#8 1.358 --inter-hunk-context <n>
#8 1.358 show context between diff hunks up to the specified number of lines
#8 1.358 --output-indicator-new <char>
#8 1.358 specify the character to indicate a new line instead of '+'
#8 1.358 --output-indicator-old <char>
#8 1.358 specify the character to indicate an old line instead of '-'
#8 1.358 --output-indicator-context <char>
#8 1.358 specify the character to indicate a context instead of ' '
#8 1.358
#8 1.358 Diff rename options
#8 1.358 -B, --break-rewrites[=<n>[/<m>]]
#8 1.358 break complete rewrite changes into pairs of delete and create
#8 1.358 -M, --find-renames[=<n>]
#8 1.358 detect renames
#8 1.358 -D, --irreversible-delete
#8 1.358 omit the preimage for deletes
#8 1.358 -C, --find-copies[=<n>]
#8 1.358 detect copies
#8 1.358 --find-copies-harder use unmodified files as source to find copies
#8 1.358 --no-renames disable rename detection
#8 1.358 --rename-empty use empty blobs as rename source
#8 1.358 --follow continue listing the history of a file beyond renames
#8 1.358 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.358
#8 1.358 Diff algorithm options
#8 1.358 --minimal produce the smallest possible diff
#8 1.358 -w, --ignore-all-space
#8 1.358 ignore whitespace when comparing lines
#8 1.358 -b, --ignore-space-change
#8 1.358 ignore changes in amount of whitespace
#8 1.358 --ignore-space-at-eol
#8 1.358 ignore changes in whitespace at EOL
#8 1.358 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.358 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.358 -I, --ignore-matching-lines <regex>
#8 1.358 ignore changes whose all lines match <regex>
#8 1.358 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.358 --patience generate diff using the "patience diff" algorithm
#8 1.358 --histogram generate diff using the "histogram diff" algorithm
#8 1.358 --diff-algorithm <algorithm>
#8 1.358 choose a diff algorithm
#8 1.358 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.358 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.358
#8 1.358 [output clipped, log limit 200KiB/s reached]
#8 1.363 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.363 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.364 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.364 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.365 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.365 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.366 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.367 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.367 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.368 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.369 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.369 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.370 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.370 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.371 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.371 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.372 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.372 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.373 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.373 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.373 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.374 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.374 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.374 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.375 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.375 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.376 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.376 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.377 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.377 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.378 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.378 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.379 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.379 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.380 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.380 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.380 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.381 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.381 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.381 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.382 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.382 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.383 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.383 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.383 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.384 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.384 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.384 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.385 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.385 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.385 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.386 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.386 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.386 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.387 touch .make.deps
#8 1.390 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.391 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.392 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.393 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.394 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.466 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.593 make -C _build/bts compile
#8 1.605 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.605 PP IPA_Emulation.ttcn
#8 1.623 TTCN *.ttcn *.asn
#8 2.107 touch compile
#8 2.108 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.108 make -j20 -C _build/bts
#8 2.116 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.155 DEP UD_PT.cc
#8 2.155 DEP TRXC_CodecPort_CtrlFunctDef.cc
#8 2.155 DEP TELNETasp_PT.cc
#8 2.155 DEP TCCInterface.cc
#8 2.156 DEP TCCConversion.cc
#8 2.156 DEP RTP_EncDec.cc
#8 2.156 DEP RLCMAC_EncDec.cc
#8 2.156 DEP RTP_CodecPort_CtrlFunctDef.cc
#8 2.156 DEP OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.156 DEP Native_FunctionDefs.cc
#8 2.156 DEP L1CTL_PortType_CtrlFunctDef.cc
#8 2.157 DEP IuUP_EncDec.cc
#8 2.157 DEP IPL4asp_discovery.cc
#8 2.157 DEP IPL4asp_PT.cc
#8 2.157 DEP IPA_CodecPort_CtrlFunctDef.cc
#8 2.196 DEP IPA_Emulation_part_7.cc
#8 2.196 DEP IPA_Emulation_part_6.cc
#8 2.196 DEP IPA_Emulation_part_5.cc
#8 2.196 DEP IPA_Emulation_part_4.cc
#8 2.214 DEP IPA_Emulation_part_3.cc
#8 2.215 DEP IPA_Emulation_part_2.cc
#8 2.215 DEP IPA_Emulation_part_1.cc
#8 2.215 DEP IPA_Emulation.cc
#8 2.215 DEP UD_Types_part_7.cc
#8 2.222 DEP UD_Types_part_6.cc
#8 2.222 DEP UD_Types_part_5.cc
#8 2.222 DEP UD_Types_part_4.cc
#8 2.228 DEP UD_Types_part_3.cc
#8 2.228 DEP UD_Types_part_2.cc
#8 2.229 DEP UD_Types_part_1.cc
#8 2.229 DEP UD_PortType_part_7.cc
#8 2.229 DEP UD_PortType_part_6.cc
#8 2.229 DEP UD_PortType_part_5.cc
#8 2.233 DEP UD_PortType_part_4.cc
#8 2.235 DEP UD_PortType_part_2.cc
#8 2.235 DEP UD_PortType_part_3.cc
#8 2.235 DEP TRXC_Types_part_7.cc
#8 2.235 DEP UD_PortType_part_1.cc
#8 2.236 DEP TRXC_Types_part_6.cc
#8 2.238 DEP TRXC_Types_part_5.cc
#8 2.240 DEP TRXC_Types_part_4.cc
#8 2.241 DEP TRXC_Types_part_3.cc
#8 2.241 DEP TRXC_Types_part_2.cc
#8 2.241 DEP TRXC_Types_part_1.cc
#8 2.242 DEP TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.243 DEP TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.244 DEP TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.246 DEP TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.246 DEP TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.247 DEP TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.250 DEP TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.250 DEP TRXC_CodecPort_part_7.cc
#8 2.251 DEP TRXC_CodecPort_part_6.cc
#8 2.251 DEP TRXC_CodecPort_part_5.cc
#8 2.251 DEP TRXC_CodecPort_part_4.cc
#8 2.251 DEP TRXC_CodecPort_part_3.cc
#8 2.252 DEP TRXC_CodecPort_part_2.cc
#8 2.252 DEP TRXC_CodecPort_part_1.cc
#8 2.252 DEP TELNETasp_PortType_part_7.cc
#8 2.252 DEP TELNETasp_PortType_part_6.cc
#8 2.252 DEP TELNETasp_PortType_part_5.cc
#8 2.253 DEP TELNETasp_PortType_part_4.cc
#8 2.253 DEP TELNETasp_PortType_part_3.cc
#8 2.254 DEP TELNETasp_PortType_part_1.cc
#8 2.254 DEP TELNETasp_PortType_part_2.cc
#8 2.257 DEP TCCInterface_Functions_part_7.cc
#8 2.257 DEP TCCInterface_Functions_part_6.cc
#8 2.257 DEP TCCInterface_Functions_part_5.cc
#8 2.258 DEP TCCInterface_Functions_part_4.cc
#8 2.258 DEP TCCInterface_Functions_part_3.cc
#8 2.259 DEP TCCInterface_Functions_part_2.cc
#8 2.259 DEP TCCInterface_Functions_part_1.cc
#8 2.259 DEP TCCConversion_Functions_part_7.cc
#8 2.259 DEP TCCConversion_Functions_part_6.cc
#8 2.259 DEP TCCConversion_Functions_part_5.cc
#8 2.260 DEP TCCConversion_Functions_part_4.cc
#8 2.261 DEP TCCConversion_Functions_part_3.cc
#8 2.262 DEP TCCConversion_Functions_part_2.cc
#8 2.262 DEP TCCConversion_Functions_part_1.cc
#8 2.262 DEP Socket_API_Definitions_part_7.cc
#8 2.264 DEP Socket_API_Definitions_part_6.cc
#8 2.264 DEP Socket_API_Definitions_part_5.cc
#8 2.265 DEP Socket_API_Definitions_part_4.cc
#8 2.265 DEP Socket_API_Definitions_part_3.cc
#8 2.265 DEP Socket_API_Definitions_part_2.cc
#8 2.265 DEP Socket_API_Definitions_part_1.cc
#8 2.266 DEP RTP_Types_part_7.cc
#8 2.266 DEP RTP_Types_part_6.cc
#8 2.267 DEP RTP_Types_part_5.cc
#8 2.267 DEP RTP_Types_part_4.cc
#8 2.268 DEP RTP_Types_part_3.cc
#8 2.269 DEP RTP_Types_part_2.cc
#8 2.269 DEP RTP_Types_part_1.cc
#8 2.269 DEP RTP_Emulation_part_7.cc
#8 2.272 DEP RTP_Emulation_part_6.cc
#8 2.272 DEP RTP_Emulation_part_5.cc
#8 2.272 DEP RTP_Emulation_part_4.cc
#8 2.272 DEP RTP_Emulation_part_3.cc
#8 2.272 DEP RTP_Emulation_part_2.cc
#8 2.273 DEP RTP_Emulation_part_1.cc
#8 2.273 DEP RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.274 DEP RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.274 DEP RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.275 DEP RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.276 DEP RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.276 DEP RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.276 DEP RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.278 DEP RTP_CodecPort_part_7.cc
#8 2.279 DEP RTP_CodecPort_part_6.cc
#8 2.280 DEP RTP_CodecPort_part_4.cc
#8 2.280 DEP RTP_CodecPort_part_5.cc
#8 2.280 DEP RTP_CodecPort_part_3.cc
#8 2.281 DEP RTP_CodecPort_part_2.cc
#8 2.281 DEP RTP_CodecPort_part_1.cc
#8 2.281 DEP RSL_Types_part_7.cc
#8 2.282 DEP RSL_Types_part_6.cc
#8 2.283 DEP RSL_Types_part_5.cc
#8 2.283 DEP RSL_Types_part_4.cc
#8 2.283 DEP RSL_Types_part_3.cc
#8 2.283 DEP RSL_Types_part_2.cc
#8 2.283 DEP RSL_Types_part_1.cc
#8 2.286 DEP RSL_Emulation_part_7.cc
#8 2.286 DEP RSL_Emulation_part_6.cc
#8 2.286 DEP RSL_Emulation_part_5.cc
#8 2.287 DEP RSL_Emulation_part_4.cc
#8 2.287 DEP RSL_Emulation_part_3.cc
#8 2.287 DEP RSL_Emulation_part_2.cc
#8 2.287 DEP RSL_Emulation_part_1.cc
#8 2.289 DEP RLCMAC_Types_part_7.cc
#8 2.289 DEP RLCMAC_Types_part_6.cc
#8 2.290 DEP RLCMAC_Types_part_5.cc
#8 2.292 DEP RLCMAC_Types_part_4.cc
#8 2.294 DEP RLCMAC_Types_part_3.cc
#8 2.294 DEP RLCMAC_Types_part_1.cc
#8 2.294 DEP RLCMAC_Types_part_2.cc
#8 2.295 DEP RLCMAC_Templates_part_6.cc
#8 2.295 DEP RLCMAC_Templates_part_7.cc
#8 2.295 DEP RLCMAC_Templates_part_5.cc
#8 2.295 DEP RLCMAC_Templates_part_4.cc
#8 2.296 DEP RLCMAC_Templates_part_3.cc
#8 2.296 DEP RLCMAC_Templates_part_2.cc
#8 2.296 DEP RLCMAC_Templates_part_1.cc
#8 2.297 DEP RLCMAC_CSN1_Types_part_7.cc
#8 2.298 DEP RLCMAC_CSN1_Types_part_6.cc
#8 2.301 DEP RLCMAC_CSN1_Types_part_5.cc
#8 2.301 DEP RLCMAC_CSN1_Types_part_3.cc
#8 2.301 DEP RLCMAC_CSN1_Types_part_4.cc
#8 2.302 DEP RLCMAC_CSN1_Types_part_2.cc
#8 2.302 DEP RLCMAC_CSN1_Types_part_1.cc
#8 2.304 DEP RLCMAC_CSN1_Templates_part_7.cc
#8 2.304 DEP RLCMAC_CSN1_Templates_part_6.cc
#8 2.304 DEP RLCMAC_CSN1_Templates_part_5.cc
#8 2.307 DEP RLCMAC_CSN1_Templates_part_4.cc
#8 2.307 DEP RLCMAC_CSN1_Templates_part_3.cc
#8 2.308 DEP RLCMAC_CSN1_Templates_part_2.cc
#8 2.308 DEP RLCMAC_CSN1_Templates_part_1.cc
#8 2.312 DEP PCUIF_Types_part_7.cc
#8 2.313 DEP PCUIF_Types_part_6.cc
#8 2.315 DEP PCUIF_Types_part_5.cc
#8 2.315 DEP PCUIF_Types_part_4.cc
#8 2.316 DEP PCUIF_Types_part_3.cc
#8 2.317 DEP PCUIF_Types_part_2.cc
#8 2.318 DEP PCUIF_Types_part_1.cc
#8 2.318 DEP PCUIF_CodecPort_part_7.cc
#8 2.322 DEP PCUIF_CodecPort_part_6.cc
#8 2.324 DEP PCUIF_CodecPort_part_5.cc
#8 2.324 DEP PCUIF_CodecPort_part_4.cc
#8 2.324 DEP PCUIF_CodecPort_part_3.cc
#8 2.325 DEP PCUIF_CodecPort_part_2.cc
#8 2.327 DEP PCUIF_CodecPort_part_1.cc
#8 2.329 DEP Osmocom_VTY_Functions_part_7.cc
#8 2.329 DEP Osmocom_VTY_Functions_part_6.cc
#8 2.330 DEP Osmocom_VTY_Functions_part_5.cc
#8 2.332 DEP Osmocom_VTY_Functions_part_4.cc
#8 2.336 DEP Osmocom_VTY_Functions_part_3.cc
#8 2.336 DEP Osmocom_VTY_Functions_part_2.cc
#8 2.337 DEP Osmocom_VTY_Functions_part_1.cc
#8 2.337 DEP Osmocom_Types_part_7.cc
#8 2.337 DEP Osmocom_Types_part_6.cc
#8 2.340 DEP Osmocom_Types_part_5.cc
#8 2.340 DEP Osmocom_Types_part_4.cc
#8 2.342 DEP Osmocom_Types_part_3.cc
#8 2.343 DEP Osmocom_Types_part_2.cc
#8 2.344 DEP Osmocom_Types_part_1.cc
#8 2.344 DEP Osmocom_CTRL_Types_part_7.cc
#8 2.348 DEP Osmocom_CTRL_Types_part_6.cc
#8 2.348 DEP Osmocom_CTRL_Types_part_5.cc
#8 2.349 DEP Osmocom_CTRL_Types_part_4.cc
#8 2.350 DEP Osmocom_CTRL_Types_part_3.cc
#8 2.351 DEP Osmocom_CTRL_Types_part_2.cc
#8 2.351 DEP Osmocom_CTRL_Types_part_1.cc
#8 2.351 DEP Osmocom_CTRL_Functions_part_7.cc
#8 2.351 DEP Osmocom_CTRL_Functions_part_6.cc
#8 2.355 DEP Osmocom_CTRL_Functions_part_5.cc
#8 2.356 DEP Osmocom_CTRL_Functions_part_4.cc
#8 2.356 DEP Osmocom_CTRL_Functions_part_3.cc
#8 2.357 DEP Osmocom_CTRL_Functions_part_2.cc
#8 2.358 DEP Osmocom_CTRL_Functions_part_1.cc
#8 2.359 DEP Osmocom_CTRL_Adapter_part_7.cc
#8 2.359 DEP Osmocom_CTRL_Adapter_part_6.cc
#8 2.363 DEP Osmocom_CTRL_Adapter_part_5.cc
#8 2.363 DEP Osmocom_CTRL_Adapter_part_4.cc
#8 2.363 DEP Osmocom_CTRL_Adapter_part_3.cc
#8 2.369 DEP Osmocom_CTRL_Adapter_part_2.cc
#8 2.369 DEP Osmocom_CTRL_Adapter_part_1.cc
#8 2.369 DEP OSMUX_Types_part_7.cc
#8 2.369 DEP OSMUX_Types_part_5.cc
#8 2.369 DEP OSMUX_Types_part_6.cc
#8 2.370 DEP OSMUX_Types_part_4.cc
#8 2.377 DEP OSMUX_Types_part_2.cc
#8 2.377 DEP OSMUX_Types_part_1.cc
#8 2.377 DEP OSMUX_Types_part_3.cc
#8 2.377 DEP OSMUX_Emulation_part_7.cc
#8 2.377 DEP OSMUX_Emulation_part_6.cc
#8 2.377 DEP OSMUX_Emulation_part_5.cc
#8 2.378 DEP OSMUX_Emulation_part_4.cc
#8 2.378 DEP OSMUX_Emulation_part_3.cc
#8 2.378 DEP OSMUX_Emulation_part_2.cc
#8 2.379 DEP OSMUX_Emulation_part_1.cc
#8 2.383 DEP OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.385 DEP OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.385 DEP OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.386 DEP OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.386 DEP OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.386 DEP OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.386 DEP OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.387 DEP OSMUX_CodecPort_part_7.cc
#8 2.390 DEP OSMUX_CodecPort_part_6.cc
#8 2.392 DEP OSMUX_CodecPort_part_5.cc
#8 2.392 DEP OSMUX_CodecPort_part_4.cc
#8 2.393 DEP OSMUX_CodecPort_part_3.cc
#8 2.393 DEP OSMUX_CodecPort_part_2.cc
#8 2.395 DEP OSMUX_CodecPort_part_1.cc
#8 2.398 DEP Native_Functions_part_7.cc
#8 2.399 DEP Native_Functions_part_6.cc
#8 2.399 DEP Native_Functions_part_5.cc
#8 2.399 DEP Native_Functions_part_4.cc
#8 2.400 DEP Native_Functions_part_3.cc
#8 2.400 DEP Native_Functions_part_2.cc
#8 2.400 DEP Native_Functions_part_1.cc
#8 2.401 DEP MobileL3_Types_part_7.cc
#8 2.407 DEP MobileL3_Types_part_6.cc
#8 2.407 DEP MobileL3_Types_part_5.cc
#8 2.407 DEP MobileL3_Types_part_4.cc
#8 2.407 DEP MobileL3_Types_part_3.cc
#8 2.408 DEP MobileL3_Types_part_2.cc
#8 2.408 DEP MobileL3_Types_part_1.cc
#8 2.408 DEP MobileL3_SS_Types_part_7.cc
#8 2.409 DEP MobileL3_SS_Types_part_6.cc
#8 2.409 DEP MobileL3_SS_Types_part_4.cc
#8 2.409 DEP MobileL3_SS_Types_part_5.cc
#8 2.409 DEP MobileL3_SS_Types_part_3.cc
#8 2.415 DEP MobileL3_SS_Types_part_2.cc
#8 2.415 DEP MobileL3_SS_Types_part_1.cc
#8 2.416 DEP MobileL3_SMS_Types_part_7.cc
#8 2.416 DEP MobileL3_SMS_Types_part_6.cc
#8 2.417 DEP MobileL3_SMS_Types_part_5.cc
#8 2.417 DEP MobileL3_SMS_Types_part_4.cc
#8 2.418 DEP MobileL3_SMS_Types_part_3.cc
#8 2.419 DEP MobileL3_SMS_Types_part_2.cc
#8 2.422 DEP MobileL3_SMS_Types_part_1.cc
#8 2.422 DEP MobileL3_RRM_Types_part_7.cc
#8 2.423 DEP MobileL3_RRM_Types_part_6.cc
#8 2.423 DEP MobileL3_RRM_Types_part_5.cc
#8 2.424 DEP MobileL3_RRM_Types_part_4.cc
#8 2.425 DEP MobileL3_RRM_Types_part_3.cc
#8 2.425 DEP MobileL3_RRM_Types_part_2.cc
#8 2.428 DEP MobileL3_RRM_Types_part_1.cc
#8 2.428 DEP MobileL3_MM_Types_part_7.cc
#8 2.428 DEP MobileL3_MM_Types_part_6.cc
#8 2.429 DEP MobileL3_MM_Types_part_5.cc
#8 2.430 DEP MobileL3_MM_Types_part_4.cc
#8 2.447 DEP MobileL3_MM_Types_part_3.cc
#8 2.447 DEP MobileL3_MM_Types_part_2.cc
#8 2.447 DEP MobileL3_MM_Types_part_1.cc
#8 2.447 DEP MobileL3_GMM_SM_Types_part_7.cc
#8 2.448 DEP MobileL3_GMM_SM_Types_part_6.cc
#8 2.448 DEP MobileL3_GMM_SM_Types_part_5.cc
#8 2.449 DEP MobileL3_GMM_SM_Types_part_4.cc
#8 2.449 DEP MobileL3_GMM_SM_Types_part_3.cc
#8 2.453 DEP MobileL3_GMM_SM_Types_part_2.cc
#8 2.454 DEP MobileL3_GMM_SM_Types_part_1.cc
#8 2.455 DEP MobileL3_CommonIE_Types_part_7.cc
#8 2.455 DEP MobileL3_CommonIE_Types_part_6.cc
#8 2.464 DEP MobileL3_CommonIE_Types_part_5.cc
#8 2.465 DEP MobileL3_CommonIE_Types_part_4.cc
#8 2.465 DEP MobileL3_CommonIE_Types_part_3.cc
#8 2.466 DEP MobileL3_CommonIE_Types_part_2.cc
#8 2.471 DEP MobileL3_CommonIE_Types_part_1.cc
#8 2.477 DEP MobileL3_CC_Types_part_7.cc
#8 2.477 DEP MobileL3_CC_Types_part_6.cc
#8 2.485 DEP MobileL3_CC_Types_part_5.cc
#8 2.485 DEP MobileL3_CC_Types_part_4.cc
#8 2.493 DEP MobileL3_CC_Types_part_3.cc
#8 2.494 DEP MobileL3_CC_Types_part_2.cc
#8 2.498 DEP MobileL3_CC_Types_part_1.cc
#8 2.502 DEP Misc_Helpers_part_7.cc
#8 2.509 DEP Misc_Helpers_part_6.cc
#8 2.535 DEP Misc_Helpers_part_5.cc
#8 2.540 DEP Misc_Helpers_part_4.cc
#8 2.543 DEP Misc_Helpers_part_3.cc
#8 2.549 DEP Misc_Helpers_part_2.cc
#8 2.549 DEP Misc_Helpers_part_1.cc
#8 2.552 DEP LAPDm_Types_part_7.cc
#8 2.553 DEP LAPDm_Types_part_6.cc
#8 2.554 DEP LAPDm_Types_part_5.cc
#8 2.558 DEP LAPDm_Types_part_4.cc
#8 2.561 DEP LAPDm_Types_part_3.cc
#8 2.562 DEP LAPDm_Types_part_2.cc
#8 2.562 DEP LAPDm_Types_part_1.cc
#8 2.562 DEP LAPDm_RAW_PT_part_7.cc
#8 2.563 DEP LAPDm_RAW_PT_part_6.cc
#8 2.566 DEP LAPDm_RAW_PT_part_5.cc
#8 2.567 DEP LAPDm_RAW_PT_part_4.cc
#8 2.567 DEP LAPDm_RAW_PT_part_3.cc
#8 2.568 DEP LAPDm_RAW_PT_part_2.cc
#8 2.569 DEP L3_Templates_part_7.cc
#8 2.569 DEP LAPDm_RAW_PT_part_1.cc
#8 2.569 DEP L3_Templates_part_6.cc
#8 2.570 DEP L3_Templates_part_5.cc
#8 2.573 DEP L3_Templates_part_4.cc
#8 2.573 DEP L3_Templates_part_3.cc
#8 2.573 DEP L3_Templates_part_2.cc
#8 2.573 DEP L3_Templates_part_1.cc
#8 2.574 DEP L3_Common_part_7.cc
#8 2.574 DEP L3_Common_part_6.cc
#8 2.574 DEP L3_Common_part_5.cc
#8 2.574 DEP L3_Common_part_4.cc
#8 2.575 DEP L3_Common_part_3.cc
#8 2.577 DEP L3_Common_part_2.cc
#8 2.578 DEP L3_Common_part_1.cc
#8 2.580 DEP L1CTL_Types_part_7.cc
#8 2.580 DEP L1CTL_Types_part_6.cc
#8 2.582 DEP L1CTL_Types_part_5.cc
#8 2.583 DEP L1CTL_Types_part_4.cc
#8 2.583 DEP L1CTL_Types_part_3.cc
#8 2.583 DEP L1CTL_Types_part_2.cc
#8 2.584 DEP L1CTL_Types_part_1.cc
#8 2.584 DEP L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.584 DEP L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.584 DEP L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.587 DEP L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.587 DEP L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.587 DEP L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.589 DEP L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.593 DEP L1CTL_PortType_part_7.cc
#8 2.593 DEP L1CTL_PortType_part_6.cc
#8 2.593 DEP L1CTL_PortType_part_5.cc
#8 2.593 DEP L1CTL_PortType_part_4.cc
#8 2.593 DEP L1CTL_PortType_part_3.cc
#8 2.594 DEP L1CTL_PortType_part_2.cc
#8 2.594 DEP L1CTL_PortType_part_1.cc
#8 2.594 DEP IuUP_Types_part_6.cc
#8 2.594 DEP IuUP_Types_part_7.cc
#8 2.595 DEP IuUP_Types_part_5.cc
#8 2.595 DEP IuUP_Types_part_4.cc
#8 2.595 DEP IuUP_Types_part_3.cc
#8 2.596 DEP IuUP_Types_part_2.cc
#8 2.598 DEP IuUP_Types_part_1.cc
#8 2.598 DEP IuUP_Emulation_part_7.cc
#8 2.600 DEP IuUP_Emulation_part_6.cc
#8 2.600 DEP IuUP_Emulation_part_5.cc
#8 2.601 DEP IuUP_Emulation_part_4.cc
#8 2.601 DEP IuUP_Emulation_part_3.cc
#8 2.601 DEP IuUP_Emulation_part_1.cc
#8 2.601 DEP IuUP_Emulation_part_2.cc
#8 2.602 DEP IPL4asp_Types_part_7.cc
#8 2.602 DEP IPL4asp_Types_part_6.cc
#8 2.606 DEP IPL4asp_Types_part_5.cc
#8 2.607 DEP IPL4asp_Types_part_3.cc
#8 2.607 DEP IPL4asp_Types_part_4.cc
#8 2.607 DEP IPL4asp_Types_part_2.cc
#8 2.607 DEP IPL4asp_Types_part_1.cc
#8 2.608 DEP IPL4asp_PortType_part_7.cc
#8 2.608 DEP IPL4asp_PortType_part_6.cc
#8 2.608 DEP IPL4asp_PortType_part_5.cc
#8 2.608 DEP IPL4asp_PortType_part_4.cc
#8 2.609 DEP IPL4asp_PortType_part_3.cc
#8 2.609 DEP IPL4asp_PortType_part_2.cc
#8 2.609 DEP IPL4asp_PortType_part_1.cc
#8 2.610 DEP IPL4asp_Functions_part_7.cc
#8 2.614 DEP IPL4asp_Functions_part_6.cc
#8 2.614 DEP IPL4asp_Functions_part_5.cc
#8 2.615 DEP IPL4asp_Functions_part_4.cc
#8 2.615 DEP IPL4asp_Functions_part_3.cc
#8 2.615 DEP IPL4asp_Functions_part_2.cc
#8 2.615 DEP IPL4asp_Functions_part_1.cc
#8 2.615 DEP IPA_Types_part_7.cc
#8 2.615 DEP IPA_Types_part_6.cc
#8 2.616 DEP IPA_Types_part_5.cc
#8 2.616 DEP IPA_Types_part_4.cc
#8 2.616 DEP IPA_Types_part_3.cc
#8 2.616 DEP IPA_Types_part_2.cc
#8 2.617 DEP IPA_Types_part_1.cc
#8 2.617 DEP IPA_Testing_part_7.cc
#8 2.617 DEP IPA_Testing_part_6.cc
#8 2.620 DEP IPA_Testing_part_5.cc
#8 2.621 DEP IPA_Testing_part_4.cc
#8 2.621 DEP IPA_Testing_part_3.cc
#8 2.621 DEP IPA_Testing_part_2.cc
#8 2.622 DEP IPA_Testing_part_1.cc
#8 2.622 DEP IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.622 DEP IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.622 DEP IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.623 DEP IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.624 DEP IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.624 DEP IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.624 DEP IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.624 DEP IPA_CodecPort_part_7.cc
#8 2.625 DEP IPA_CodecPort_part_6.cc
#8 2.628 DEP IPA_CodecPort_part_5.cc
#8 2.629 DEP IPA_CodecPort_part_4.cc
#8 2.629 DEP IPA_CodecPort_part_3.cc
#8 2.629 DEP IPA_CodecPort_part_2.cc
#8 2.629 DEP IPA_CodecPort_part_1.cc
#8 2.629 DEP General_Types_part_7.cc
#8 2.630 DEP General_Types_part_6.cc
#8 2.630 DEP General_Types_part_5.cc
#8 2.630 DEP General_Types_part_4.cc
#8 2.630 DEP General_Types_part_3.cc
#8 2.630 DEP General_Types_part_2.cc
#8 2.631 DEP General_Types_part_1.cc
#8 2.631 DEP GSM_Types_part_7.cc
#8 2.632 DEP GSM_Types_part_5.cc
#8 2.632 DEP GSM_Types_part_6.cc
#8 2.632 DEP GSM_Types_part_4.cc
#8 2.632 DEP GSM_Types_part_3.cc
#8 2.635 DEP GSM_Types_part_2.cc
#8 2.635 DEP GSM_SystemInformation_part_7.cc
#8 2.635 DEP GSM_Types_part_1.cc
#8 2.635 DEP GSM_SystemInformation_part_6.cc
#8 2.636 DEP GSM_SystemInformation_part_5.cc
#8 2.636 DEP GSM_SystemInformation_part_4.cc
#8 2.636 DEP GSM_SystemInformation_part_3.cc
#8 2.637 DEP GSM_SystemInformation_part_2.cc
#8 2.637 DEP GSM_SystemInformation_part_1.cc
#8 2.638 DEP GSM_RestOctets_part_7.cc
#8 2.638 DEP GSM_RestOctets_part_6.cc
#8 2.638 DEP GSM_RestOctets_part_5.cc
#8 2.640 DEP GSM_RestOctets_part_4.cc
#8 2.641 DEP GSM_RestOctets_part_3.cc
#8 2.641 DEP GSM_RestOctets_part_2.cc
#8 2.642 DEP GSM_RestOctets_part_1.cc
#8 2.642 DEP GSM_RR_Types_part_7.cc
#8 2.643 DEP GSM_RR_Types_part_6.cc
#8 2.643 DEP GSM_RR_Types_part_5.cc
#8 2.644 DEP GSM_RR_Types_part_3.cc
#8 2.644 DEP GSM_RR_Types_part_4.cc
#8 2.644 DEP GSM_RR_Types_part_2.cc
#8 2.644 DEP GSM_RR_Types_part_1.cc
#8 2.646 DEP BTS_Tests_perf_part_7.cc
#8 2.646 DEP BTS_Tests_perf_part_6.cc
#8 2.647 DEP BTS_Tests_perf_part_5.cc
#8 2.647 DEP BTS_Tests_perf_part_4.cc
#8 2.648 DEP BTS_Tests_perf_part_3.cc
#8 2.648 DEP BTS_Tests_perf_part_2.cc
#8 2.650 DEP BTS_Tests_perf_part_1.cc
#8 2.651 DEP BTS_Tests_VAMOS_part_7.cc
#8 2.651 DEP BTS_Tests_VAMOS_part_6.cc
#8 2.654 DEP BTS_Tests_VAMOS_part_5.cc
#8 2.654 DEP BTS_Tests_VAMOS_part_4.cc
#8 2.655 DEP BTS_Tests_VAMOS_part_3.cc
#8 2.655 DEP BTS_Tests_VAMOS_part_2.cc
#8 2.655 DEP BTS_Tests_VAMOS_part_1.cc
#8 2.655 DEP BTS_Tests_SMSCB_part_7.cc
#8 2.656 DEP BTS_Tests_SMSCB_part_6.cc
#8 2.656 DEP BTS_Tests_SMSCB_part_5.cc
#8 2.656 DEP BTS_Tests_SMSCB_part_4.cc
#8 2.662 DEP BTS_Tests_SMSCB_part_3.cc
#8 2.663 DEP BTS_Tests_SMSCB_part_2.cc
#8 2.663 DEP BTS_Tests_SMSCB_part_1.cc
#8 2.663 DEP BTS_Tests_OML_part_7.cc
#8 2.663 DEP BTS_Tests_OML_part_6.cc
#8 2.663 DEP BTS_Tests_OML_part_5.cc
#8 2.663 DEP BTS_Tests_OML_part_4.cc
#8 2.664 DEP BTS_Tests_OML_part_3.cc
#8 2.664 DEP BTS_Tests_OML_part_2.cc
#8 2.664 DEP BTS_Tests_OML_part_1.cc
#8 2.664 DEP BTS_Tests_LAPDm_part_6.cc
#8 2.664 DEP BTS_Tests_LAPDm_part_7.cc
#8 2.664 DEP BTS_Tests_LAPDm_part_5.cc
#8 2.668 DEP BTS_Tests_LAPDm_part_4.cc
#8 2.669 DEP BTS_Tests_LAPDm_part_3.cc
#8 2.670 DEP BTS_Tests_LAPDm_part_2.cc
#8 2.670 DEP BTS_Tests_LAPDm_part_1.cc
#8 2.670 DEP BTS_Tests_ASCI_part_7.cc
#8 2.671 DEP BTS_Tests_ASCI_part_6.cc
#8 2.671 DEP BTS_Tests_ASCI_part_5.cc
#8 2.672 DEP BTS_Tests_ASCI_part_4.cc
#8 2.672 DEP BTS_Tests_ASCI_part_3.cc
#8 2.672 DEP BTS_Tests_ASCI_part_2.cc
#8 2.673 DEP BTS_Tests_ASCI_part_1.cc
#8 2.676 DEP BTS_Tests_part_7.cc
#8 2.676 DEP BTS_Tests_part_6.cc
#8 2.677 DEP BTS_Tests_part_5.cc
#8 2.677 DEP BTS_Tests_part_4.cc
#8 2.678 DEP BTS_Tests_part_3.cc
#8 2.678 DEP BTS_Tests_part_2.cc
#8 2.679 DEP AbisOML_Types_part_7.cc
#8 2.679 DEP BTS_Tests_part_1.cc
#8 2.680 DEP AbisOML_Types_part_6.cc
#8 2.680 DEP AbisOML_Types_part_5.cc
#8 2.681 DEP AbisOML_Types_part_4.cc
#8 2.681 DEP AbisOML_Types_part_3.cc
#8 2.682 DEP AbisOML_Types_part_2.cc
#8 2.683 DEP AbisOML_Types_part_1.cc
#8 2.683 DEP AMR_Types_part_7.cc
#8 2.685 DEP AMR_Types_part_6.cc
#8 2.685 DEP AMR_Types_part_5.cc
#8 2.685 DEP AMR_Types_part_4.cc
#8 2.685 DEP AMR_Types_part_3.cc
#8 2.689 DEP AMR_Types_part_2.cc
#8 2.689 DEP AMR_Types_part_1.cc
#8 2.689 DEP UD_PortType.cc
#8 2.689 DEP UD_Types.cc
#8 2.690 DEP TRXC_Types.cc
#8 2.691 DEP TRXC_CodecPort_CtrlFunct.cc
#8 2.691 DEP TRXC_CodecPort.cc
#8 2.692 DEP TELNETasp_PortType.cc
#8 2.693 DEP TCCInterface_Functions.cc
#8 2.695 DEP TCCConversion_Functions.cc
#8 2.696 DEP Socket_API_Definitions.cc
#8 2.696 DEP RTP_Types.cc
#8 2.698 DEP RTP_Emulation.cc
#8 2.700 DEP RTP_CodecPort_CtrlFunct.cc
#8 2.751 DEP RTP_CodecPort.cc
#8 2.751 DEP RSL_Types.cc
#8 2.752 DEP RSL_Emulation.cc
#8 2.753 DEP RLCMAC_Types.cc
#8 2.754 DEP RLCMAC_Templates.cc
#8 2.754 DEP RLCMAC_CSN1_Types.cc
#8 2.764 DEP RLCMAC_CSN1_Templates.cc
#8 2.764 DEP PCUIF_CodecPort.cc
#8 2.764 DEP PCUIF_Types.cc
#8 2.768 DEP Osmocom_VTY_Functions.cc
#8 2.782 DEP Osmocom_Types.cc
#8 2.782 DEP Osmocom_CTRL_Types.cc
#8 2.782 DEP Osmocom_CTRL_Functions.cc
#8 2.784 DEP Osmocom_CTRL_Adapter.cc
#8 2.791 DEP OSMUX_Types.cc
#8 2.802 DEP OSMUX_Emulation.cc
#8 2.822 DEP OSMUX_CodecPort_CtrlFunct.cc
#8 2.834 DEP OSMUX_CodecPort.cc
#8 2.841 DEP Native_Functions.cc
#8 2.843 DEP MobileL3_Types.cc
#8 2.843 DEP MobileL3_SS_Types.cc
#8 2.844 DEP MobileL3_SMS_Types.cc
#8 2.854 DEP MobileL3_RRM_Types.cc
#8 2.854 DEP MobileL3_MM_Types.cc
#8 2.864 DEP MobileL3_GMM_SM_Types.cc
#8 2.870 DEP MobileL3_CommonIE_Types.cc
#8 2.886 DEP MobileL3_CC_Types.cc
#8 2.896 DEP Misc_Helpers.cc
#8 2.897 DEP LAPDm_Types.cc
#8 2.904 DEP LAPDm_RAW_PT.cc
#8 2.914 DEP L3_Templates.cc
#8 2.914 DEP L3_Common.cc
#8 2.918 DEP L1CTL_Types.cc
#8 2.918 DEP L1CTL_PortType_CtrlFunct.cc
#8 2.925 DEP L1CTL_PortType.cc
#8 2.935 DEP IuUP_Types.cc
#8 2.944 DEP IuUP_Emulation.cc
#8 2.954 DEP IPL4asp_Types.cc
#8 2.964 DEP IPL4asp_PortType.cc
#8 2.975 DEP IPL4asp_Functions.cc
#8 2.975 DEP IPA_Types.cc
#8 2.981 DEP IPA_Testing.cc
#8 2.982 DEP IPA_CodecPort_CtrlFunct.cc
#8 3.006 DEP IPA_CodecPort.cc
#8 3.025 DEP General_Types.cc
#8 3.027 DEP GSM_Types.cc
#8 3.031 DEP GSM_SystemInformation.cc
#8 3.033 DEP GSM_RestOctets.cc
#8 3.046 DEP GSM_RR_Types.cc
#8 3.047 DEP BTS_Tests_perf.cc
#8 3.056 DEP BTS_Tests_VAMOS.cc
#8 3.071 DEP BTS_Tests_SMSCB.cc
#8 3.071 DEP BTS_Tests_OML.cc
#8 3.090 DEP BTS_Tests_LAPDm.cc
#8 3.091 DEP BTS_Tests_ASCI.cc
#8 3.103 DEP BTS_Tests.cc
#8 3.122 DEP AbisOML_Types.cc
#8 3.133 DEP AMR_Types.cc
#8 3.758 CC AMR_Types.o
#8 3.758 CC AbisOML_Types.o
#8 3.758 CC BTS_Tests.o
#8 3.759 CC BTS_Tests_ASCI.o
#8 3.759 CC BTS_Tests_LAPDm.o
#8 3.759 CC BTS_Tests_OML.o
#8 3.760 CC BTS_Tests_SMSCB.o
#8 3.760 CC BTS_Tests_VAMOS.o
#8 3.760 CC BTS_Tests_perf.o
#8 3.761 CC GSM_RR_Types.o
#8 3.761 CC GSM_RestOctets.o
#8 3.761 CC GSM_SystemInformation.o
#8 3.762 CC GSM_Types.o
#8 3.762 CC General_Types.o
#8 3.762 CC IPA_CodecPort.o
#8 3.762 CC IPA_CodecPort_CtrlFunct.o
#8 3.763 CC IPA_Testing.o
#8 3.763 CC IPA_Types.o
#8 3.763 CC IPL4asp_Functions.o
#8 3.764 CC IPL4asp_PortType.o
#8 4.610 CC IPL4asp_Types.o
#8 4.611 CC IuUP_Emulation.o
#8 4.671 CC IuUP_Types.o
#8 4.740 CC L1CTL_PortType.o
#8 4.977 CC L1CTL_PortType_CtrlFunct.o
#8 5.017 CC L1CTL_Types.o
#8 5.806 CC L3_Common.o
#8 5.990 CC L3_Templates.o
#8 6.341 CC LAPDm_RAW_PT.o
#8 6.823 CC LAPDm_Types.o
#8 7.084 CC Misc_Helpers.o
#8 7.800 CC MobileL3_CC_Types.o
#8 7.833 CC MobileL3_CommonIE_Types.o
#8 8.043 CC MobileL3_GMM_SM_Types.o
#8 8.112 CC MobileL3_MM_Types.o
#8 8.761 CC MobileL3_RRM_Types.o
#8 8.934 CC MobileL3_SMS_Types.o
#8 9.047 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 9.047 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 9.047 6168 | }
#8 9.047 | ^
#8 9.099 CC MobileL3_SS_Types.o
#8 9.203 CC MobileL3_Types.o
#8 9.231 CC Native_Functions.o
#8 9.320 CC OSMUX_CodecPort.o
#8 9.881 CC OSMUX_CodecPort_CtrlFunct.o
#8 10.09 CC OSMUX_Emulation.o
#8 10.13 CC OSMUX_Types.o
#8 10.18 CC Osmocom_CTRL_Adapter.o
#8 10.31 CC Osmocom_CTRL_Functions.o
#8 10.43 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 10.43 BTS_Tests.cc:39248:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.43 39248 | }
#8 10.43 | ^
#8 10.43 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 10.43 BTS_Tests.cc:39329:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.43 39329 | }
#8 10.43 | ^
#8 10.54 CC Osmocom_CTRL_Types.o
#8 10.65 CC Osmocom_Types.o
#8 10.73 CC Osmocom_VTY_Functions.o
#8 11.06 CC PCUIF_CodecPort.o
#8 11.07 CC PCUIF_Types.o
#8 11.65 CC RLCMAC_CSN1_Templates.o
#8 12.03 CC RLCMAC_CSN1_Types.o
#8 12.16 CC RLCMAC_Templates.o
#8 12.30 CC RLCMAC_Types.o
#8 12.31 CC RSL_Emulation.o
#8 12.52 CC RSL_Types.o
#8 12.92 CC RTP_CodecPort.o
#8 13.04 CC RTP_CodecPort_CtrlFunct.o
#8 13.59 CC RTP_Emulation.o
#8 13.95 CC RTP_Types.o
#8 14.19 CC Socket_API_Definitions.o
#8 14.32 CC TCCConversion_Functions.o
#8 14.51 CC TCCInterface_Functions.o
#8 14.78 CC TELNETasp_PortType.o
#8 14.90 CC TRXC_CodecPort.o
#8 15.01 CC TRXC_CodecPort_CtrlFunct.o
#8 15.01 CC TRXC_Types.o
#8 15.07 CC UD_PortType.o
#8 15.20 CC UD_Types.o
#8 15.25 CC AMR_Types_part_1.o
#8 15.27 CC AMR_Types_part_2.o
#8 15.31 CC AMR_Types_part_3.o
#8 15.33 CC AMR_Types_part_4.o
#8 15.35 CC AMR_Types_part_5.o
#8 15.37 CC AMR_Types_part_6.o
#8 15.40 CC AMR_Types_part_7.o
#8 15.42 CC AbisOML_Types_part_1.o
#8 15.82 CC AbisOML_Types_part_2.o
#8 15.83 CC AbisOML_Types_part_3.o
#8 15.85 CC AbisOML_Types_part_4.o
#8 15.85 CC AbisOML_Types_part_5.o
#8 15.87 CC AbisOML_Types_part_6.o
#8 15.88 CC AbisOML_Types_part_7.o
#8 15.89 CC BTS_Tests_part_1.o
#8 15.90 CC BTS_Tests_part_2.o
#8 15.91 CC BTS_Tests_part_3.o
#8 15.92 CC BTS_Tests_part_4.o
#8 15.93 CC BTS_Tests_part_5.o
#8 15.95 CC BTS_Tests_part_6.o
#8 15.95 CC BTS_Tests_part_7.o
#8 15.96 CC BTS_Tests_ASCI_part_1.o
#8 15.96 CC BTS_Tests_ASCI_part_2.o
#8 15.98 CC BTS_Tests_ASCI_part_3.o
#8 15.98 CC BTS_Tests_ASCI_part_4.o
#8 15.98 CC BTS_Tests_ASCI_part_5.o
#8 15.99 CC BTS_Tests_ASCI_part_6.o
#8 16.01 CC BTS_Tests_ASCI_part_7.o
#8 16.01 CC BTS_Tests_LAPDm_part_1.o
#8 16.01 CC BTS_Tests_LAPDm_part_2.o
#8 16.02 CC BTS_Tests_LAPDm_part_3.o
#8 16.02 CC BTS_Tests_LAPDm_part_4.o
#8 16.03 CC BTS_Tests_LAPDm_part_5.o
#8 16.03 CC BTS_Tests_LAPDm_part_6.o
#8 16.04 CC BTS_Tests_LAPDm_part_7.o
#8 16.04 CC BTS_Tests_OML_part_1.o
#8 16.05 CC BTS_Tests_OML_part_2.o
#8 16.06 CC BTS_Tests_OML_part_3.o
#8 16.06 CC BTS_Tests_OML_part_5.o
#8 16.06 CC BTS_Tests_OML_part_4.o
#8 16.06 CC BTS_Tests_OML_part_6.o
#8 16.09 CC BTS_Tests_SMSCB_part_1.o
#8 16.09 CC BTS_Tests_OML_part_7.o
#8 16.09 CC BTS_Tests_SMSCB_part_2.o
#8 16.10 CC BTS_Tests_SMSCB_part_3.o
#8 16.11 CC BTS_Tests_SMSCB_part_4.o
#8 16.11 CC BTS_Tests_SMSCB_part_5.o
#8 16.11 CC BTS_Tests_SMSCB_part_6.o
#8 16.12 CC BTS_Tests_SMSCB_part_7.o
#8 16.13 CC BTS_Tests_VAMOS_part_1.o
#8 16.13 CC BTS_Tests_VAMOS_part_2.o
#8 16.14 CC BTS_Tests_VAMOS_part_3.o
#8 16.14 CC BTS_Tests_VAMOS_part_4.o
#8 16.14 CC BTS_Tests_VAMOS_part_5.o
#8 16.15 CC BTS_Tests_VAMOS_part_6.o
#8 16.16 CC BTS_Tests_VAMOS_part_7.o
#8 16.16 CC BTS_Tests_perf_part_1.o
#8 16.16 CC BTS_Tests_perf_part_2.o
#8 16.16 CC BTS_Tests_perf_part_3.o
#8 16.16 CC BTS_Tests_perf_part_4.o
#8 16.17 CC BTS_Tests_perf_part_5.o
#8 16.18 CC BTS_Tests_perf_part_6.o
#8 16.18 CC BTS_Tests_perf_part_7.o
#8 16.18 CC GSM_RR_Types_part_1.o
#8 16.18 CC GSM_RR_Types_part_2.o
#8 16.19 CC GSM_RR_Types_part_3.o
#8 16.20 CC GSM_RR_Types_part_4.o
#8 16.20 CC GSM_RR_Types_part_5.o
#8 16.21 CC GSM_RR_Types_part_7.o
#8 16.21 CC GSM_RR_Types_part_6.o
#8 16.22 CC GSM_RestOctets_part_1.o
#8 16.22 CC GSM_RestOctets_part_2.o
#8 16.23 CC GSM_RestOctets_part_3.o
#8 16.23 CC GSM_RestOctets_part_4.o
#8 16.27 CC GSM_RestOctets_part_5.o
#8 16.30 CC GSM_RestOctets_part_6.o
#8 16.34 CC GSM_RestOctets_part_7.o
#8 16.39 CC GSM_SystemInformation_part_1.o
#8 16.41 CC GSM_SystemInformation_part_2.o
#8 16.41 CC GSM_SystemInformation_part_3.o
#8 16.43 CC GSM_SystemInformation_part_4.o
#8 16.43 CC GSM_SystemInformation_part_5.o
#8 16.45 CC GSM_SystemInformation_part_6.o
#8 16.46 CC GSM_SystemInformation_part_7.o
#8 16.47 CC GSM_Types_part_1.o
#8 16.47 CC GSM_Types_part_2.o
#8 16.48 CC GSM_Types_part_3.o
#8 16.49 CC GSM_Types_part_4.o
#8 16.51 CC GSM_Types_part_5.o
#8 16.51 CC GSM_Types_part_6.o
#8 16.51 CC GSM_Types_part_7.o
#8 16.53 CC General_Types_part_1.o
#8 16.53 CC General_Types_part_2.o
#8 16.55 CC General_Types_part_3.o
#8 16.55 CC General_Types_part_4.o
#8 16.55 CC General_Types_part_5.o
#8 16.57 CC General_Types_part_6.o
#8 16.57 CC General_Types_part_7.o
#8 16.57 CC IPA_CodecPort_part_1.o
#8 16.59 CC IPA_CodecPort_part_2.o
#8 16.59 CC IPA_CodecPort_part_4.o
#8 16.59 CC IPA_CodecPort_part_3.o
#8 16.61 CC IPA_CodecPort_part_5.o
#8 16.61 CC IPA_CodecPort_part_7.o
#8 16.61 CC IPA_CodecPort_part_6.o
#8 16.63 CC IPA_CodecPort_CtrlFunct_part_1.o
#8 16.63 CC IPA_CodecPort_CtrlFunct_part_2.o
#8 16.65 CC IPA_CodecPort_CtrlFunct_part_3.o
#8 16.65 CC IPA_CodecPort_CtrlFunct_part_4.o
#8 16.66 CC IPA_CodecPort_CtrlFunct_part_5.o
#8 16.66 CC IPA_CodecPort_CtrlFunct_part_6.o
#8 16.66 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 16.66 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 16.66 11507 | }
#8 16.66 | ^
#8 16.67 CC IPA_CodecPort_CtrlFunct_part_7.o
#8 16.68 CC IPA_Testing_part_1.o
#8 16.68 CC IPA_Testing_part_2.o
#8 16.68 CC IPA_Testing_part_3.o
#8 16.70 CC IPA_Testing_part_4.o
#8 16.70 CC IPA_Testing_part_5.o
#8 16.70 CC IPA_Testing_part_6.o
#8 16.71 CC IPA_Testing_part_7.o
#8 16.72 CC IPA_Types_part_1.o
#8 16.72 CC IPA_Types_part_2.o
#8 16.72 CC IPA_Types_part_3.o
#8 16.73 CC IPA_Types_part_4.o
#8 16.74 CC IPA_Types_part_5.o
#8 16.74 CC IPA_Types_part_6.o
#8 16.74 CC IPA_Types_part_7.o
#8 16.75 CC IPL4asp_Functions_part_1.o
#8 16.76 CC IPL4asp_Functions_part_2.o
#8 16.76 CC IPL4asp_Functions_part_3.o
#8 16.77 CC IPL4asp_Functions_part_4.o
#8 16.78 CC IPL4asp_Functions_part_5.o
#8 16.78 CC IPL4asp_Functions_part_6.o
#8 16.79 CC IPL4asp_Functions_part_7.o
#8 16.81 CC IPL4asp_PortType_part_1.o
#8 16.81 CC IPL4asp_PortType_part_2.o
#8 16.81 CC IPL4asp_PortType_part_3.o
#8 16.83 CC IPL4asp_PortType_part_4.o
#8 16.84 CC IPL4asp_PortType_part_5.o
#8 16.84 CC IPL4asp_PortType_part_6.o
#8 16.85 CC IPL4asp_PortType_part_7.o
#8 16.86 CC IPL4asp_Types_part_1.o
#8 16.86 CC IPL4asp_Types_part_2.o
#8 16.86 CC IPL4asp_Types_part_3.o
#8 16.87 CC IPL4asp_Types_part_4.o
#8 16.88 CC IPL4asp_Types_part_5.o
#8 16.88 CC IPL4asp_Types_part_6.o
#8 16.90 CC IPL4asp_Types_part_7.o
#8 16.90 CC IuUP_Emulation_part_1.o
#8 16.90 CC IuUP_Emulation_part_2.o
#8 16.91 CC IuUP_Emulation_part_3.o
#8 16.92 CC IuUP_Emulation_part_4.o
#8 16.93 CC IuUP_Emulation_part_5.o
#8 16.93 CC IuUP_Emulation_part_6.o
#8 16.94 CC IuUP_Emulation_part_7.o
#8 16.95 CC IuUP_Types_part_1.o
#8 16.96 CC IuUP_Types_part_2.o
#8 16.96 CC IuUP_Types_part_3.o
#8 16.97 CC IuUP_Types_part_4.o
#8 16.97 CC IuUP_Types_part_5.o
#8 16.99 CC IuUP_Types_part_6.o
#8 16.99 CC IuUP_Types_part_7.o
#8 16.99 CC L1CTL_PortType_part_1.o
#8 17.01 CC L1CTL_PortType_part_2.o
#8 17.01 CC L1CTL_PortType_part_3.o
#8 17.02 CC L1CTL_PortType_part_4.o
#8 17.03 CC L1CTL_PortType_part_5.o
#8 17.03 CC L1CTL_PortType_part_6.o
#8 17.04 CC L1CTL_PortType_part_7.o
#8 17.05 CC L1CTL_PortType_CtrlFunct_part_1.o
#8 17.06 CC L1CTL_PortType_CtrlFunct_part_2.o
#8 17.06 CC L1CTL_PortType_CtrlFunct_part_4.o
#8 17.06 CC L1CTL_PortType_CtrlFunct_part_3.o
#8 17.06 CC L1CTL_PortType_CtrlFunct_part_5.o
#8 17.07 CC L1CTL_PortType_CtrlFunct_part_6.o
#8 17.08 CC L1CTL_PortType_CtrlFunct_part_7.o
#8 17.08 CC L1CTL_Types_part_1.o
#8 17.08 CC L1CTL_Types_part_2.o
#8 17.09 CC L1CTL_Types_part_3.o
#8 17.09 CC L1CTL_Types_part_4.o
#8 17.10 CC L1CTL_Types_part_5.o
#8 17.10 CC L1CTL_Types_part_6.o
#8 17.11 CC L1CTL_Types_part_7.o
#8 17.11 CC L3_Common_part_1.o
#8 17.11 CC L3_Common_part_2.o
#8 17.12 CC L3_Common_part_3.o
#8 17.12 CC L3_Common_part_4.o
#8 17.13 CC L3_Common_part_5.o
#8 17.13 CC L3_Common_part_6.o
#8 17.14 CC L3_Common_part_7.o
#8 17.14 CC L3_Templates_part_1.o
#8 17.15 CC L3_Templates_part_2.o
#8 17.15 CC L3_Templates_part_3.o
#8 17.15 CC L3_Templates_part_4.o
#8 17.16 CC L3_Templates_part_5.o
#8 17.17 CC L3_Templates_part_6.o
#8 17.17 CC L3_Templates_part_7.o
#8 17.17 CC LAPDm_RAW_PT_part_1.o
#8 17.17 CC LAPDm_RAW_PT_part_2.o
#8 17.19 CC LAPDm_RAW_PT_part_3.o
#8 17.19 CC LAPDm_RAW_PT_part_4.o
#8 17.19 CC LAPDm_RAW_PT_part_5.o
#8 17.19 CC LAPDm_RAW_PT_part_6.o
#8 17.19 CC LAPDm_RAW_PT_part_7.o
#8 17.21 CC LAPDm_Types_part_1.o
#8 17.21 CC LAPDm_Types_part_2.o
#8 17.21 CC LAPDm_Types_part_3.o
#8 17.21 CC LAPDm_Types_part_4.o
#8 17.22 CC LAPDm_Types_part_5.o
#8 17.23 CC LAPDm_Types_part_6.o
#8 17.23 CC LAPDm_Types_part_7.o
#8 17.23 CC Misc_Helpers_part_1.o
#8 17.24 CC Misc_Helpers_part_2.o
#8 17.24 CC Misc_Helpers_part_3.o
#8 17.25 CC Misc_Helpers_part_4.o
#8 17.25 CC Misc_Helpers_part_6.o
#8 17.25 CC Misc_Helpers_part_5.o
#8 17.25 CC Misc_Helpers_part_7.o
#8 17.25 CC MobileL3_CC_Types_part_1.o
#8 17.26 CC MobileL3_CC_Types_part_2.o
#8 17.27 CC MobileL3_CC_Types_part_3.o
#8 17.27 CC MobileL3_CC_Types_part_4.o
#8 17.28 CC MobileL3_CC_Types_part_5.o
#8 17.28 CC MobileL3_CC_Types_part_6.o
#8 17.29 CC MobileL3_CC_Types_part_7.o
#8 17.30 CC MobileL3_CommonIE_Types_part_1.o
#8 17.31 CC MobileL3_CommonIE_Types_part_2.o
#8 17.33 CC MobileL3_CommonIE_Types_part_3.o
#8 17.33 CC MobileL3_CommonIE_Types_part_4.o
#8 17.35 CC MobileL3_CommonIE_Types_part_5.o
#8 17.35 CC MobileL3_CommonIE_Types_part_6.o
#8 17.37 CC MobileL3_CommonIE_Types_part_7.o
#8 17.37 CC MobileL3_GMM_SM_Types_part_1.o
#8 17.40 CC MobileL3_GMM_SM_Types_part_2.o
#8 17.93 CC MobileL3_GMM_SM_Types_part_3.o
#8 18.11 CC MobileL3_GMM_SM_Types_part_4.o
#8 18.51 CC MobileL3_GMM_SM_Types_part_5.o
#8 19.14 CC MobileL3_GMM_SM_Types_part_6.o
#8 20.54 CC MobileL3_GMM_SM_Types_part_7.o
#8 20.86 CC MobileL3_MM_Types_part_1.o
#8 21.47 CC MobileL3_MM_Types_part_2.o
#8 21.51 CC MobileL3_MM_Types_part_3.o
#8 21.53 CC MobileL3_MM_Types_part_4.o
#8 21.55 CC MobileL3_MM_Types_part_5.o
#8 21.59 CC MobileL3_MM_Types_part_6.o
#8 21.62 CC MobileL3_MM_Types_part_7.o
#8 21.66 CC MobileL3_RRM_Types_part_1.o
#8 21.90 CC MobileL3_RRM_Types_part_2.o
#8 22.33 CC MobileL3_RRM_Types_part_3.o
#8 22.73 CC MobileL3_RRM_Types_part_4.o
#8 22.82 CC MobileL3_RRM_Types_part_5.o
#8 22.84 CC MobileL3_RRM_Types_part_6.o
#8 22.86 CC MobileL3_RRM_Types_part_7.o
#8 22.88 CC MobileL3_SMS_Types_part_1.o
#8 23.22 CC MobileL3_SMS_Types_part_2.o
#8 23.25 CC MobileL3_SMS_Types_part_3.o
#8 23.27 CC MobileL3_SMS_Types_part_4.o
#8 23.29 CC MobileL3_SMS_Types_part_5.o
#8 23.31 CC MobileL3_SMS_Types_part_6.o
#8 23.34 CC MobileL3_SMS_Types_part_7.o
#8 23.36 CC MobileL3_SS_Types_part_1.o
#8 23.38 CC MobileL3_SS_Types_part_2.o
#8 23.40 CC MobileL3_SS_Types_part_3.o
#8 23.42 CC MobileL3_SS_Types_part_4.o
#8 23.45 CC MobileL3_SS_Types_part_5.o
#8 23.51 CC MobileL3_SS_Types_part_6.o
#8 23.58 CC MobileL3_SS_Types_part_7.o
#8 23.63 CC MobileL3_Types_part_1.o
#8 23.68 CC MobileL3_Types_part_2.o
#8 23.72 CC MobileL3_Types_part_3.o
#8 23.74 CC MobileL3_Types_part_4.o
#8 23.77 CC MobileL3_Types_part_5.o
#8 23.79 CC MobileL3_Types_part_6.o
#8 23.81 CC MobileL3_Types_part_7.o
#8 23.83 CC Native_Functions_part_1.o
#8 23.85 CC Native_Functions_part_2.o
#8 23.88 CC Native_Functions_part_3.o
#8 23.90 CC Native_Functions_part_4.o
#8 23.92 CC Native_Functions_part_5.o
#8 23.94 CC Native_Functions_part_6.o
#8 23.96 CC Native_Functions_part_7.o
#8 23.98 CC OSMUX_CodecPort_part_1.o
#8 24.01 CC OSMUX_CodecPort_part_2.o
#8 24.03 CC OSMUX_CodecPort_part_3.o
#8 24.05 CC OSMUX_CodecPort_part_4.o
#8 24.07 CC OSMUX_CodecPort_part_5.o
#8 24.09 CC OSMUX_CodecPort_part_6.o
#8 24.12 CC OSMUX_CodecPort_part_7.o
#8 24.14 CC OSMUX_CodecPort_CtrlFunct_part_1.o
#8 24.16 CC OSMUX_CodecPort_CtrlFunct_part_2.o
#8 24.18 CC OSMUX_CodecPort_CtrlFunct_part_3.o
#8 24.20 CC OSMUX_CodecPort_CtrlFunct_part_4.o
#8 24.23 CC OSMUX_CodecPort_CtrlFunct_part_5.o
#8 24.25 CC OSMUX_CodecPort_CtrlFunct_part_6.o
#8 24.27 CC OSMUX_CodecPort_CtrlFunct_part_7.o
#8 24.29 CC OSMUX_Emulation_part_1.o
#8 24.31 CC OSMUX_Emulation_part_2.o
#8 24.34 CC OSMUX_Emulation_part_3.o
#8 24.36 CC OSMUX_Emulation_part_4.o
#8 24.38 CC OSMUX_Emulation_part_5.o
#8 24.42 CC OSMUX_Emulation_part_6.o
#8 24.44 CC OSMUX_Emulation_part_7.o
#8 24.47 CC OSMUX_Types_part_1.o
#8 24.49 CC OSMUX_Types_part_2.o
#8 24.51 CC OSMUX_Types_part_3.o
#8 24.55 CC OSMUX_Types_part_4.o
#8 24.57 CC OSMUX_Types_part_5.o
#8 24.59 CC OSMUX_Types_part_6.o
#8 24.61 CC OSMUX_Types_part_7.o
#8 24.64 CC Osmocom_CTRL_Adapter_part_1.o
#8 24.67 CC Osmocom_CTRL_Adapter_part_2.o
#8 24.72 CC Osmocom_CTRL_Adapter_part_3.o
#8 24.77 CC Osmocom_CTRL_Adapter_part_4.o
#8 24.82 CC Osmocom_CTRL_Adapter_part_5.o
#8 24.85 CC Osmocom_CTRL_Adapter_part_6.o
#8 24.87 CC Osmocom_CTRL_Adapter_part_7.o
#8 24.88 CC Osmocom_CTRL_Functions_part_1.o
#8 24.90 CC Osmocom_CTRL_Functions_part_2.o
#8 24.90 CC Osmocom_CTRL_Functions_part_3.o
#8 24.92 CC Osmocom_CTRL_Functions_part_4.o
#8 24.92 CC Osmocom_CTRL_Functions_part_5.o
#8 24.94 CC Osmocom_CTRL_Functions_part_6.o
#8 24.94 CC Osmocom_CTRL_Functions_part_7.o
#8 24.96 CC Osmocom_CTRL_Types_part_1.o
#8 24.97 CC Osmocom_CTRL_Types_part_2.o
#8 24.99 CC Osmocom_CTRL_Types_part_3.o
#8 24.99 CC Osmocom_CTRL_Types_part_4.o
#8 25.01 CC Osmocom_CTRL_Types_part_5.o
#8 25.01 CC Osmocom_CTRL_Types_part_6.o
#8 25.03 CC Osmocom_CTRL_Types_part_7.o
#8 25.03 CC Osmocom_Types_part_1.o
#8 25.05 CC Osmocom_Types_part_2.o
#8 25.05 CC Osmocom_Types_part_3.o
#8 25.07 CC Osmocom_Types_part_4.o
#8 25.08 CC Osmocom_Types_part_5.o
#8 25.10 CC Osmocom_Types_part_6.o
#8 25.10 CC Osmocom_Types_part_7.o
#8 25.12 CC Osmocom_VTY_Functions_part_1.o
#8 25.12 CC Osmocom_VTY_Functions_part_2.o
#8 25.14 CC Osmocom_VTY_Functions_part_3.o
#8 25.14 CC Osmocom_VTY_Functions_part_4.o
#8 25.16 CC Osmocom_VTY_Functions_part_5.o
#8 25.17 CC Osmocom_VTY_Functions_part_6.o
#8 25.19 CC Osmocom_VTY_Functions_part_7.o
#8 25.19 CC PCUIF_CodecPort_part_1.o
#8 25.21 CC PCUIF_CodecPort_part_2.o
#8 25.21 CC PCUIF_CodecPort_part_3.o
#8 25.23 CC PCUIF_CodecPort_part_4.o
#8 25.23 CC PCUIF_CodecPort_part_5.o
#8 25.25 CC PCUIF_CodecPort_part_6.o
#8 25.25 CC PCUIF_CodecPort_part_7.o
#8 25.27 CC PCUIF_Types_part_1.o
#8 25.27 CC PCUIF_Types_part_2.o
#8 25.31 CC PCUIF_Types_part_3.o
#8 25.35 CC PCUIF_Types_part_4.o
#8 25.37 CC PCUIF_Types_part_5.o
#8 25.39 CC PCUIF_Types_part_6.o
#8 25.41 CC PCUIF_Types_part_7.o
#8 25.41 CC RLCMAC_CSN1_Templates_part_1.o
#8 25.43 CC RLCMAC_CSN1_Templates_part_2.o
#8 25.44 CC RLCMAC_CSN1_Templates_part_3.o
#8 25.45 CC RLCMAC_CSN1_Templates_part_4.o
#8 25.46 CC RLCMAC_CSN1_Templates_part_5.o
#8 25.47 CC RLCMAC_CSN1_Templates_part_6.o
#8 25.48 CC RLCMAC_CSN1_Templates_part_7.o
#8 25.49 CC RLCMAC_CSN1_Types_part_1.o
#8 25.49 CC RLCMAC_CSN1_Types_part_2.o
#8 25.50 CC RLCMAC_CSN1_Types_part_3.o
#8 25.69 CC RLCMAC_CSN1_Types_part_4.o
#8 25.84 CC RLCMAC_CSN1_Types_part_5.o
#8 26.00 CC RLCMAC_CSN1_Types_part_6.o
#8 26.02 CC RLCMAC_CSN1_Types_part_7.o
#8 26.05 CC RLCMAC_Templates_part_1.o
#8 26.07 CC RLCMAC_Templates_part_2.o
#8 26.09 CC RLCMAC_Templates_part_3.o
#8 26.11 CC RLCMAC_Templates_part_4.o
#8 26.13 CC RLCMAC_Templates_part_5.o
#8 26.16 CC RLCMAC_Templates_part_6.o
#8 26.18 CC RLCMAC_Templates_part_7.o
#8 26.20 CC RLCMAC_Types_part_1.o
#8 26.36 CC RLCMAC_Types_part_2.o
#8 26.40 CC RLCMAC_Types_part_3.o
#8 26.41 CC RLCMAC_Types_part_4.o
#8 26.42 CC RLCMAC_Types_part_5.o
#8 26.44 CC RLCMAC_Types_part_6.o
#8 26.44 CC RLCMAC_Types_part_7.o
#8 26.44 CC RSL_Emulation_part_1.o
#8 26.45 CC RSL_Emulation_part_2.o
#8 26.46 CC RSL_Emulation_part_3.o
#8 26.46 CC RSL_Emulation_part_4.o
#8 26.46 CC RSL_Emulation_part_5.o
#8 26.48 CC RSL_Emulation_part_6.o
#8 26.48 CC RSL_Emulation_part_7.o
#8 26.48 CC RSL_Types_part_1.o
#8 26.48 CC RSL_Types_part_2.o
#8 26.50 CC RSL_Types_part_3.o
#8 26.51 CC RSL_Types_part_4.o
#8 26.52 CC RSL_Types_part_5.o
#8 26.54 CC RSL_Types_part_6.o
#8 26.55 CC RSL_Types_part_7.o
#8 26.56 CC RTP_CodecPort_part_1.o
#8 26.57 CC RTP_CodecPort_part_2.o
#8 26.58 CC RTP_CodecPort_part_3.o
#8 26.60 CC RTP_CodecPort_part_4.o
#8 26.61 CC RTP_CodecPort_part_5.o
#8 26.62 CC RTP_CodecPort_part_6.o
#8 26.63 CC RTP_CodecPort_part_7.o
#8 26.65 CC RTP_CodecPort_CtrlFunct_part_1.o
#8 26.67 CC RTP_CodecPort_CtrlFunct_part_2.o
#8 26.67 CC RTP_CodecPort_CtrlFunct_part_3.o
#8 26.69 CC RTP_CodecPort_CtrlFunct_part_4.o
#8 26.69 CC RTP_CodecPort_CtrlFunct_part_5.o
#8 26.70 CC RTP_CodecPort_CtrlFunct_part_6.o
#8 26.71 CC RTP_CodecPort_CtrlFunct_part_7.o
#8 26.72 CC RTP_Emulation_part_1.o
#8 26.72 CC RTP_Emulation_part_2.o
#8 26.73 CC RTP_Emulation_part_3.o
#8 26.74 CC RTP_Emulation_part_4.o
#8 26.74 CC RTP_Emulation_part_5.o
#8 26.76 CC RTP_Emulation_part_6.o
#8 26.76 CC RTP_Emulation_part_7.o
#8 26.77 CC RTP_Types_part_1.o
#8 26.79 CC RTP_Types_part_2.o
#8 26.79 CC RTP_Types_part_3.o
#8 26.81 CC RTP_Types_part_4.o
#8 26.81 CC RTP_Types_part_5.o
#8 26.83 CC RTP_Types_part_6.o
#8 26.83 CC RTP_Types_part_7.o
#8 26.89 CC Socket_API_Definitions_part_2.o
#8 26.89 CC Socket_API_Definitions_part_1.o
#8 26.91 CC Socket_API_Definitions_part_3.o
#8 26.91 CC Socket_API_Definitions_part_4.o
#8 26.93 CC Socket_API_Definitions_part_5.o
#8 26.93 CC Socket_API_Definitions_part_6.o
#8 26.96 CC Socket_API_Definitions_part_7.o
#8 26.97 CC TCCConversion_Functions_part_1.o
#8 26.99 CC TCCConversion_Functions_part_2.o
#8 27.02 CC TCCConversion_Functions_part_3.o
#8 27.03 CC TCCConversion_Functions_part_4.o
#8 27.06 CC TCCConversion_Functions_part_5.o
#8 27.06 CC TCCConversion_Functions_part_6.o
#8 27.09 CC TCCConversion_Functions_part_7.o
#8 27.09 CC TCCInterface_Functions_part_1.o
#8 27.12 CC TCCInterface_Functions_part_2.o
#8 27.13 CC TCCInterface_Functions_part_3.o
#8 27.15 CC TCCInterface_Functions_part_4.o
#8 27.17 CC TCCInterface_Functions_part_5.o
#8 27.17 CC TCCInterface_Functions_part_6.o
#8 27.19 CC TCCInterface_Functions_part_7.o
#8 27.19 CC TELNETasp_PortType_part_1.o
#8 27.20 CC TELNETasp_PortType_part_2.o
#8 27.22 CC TELNETasp_PortType_part_3.o
#8 27.22 CC TELNETasp_PortType_part_4.o
#8 27.22 CC TELNETasp_PortType_part_5.o
#8 27.23 CC TELNETasp_PortType_part_6.o
#8 27.24 CC TELNETasp_PortType_part_7.o
#8 27.24 CC TRXC_CodecPort_part_1.o
#8 27.24 CC TRXC_CodecPort_part_2.o
#8 27.25 CC TRXC_CodecPort_part_3.o
#8 27.26 CC TRXC_CodecPort_part_4.o
#8 27.26 CC TRXC_CodecPort_part_5.o
#8 27.26 CC TRXC_CodecPort_part_6.o
#8 27.26 CC TRXC_CodecPort_part_7.o
#8 27.28 CC TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.28 CC TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.28 CC TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.28 CC TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.30 CC TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.30 CC TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.30 CC TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.31 CC TRXC_Types_part_1.o
#8 27.32 CC TRXC_Types_part_2.o
#8 27.32 CC TRXC_Types_part_3.o
#8 27.32 CC TRXC_Types_part_4.o
#8 27.33 CC TRXC_Types_part_5.o
#8 27.34 CC TRXC_Types_part_6.o
#8 27.34 CC TRXC_Types_part_7.o
#8 27.35 CC UD_PortType_part_1.o
#8 27.35 CC UD_PortType_part_2.o
#8 27.36 CC UD_PortType_part_3.o
#8 27.36 CC UD_PortType_part_4.o
#8 27.37 CC UD_PortType_part_5.o
#8 27.37 CC UD_PortType_part_6.o
#8 27.38 CC UD_PortType_part_7.o
#8 27.39 CC UD_Types_part_1.o
#8 27.39 CC UD_Types_part_2.o
#8 27.39 CC UD_Types_part_3.o
#8 27.40 CC UD_Types_part_4.o
#8 27.41 CC UD_Types_part_5.o
#8 27.41 CC UD_Types_part_6.o
#8 27.41 CC UD_Types_part_7.o
#8 27.42 CC IPA_Emulation.o
#8 27.43 CC IPA_Emulation_part_1.o
#8 27.43 CC IPA_Emulation_part_2.o
#8 27.44 CC IPA_Emulation_part_3.o
#8 27.45 CC IPA_Emulation_part_4.o
#8 27.45 CC IPA_Emulation_part_5.o
#8 27.46 CC IPA_Emulation_part_6.o
#8 27.47 CC IPA_Emulation_part_7.o
#8 27.48 CC IPA_CodecPort_CtrlFunctDef.o
#8 27.49 CC IPL4asp_PT.o
#8 27.49 CC IPL4asp_discovery.o
#8 27.60 CC IuUP_EncDec.o
#8 28.27 CC L1CTL_PortType_CtrlFunctDef.o
#8 28.31 CC Native_FunctionDefs.o
#8 28.38 CC OSMUX_CodecPort_CtrlFunctDef.o
#8 28.43 CC RLCMAC_EncDec.o
#8 28.52 CC RTP_CodecPort_CtrlFunctDef.o
#8 28.62 CC RTP_EncDec.o
#8 28.84 CC TCCConversion.o
#8 29.23 CC TCCInterface.o
#8 29.41 CC TELNETasp_PT.o
#8 29.43 CC TRXC_CodecPort_CtrlFunctDef.o
#8 29.43 CC UD_PT.o
#8 29.60 CCLD AMR_Types.so
#8 29.70 CCLD AbisOML_Types.so
#8 29.74 CCLD BTS_Tests.so
#8 29.91 CCLD BTS_Tests_ASCI.so
#8 29.95 CCLD BTS_Tests_LAPDm.so
#8 30.01 CCLD BTS_Tests_OML.so
#8 30.05 CCLD BTS_Tests_SMSCB.so
#8 30.08 CCLD BTS_Tests_VAMOS.so
#8 30.09 CCLD BTS_Tests_perf.so
#8 30.20 CCLD GSM_RR_Types.so
#8 30.23 CCLD GSM_RestOctets.so
#8 30.25 CCLD GSM_SystemInformation.so
#8 30.27 CCLD GSM_Types.so
#8 30.30 CCLD General_Types.so
#8 30.32 CCLD IPA_CodecPort.so
#8 30.40 CCLD IPA_CodecPort_CtrlFunct.so
#8 30.42 CCLD IPA_Testing.so
#8 30.43 CCLD IPA_Types.so
#8 30.44 CCLD IPL4asp_Functions.so
#8 30.45 CCLD IPL4asp_PortType.so
#8 30.48 CCLD IPL4asp_Types.so
#8 30.49 CCLD IuUP_Emulation.so
#8 30.50 CCLD IuUP_Types.so
#8 30.55 CCLD L1CTL_PortType.so
#8 30.59 CCLD L1CTL_PortType_CtrlFunct.so
#8 30.59 CCLD L1CTL_Types.so
#8 30.60 CCLD L3_Common.so
#8 30.61 CCLD L3_Templates.so
#8 30.61 CCLD LAPDm_RAW_PT.so
#8 30.61 CCLD LAPDm_Types.so
#8 30.65 CCLD Misc_Helpers.so
#8 30.69 CCLD MobileL3_CC_Types.so
#8 30.72 CCLD MobileL3_CommonIE_Types.so
#8 30.72 CCLD MobileL3_GMM_SM_Types.so
#8 30.72 CCLD MobileL3_MM_Types.so
#8 30.74 CCLD MobileL3_RRM_Types.so
#8 30.77 CCLD MobileL3_SMS_Types.so
#8 30.80 CCLD MobileL3_SS_Types.so
#8 30.81 CCLD MobileL3_Types.so
#8 30.85 CCLD Native_Functions.so
#8 30.85 CCLD OSMUX_CodecPort.so
#8 30.86 CCLD OSMUX_CodecPort_CtrlFunct.so
#8 30.88 CCLD OSMUX_Emulation.so
#8 30.94 CCLD OSMUX_Types.so
#8 30.94 CCLD Osmocom_CTRL_Adapter.so
#8 30.95 CCLD Osmocom_CTRL_Functions.so
#8 30.96 CCLD Osmocom_CTRL_Types.so
#8 30.97 CCLD Osmocom_Types.so
#8 30.98 CCLD Osmocom_VTY_Functions.so
#8 30.98 CCLD PCUIF_CodecPort.so
#8 30.99 CCLD PCUIF_Types.so
#8 31.05 CCLD RLCMAC_CSN1_Templates.so
#8 31.06 CCLD RLCMAC_CSN1_Types.so
#8 31.06 CCLD RLCMAC_Templates.so
#8 31.08 CCLD RLCMAC_Types.so
#8 31.13 CCLD RSL_Emulation.so
#8 31.16 CCLD RSL_Types.so
#8 31.18 CCLD RTP_CodecPort.so
#8 31.18 CCLD RTP_CodecPort_CtrlFunct.so
#8 31.19 CCLD RTP_Emulation.so
#8 31.19 CCLD RTP_Types.so
#8 31.23 CCLD Socket_API_Definitions.so
#8 31.24 CCLD TCCConversion_Functions.so
#8 31.24 CCLD TCCInterface_Functions.so
#8 31.29 CCLD TELNETasp_PortType.so
#8 31.31 CCLD TRXC_CodecPort.so
#8 31.31 CCLD TRXC_CodecPort_CtrlFunct.so
#8 31.32 CCLD TRXC_Types.so
#8 31.33 CCLD UD_PortType.so
#8 31.35 CCLD UD_Types.so
#8 31.36 CCLD AMR_Types_part_1.so
#8 31.38 CCLD AMR_Types_part_2.so
#8 31.38 CCLD AMR_Types_part_3.so
#8 31.39 CCLD AMR_Types_part_4.so
#8 31.41 CCLD AMR_Types_part_5.so
#8 31.41 CCLD AMR_Types_part_6.so
#8 31.41 CCLD AMR_Types_part_7.so
#8 31.41 CCLD AbisOML_Types_part_1.so
#8 31.42 CCLD AbisOML_Types_part_2.so
#8 31.43 CCLD AbisOML_Types_part_3.so
#8 31.43 CCLD AbisOML_Types_part_4.so
#8 31.44 CCLD AbisOML_Types_part_5.so
#8 31.44 CCLD AbisOML_Types_part_6.so
#8 31.44 CCLD AbisOML_Types_part_7.so
#8 31.45 CCLD BTS_Tests_part_1.so
#8 31.45 CCLD BTS_Tests_part_2.so
#8 31.46 CCLD BTS_Tests_part_3.so
#8 31.46 CCLD BTS_Tests_part_4.so
#8 31.46 CCLD BTS_Tests_part_5.so
#8 31.47 CCLD BTS_Tests_part_6.so
#8 31.48 CCLD BTS_Tests_part_7.so
#8 31.48 CCLD BTS_Tests_ASCI_part_1.so
#8 31.48 CCLD BTS_Tests_ASCI_part_2.so
#8 31.48 CCLD BTS_Tests_ASCI_part_3.so
#8 31.49 CCLD BTS_Tests_ASCI_part_4.so
#8 31.51 CCLD BTS_Tests_ASCI_part_5.so
#8 31.51 CCLD BTS_Tests_ASCI_part_6.so
#8 31.51 CCLD BTS_Tests_ASCI_part_7.so
#8 31.51 CCLD BTS_Tests_LAPDm_part_1.so
#8 31.51 CCLD BTS_Tests_LAPDm_part_2.so
#8 31.51 CCLD BTS_Tests_LAPDm_part_3.so
#8 31.51 CCLD BTS_Tests_LAPDm_part_4.so
#8 31.51 CCLD BTS_Tests_LAPDm_part_5.so
#8 31.53 CCLD BTS_Tests_LAPDm_part_6.so
#8 31.54 CCLD BTS_Tests_LAPDm_part_7.so
#8 31.54 CCLD BTS_Tests_OML_part_1.so
#8 31.54 CCLD BTS_Tests_OML_part_2.so
#8 31.54 CCLD BTS_Tests_OML_part_3.so
#8 31.54 CCLD BTS_Tests_OML_part_4.so
#8 31.54 CCLD BTS_Tests_OML_part_5.so
#8 31.54 CCLD BTS_Tests_OML_part_6.so
#8 31.54 CCLD BTS_Tests_OML_part_7.so
#8 31.56 CCLD BTS_Tests_SMSCB_part_1.so
#8 31.56 CCLD BTS_Tests_SMSCB_part_2.so
#8 31.56 CCLD BTS_Tests_SMSCB_part_3.so
#8 31.56 CCLD BTS_Tests_SMSCB_part_4.so
#8 31.56 CCLD BTS_Tests_SMSCB_part_5.so
#8 31.57 CCLD BTS_Tests_SMSCB_part_6.so
#8 31.57 CCLD BTS_Tests_SMSCB_part_7.so
#8 31.57 CCLD BTS_Tests_VAMOS_part_1.so
#8 31.57 CCLD BTS_Tests_VAMOS_part_2.so
#8 31.57 CCLD BTS_Tests_VAMOS_part_3.so
#8 31.58 CCLD BTS_Tests_VAMOS_part_4.so
#8 31.58 CCLD BTS_Tests_VAMOS_part_5.so
#8 31.59 CCLD BTS_Tests_VAMOS_part_6.so
#8 31.59 CCLD BTS_Tests_VAMOS_part_7.so
#8 31.59 CCLD BTS_Tests_perf_part_1.so
#8 31.60 CCLD BTS_Tests_perf_part_2.so
#8 31.60 CCLD BTS_Tests_perf_part_3.so
#8 31.60 CCLD BTS_Tests_perf_part_4.so
#8 31.60 CCLD BTS_Tests_perf_part_5.so
#8 31.60 CCLD BTS_Tests_perf_part_6.so
#8 31.60 CCLD BTS_Tests_perf_part_7.so
#8 31.61 CCLD GSM_RR_Types_part_1.so
#8 31.61 CCLD GSM_RR_Types_part_2.so
#8 31.61 CCLD GSM_RR_Types_part_3.so
#8 31.63 CCLD GSM_RR_Types_part_4.so
#8 31.63 CCLD GSM_RR_Types_part_5.so
#8 31.63 CCLD GSM_RR_Types_part_6.so
#8 31.63 CCLD GSM_RR_Types_part_7.so
#8 31.63 CCLD GSM_RestOctets_part_1.so
#8 31.63 CCLD GSM_RestOctets_part_2.so
#8 31.63 CCLD GSM_RestOctets_part_3.so
#8 31.65 CCLD GSM_RestOctets_part_4.so
#8 31.67 CCLD GSM_RestOctets_part_5.so
#8 31.67 CCLD GSM_RestOctets_part_6.so
#8 31.67 CCLD GSM_RestOctets_part_7.so
#8 31.67 CCLD GSM_SystemInformation_part_1.so
#8 31.67 CCLD GSM_SystemInformation_part_2.so
#8 31.70 CCLD GSM_SystemInformation_part_3.so
#8 31.70 CCLD GSM_SystemInformation_part_4.so
#8 31.70 CCLD GSM_SystemInformation_part_5.so
#8 31.70 CCLD GSM_SystemInformation_part_6.so
#8 31.70 CCLD GSM_SystemInformation_part_7.so
#8 31.71 CCLD GSM_Types_part_1.so
#8 31.71 CCLD GSM_Types_part_2.so
#8 31.73 CCLD GSM_Types_part_3.so
#8 31.73 CCLD GSM_Types_part_4.so
#8 31.73 CCLD GSM_Types_part_5.so
#8 31.73 CCLD GSM_Types_part_6.so
#8 31.73 CCLD GSM_Types_part_7.so
#8 31.75 CCLD General_Types_part_1.so
#8 31.75 CCLD General_Types_part_2.so
#8 31.75 CCLD General_Types_part_3.so
#8 31.75 CCLD General_Types_part_4.so
#8 31.75 CCLD General_Types_part_5.so
#8 31.75 CCLD General_Types_part_6.so
#8 31.76 CCLD General_Types_part_7.so
#8 31.76 CCLD IPA_CodecPort_part_1.so
#8 31.77 CCLD IPA_CodecPort_part_2.so
#8 31.77 CCLD IPA_CodecPort_part_3.so
#8 31.78 CCLD IPA_CodecPort_part_4.so
#8 31.78 CCLD IPA_CodecPort_part_5.so
#8 31.78 CCLD IPA_CodecPort_part_6.so
#8 31.78 CCLD IPA_CodecPort_part_7.so
#8 31.78 CCLD IPA_CodecPort_CtrlFunct_part_1.so
#8 31.79 CCLD IPA_CodecPort_CtrlFunct_part_2.so
#8 31.80 CCLD IPA_CodecPort_CtrlFunct_part_3.so
#8 31.80 CCLD IPA_CodecPort_CtrlFunct_part_4.so
#8 31.80 CCLD IPA_CodecPort_CtrlFunct_part_5.so
#8 31.80 CCLD IPA_CodecPort_CtrlFunct_part_6.so
#8 31.80 CCLD IPA_CodecPort_CtrlFunct_part_7.so
#8 31.80 CCLD IPA_Testing_part_1.so
#8 31.80 CCLD IPA_Testing_part_2.so
#8 31.80 CCLD IPA_Testing_part_3.so
#8 31.82 CCLD IPA_Testing_part_4.so
#8 31.82 CCLD IPA_Testing_part_5.so
#8 31.82 CCLD IPA_Testing_part_6.so
#8 31.82 CCLD IPA_Testing_part_7.so
#8 31.82 CCLD IPA_Types_part_1.so
#8 31.82 CCLD IPA_Types_part_2.so
#8 31.83 CCLD IPA_Types_part_3.so
#8 31.83 CCLD IPA_Types_part_4.so
#8 31.83 CCLD IPA_Types_part_5.so
#8 31.83 CCLD IPA_Types_part_6.so
#8 31.83 CCLD IPA_Types_part_7.so
#8 31.84 CCLD IPL4asp_Functions_part_1.so
#8 31.84 CCLD IPL4asp_Functions_part_2.so
#8 31.84 CCLD IPL4asp_Functions_part_3.so
#8 31.85 CCLD IPL4asp_Functions_part_4.so
#8 31.85 CCLD IPL4asp_Functions_part_5.so
#8 31.86 CCLD IPL4asp_Functions_part_6.so
#8 31.86 CCLD IPL4asp_Functions_part_7.so
#8 31.86 CCLD IPL4asp_PortType_part_1.so
#8 31.86 CCLD IPL4asp_PortType_part_2.so
#8 31.86 CCLD IPL4asp_PortType_part_3.so
#8 31.87 CCLD IPL4asp_PortType_part_4.so
#8 31.87 CCLD IPL4asp_PortType_part_5.so
#8 31.87 CCLD IPL4asp_PortType_part_6.so
#8 31.87 CCLD IPL4asp_PortType_part_7.so
#8 31.88 CCLD IPL4asp_Types_part_1.so
#8 31.88 CCLD IPL4asp_Types_part_2.so
#8 31.88 CCLD IPL4asp_Types_part_3.so
#8 31.88 CCLD IPL4asp_Types_part_4.so
#8 31.89 CCLD IPL4asp_Types_part_5.so
#8 31.89 CCLD IPL4asp_Types_part_6.so
#8 31.89 CCLD IPL4asp_Types_part_7.so
#8 31.89 CCLD IuUP_Emulation_part_1.so
#8 31.89 CCLD IuUP_Emulation_part_2.so
#8 31.90 CCLD IuUP_Emulation_part_3.so
#8 31.90 CCLD IuUP_Emulation_part_4.so
#8 31.91 CCLD IuUP_Emulation_part_5.so
#8 31.91 CCLD IuUP_Emulation_part_6.so
#8 31.91 CCLD IuUP_Emulation_part_7.so
#8 31.91 CCLD IuUP_Types_part_1.so
#8 31.92 CCLD IuUP_Types_part_2.so
#8 31.92 CCLD IuUP_Types_part_3.so
#8 31.92 CCLD IuUP_Types_part_4.so
#8 31.94 CCLD IuUP_Types_part_5.so
#8 31.94 CCLD IuUP_Types_part_6.so
#8 31.94 CCLD IuUP_Types_part_7.so
#8 31.94 CCLD L1CTL_PortType_part_1.so
#8 31.94 CCLD L1CTL_PortType_part_2.so
#8 31.94 CCLD L1CTL_PortType_part_3.so
#8 31.94 CCLD L1CTL_PortType_part_4.so
#8 31.94 CCLD L1CTL_PortType_part_5.so
#8 31.94 CCLD L1CTL_PortType_part_6.so
#8 31.95 CCLD L1CTL_PortType_part_7.so
#8 31.96 CCLD L1CTL_PortType_CtrlFunct_part_1.so
#8 31.97 CCLD L1CTL_PortType_CtrlFunct_part_2.so
#8 31.97 CCLD L1CTL_PortType_CtrlFunct_part_3.so
#8 31.97 CCLD L1CTL_PortType_CtrlFunct_part_4.so
#8 31.97 CCLD L1CTL_PortType_CtrlFunct_part_5.so
#8 31.97 CCLD L1CTL_PortType_CtrlFunct_part_6.so
#8 31.97 CCLD L1CTL_PortType_CtrlFunct_part_7.so
#8 31.97 CCLD L1CTL_Types_part_1.so
#8 31.97 CCLD L1CTL_Types_part_2.so
#8 31.97 CCLD L1CTL_Types_part_3.so
#8 31.97 CCLD L1CTL_Types_part_4.so
#8 31.99 CCLD L1CTL_Types_part_5.so
#8 32.00 CCLD L1CTL_Types_part_6.so
#8 32.00 CCLD L1CTL_Types_part_7.so
#8 32.00 CCLD L3_Common_part_1.so
#8 32.00 CCLD L3_Common_part_2.so
#8 32.00 CCLD L3_Common_part_3.so
#8 32.00 CCLD L3_Common_part_4.so
#8 32.00 CCLD L3_Common_part_5.so
#8 32.00 CCLD L3_Common_part_6.so
#8 32.00 CCLD L3_Common_part_7.so
#8 32.00 CCLD L3_Templates_part_1.so
#8 32.02 CCLD L3_Templates_part_2.so
#8 32.02 CCLD L3_Templates_part_3.so
#8 32.03 CCLD L3_Templates_part_4.so
#8 32.03 CCLD L3_Templates_part_5.so
#8 32.03 CCLD L3_Templates_part_6.so
#8 32.03 CCLD L3_Templates_part_7.so
#8 32.03 CCLD LAPDm_RAW_PT_part_1.so
#8 32.03 CCLD LAPDm_RAW_PT_part_2.so
#8 32.03 CCLD LAPDm_RAW_PT_part_3.so
#8 32.03 CCLD LAPDm_RAW_PT_part_4.so
#8 32.03 CCLD LAPDm_RAW_PT_part_5.so
#8 32.05 CCLD LAPDm_RAW_PT_part_6.so
#8 32.05 CCLD LAPDm_RAW_PT_part_7.so
#8 32.05 CCLD LAPDm_Types_part_1.so
#8 32.05 CCLD LAPDm_Types_part_2.so
#8 32.05 CCLD LAPDm_Types_part_3.so
#8 32.06 CCLD LAPDm_Types_part_4.so
#8 32.06 CCLD LAPDm_Types_part_5.so
#8 32.06 CCLD LAPDm_Types_part_6.so
#8 32.06 CCLD LAPDm_Types_part_7.so
#8 32.06 CCLD Misc_Helpers_part_1.so
#8 32.08 CCLD Misc_Helpers_part_2.so
#8 32.08 CCLD Misc_Helpers_part_3.so
#8 32.08 CCLD Misc_Helpers_part_4.so
#8 32.08 CCLD Misc_Helpers_part_5.so
#8 32.08 CCLD Misc_Helpers_part_6.so
#8 32.08 CCLD Misc_Helpers_part_7.so
#8 32.08 CCLD MobileL3_CC_Types_part_1.so
#8 32.09 CCLD MobileL3_CC_Types_part_2.so
#8 32.09 CCLD MobileL3_CC_Types_part_3.so
#8 32.09 CCLD MobileL3_CC_Types_part_4.so
#8 32.10 CCLD MobileL3_CC_Types_part_5.so
#8 32.11 CCLD MobileL3_CC_Types_part_7.so
#8 32.11 CCLD MobileL3_CC_Types_part_6.so
#8 32.11 CCLD MobileL3_CommonIE_Types_part_1.so
#8 32.11 CCLD MobileL3_CommonIE_Types_part_2.so
#8 32.11 CCLD MobileL3_CommonIE_Types_part_3.so
#8 32.12 CCLD MobileL3_CommonIE_Types_part_4.so
#8 32.12 CCLD MobileL3_CommonIE_Types_part_5.so
#8 32.13 CCLD MobileL3_CommonIE_Types_part_6.so
#8 32.13 CCLD MobileL3_CommonIE_Types_part_7.so
#8 32.14 CCLD MobileL3_GMM_SM_Types_part_1.so
#8 32.14 CCLD MobileL3_GMM_SM_Types_part_2.so
#8 32.14 CCLD MobileL3_GMM_SM_Types_part_3.so
#8 32.14 CCLD MobileL3_GMM_SM_Types_part_4.so
#8 32.15 CCLD MobileL3_GMM_SM_Types_part_5.so
#8 32.15 CCLD MobileL3_GMM_SM_Types_part_6.so
#8 32.15 CCLD MobileL3_GMM_SM_Types_part_7.so
#8 32.19 CCLD MobileL3_MM_Types_part_1.so
#8 32.22 CCLD MobileL3_MM_Types_part_2.so
#8 32.25 CCLD MobileL3_MM_Types_part_3.so
#8 32.28 CCLD MobileL3_MM_Types_part_4.so
#8 32.30 CCLD MobileL3_MM_Types_part_5.so
#8 32.31 CCLD MobileL3_MM_Types_part_6.so
#8 32.32 CCLD MobileL3_MM_Types_part_7.so
#8 32.32 CCLD MobileL3_RRM_Types_part_1.so
#8 32.32 CCLD MobileL3_RRM_Types_part_2.so
#8 32.32 CCLD MobileL3_RRM_Types_part_3.so
#8 32.32 CCLD MobileL3_RRM_Types_part_4.so
#8 32.33 CCLD MobileL3_RRM_Types_part_5.so
#8 32.33 CCLD MobileL3_RRM_Types_part_6.so
#8 32.34 CCLD MobileL3_RRM_Types_part_7.so
#8 32.35 CCLD MobileL3_SMS_Types_part_1.so
#8 32.35 CCLD MobileL3_SMS_Types_part_2.so
#8 32.35 CCLD MobileL3_SMS_Types_part_3.so
#8 32.35 CCLD MobileL3_SMS_Types_part_4.so
#8 32.35 CCLD MobileL3_SMS_Types_part_5.so
#8 32.36 CCLD MobileL3_SMS_Types_part_6.so
#8 32.37 CCLD MobileL3_SMS_Types_part_7.so
#8 32.37 CCLD MobileL3_SS_Types_part_1.so
#8 32.38 CCLD MobileL3_SS_Types_part_2.so
#8 32.38 CCLD MobileL3_SS_Types_part_3.so
#8 32.38 CCLD MobileL3_SS_Types_part_4.so
#8 32.38 CCLD MobileL3_SS_Types_part_5.so
#8 32.39 CCLD MobileL3_SS_Types_part_6.so
#8 32.39 CCLD MobileL3_SS_Types_part_7.so
#8 32.40 CCLD MobileL3_Types_part_1.so
#8 32.41 CCLD MobileL3_Types_part_2.so
#8 32.41 CCLD MobileL3_Types_part_3.so
#8 32.41 CCLD MobileL3_Types_part_4.so
#8 32.41 CCLD MobileL3_Types_part_6.so
#8 32.41 CCLD MobileL3_Types_part_5.so
#8 32.42 CCLD MobileL3_Types_part_7.so
#8 32.43 CCLD Native_Functions_part_1.so
#8 32.43 CCLD Native_Functions_part_2.so
#8 32.43 CCLD Native_Functions_part_3.so
#8 32.43 CCLD Native_Functions_part_4.so
#8 32.44 CCLD Native_Functions_part_5.so
#8 32.44 CCLD Native_Functions_part_6.so
#8 32.44 CCLD Native_Functions_part_7.so
#8 32.47 CCLD OSMUX_CodecPort_part_1.so
#8 32.47 CCLD OSMUX_CodecPort_part_2.so
#8 32.47 CCLD OSMUX_CodecPort_part_3.so
#8 32.47 CCLD OSMUX_CodecPort_part_4.so
#8 32.47 CCLD OSMUX_CodecPort_part_5.so
#8 32.47 CCLD OSMUX_CodecPort_part_6.so
#8 32.47 CCLD OSMUX_CodecPort_part_7.so
#8 32.47 CCLD OSMUX_CodecPort_CtrlFunct_part_1.so
#8 32.47 CCLD OSMUX_CodecPort_CtrlFunct_part_2.so
#8 32.47 CCLD OSMUX_CodecPort_CtrlFunct_part_3.so
#8 32.49 CCLD OSMUX_CodecPort_CtrlFunct_part_4.so
#8 32.49 CCLD OSMUX_CodecPort_CtrlFunct_part_5.so
#8 32.49 CCLD OSMUX_CodecPort_CtrlFunct_part_6.so
#8 32.49 CCLD OSMUX_CodecPort_CtrlFunct_part_7.so
#8 32.49 CCLD OSMUX_Emulation_part_1.so
#8 32.49 CCLD OSMUX_Emulation_part_2.so
#8 32.50 CCLD OSMUX_Emulation_part_3.so
#8 32.50 CCLD OSMUX_Emulation_part_4.so
#8 32.50 CCLD OSMUX_Emulation_part_5.so
#8 32.50 CCLD OSMUX_Emulation_part_6.so
#8 32.50 CCLD OSMUX_Emulation_part_7.so
#8 32.51 CCLD OSMUX_Types_part_1.so
#8 32.51 CCLD OSMUX_Types_part_2.so
#8 32.52 CCLD OSMUX_Types_part_3.so
#8 32.52 CCLD OSMUX_Types_part_4.so
#8 32.52 CCLD OSMUX_Types_part_5.so
#8 32.52 CCLD OSMUX_Types_part_6.so
#8 32.52 CCLD OSMUX_Types_part_7.so
#8 32.52 CCLD Osmocom_CTRL_Adapter_part_1.so
#8 32.52 CCLD Osmocom_CTRL_Adapter_part_2.so
#8 32.52 CCLD Osmocom_CTRL_Adapter_part_3.so
#8 32.52 CCLD Osmocom_CTRL_Adapter_part_4.so
#8 32.52 CCLD Osmocom_CTRL_Adapter_part_5.so
#8 32.53 CCLD Osmocom_CTRL_Adapter_part_6.so
#8 32.54 CCLD Osmocom_CTRL_Adapter_part_7.so
#8 32.54 CCLD Osmocom_CTRL_Functions_part_1.so
#8 32.54 CCLD Osmocom_CTRL_Functions_part_2.so
#8 32.55 CCLD Osmocom_CTRL_Functions_part_3.so
#8 32.55 CCLD Osmocom_CTRL_Functions_part_4.so
#8 32.55 CCLD Osmocom_CTRL_Functions_part_5.so
#8 32.55 CCLD Osmocom_CTRL_Functions_part_6.so
#8 32.55 CCLD Osmocom_CTRL_Functions_part_7.so
#8 32.55 CCLD Osmocom_CTRL_Types_part_1.so
#8 32.55 CCLD Osmocom_CTRL_Types_part_2.so
#8 32.57 CCLD Osmocom_CTRL_Types_part_3.so
#8 32.57 CCLD Osmocom_CTRL_Types_part_4.so
#8 32.57 CCLD Osmocom_CTRL_Types_part_5.so
#8 32.57 CCLD Osmocom_CTRL_Types_part_6.so
#8 32.57 CCLD Osmocom_CTRL_Types_part_7.so
#8 32.57 CCLD Osmocom_Types_part_1.so
#8 32.57 CCLD Osmocom_Types_part_2.so
#8 32.58 CCLD Osmocom_Types_part_3.so
#8 32.58 CCLD Osmocom_Types_part_4.so
#8 32.58 CCLD Osmocom_Types_part_5.so
#8 32.58 CCLD Osmocom_Types_part_6.so
#8 32.58 CCLD Osmocom_Types_part_7.so
#8 32.60 CCLD Osmocom_VTY_Functions_part_1.so
#8 32.61 CCLD Osmocom_VTY_Functions_part_2.so
#8 32.61 CCLD Osmocom_VTY_Functions_part_3.so
#8 32.61 CCLD Osmocom_VTY_Functions_part_4.so
#8 32.61 CCLD Osmocom_VTY_Functions_part_5.so
#8 32.61 CCLD Osmocom_VTY_Functions_part_6.so
#8 32.61 CCLD Osmocom_VTY_Functions_part_7.so
#8 32.61 CCLD PCUIF_CodecPort_part_1.so
#8 32.61 CCLD PCUIF_CodecPort_part_2.so
#8 32.61 CCLD PCUIF_CodecPort_part_3.so
#8 32.61 CCLD PCUIF_CodecPort_part_4.so
#8 32.61 CCLD PCUIF_CodecPort_part_5.so
#8 32.62 CCLD PCUIF_CodecPort_part_6.so
#8 32.63 CCLD PCUIF_CodecPort_part_7.so
#8 32.63 CCLD PCUIF_Types_part_1.so
#8 32.63 CCLD PCUIF_Types_part_3.so
#8 32.63 CCLD PCUIF_Types_part_2.so
#8 32.63 CCLD PCUIF_Types_part_4.so
#8 32.64 CCLD PCUIF_Types_part_5.so
#8 32.64 CCLD PCUIF_Types_part_6.so
#8 32.64 CCLD PCUIF_Types_part_7.so
#8 32.64 CCLD RLCMAC_CSN1_Templates_part_1.so
#8 32.64 CCLD RLCMAC_CSN1_Templates_part_3.so
#8 32.64 CCLD RLCMAC_CSN1_Templates_part_2.so
#8 32.64 CCLD RLCMAC_CSN1_Templates_part_4.so
#8 32.66 CCLD RLCMAC_CSN1_Templates_part_5.so
#8 32.66 CCLD RLCMAC_CSN1_Templates_part_6.so
#8 32.66 CCLD RLCMAC_CSN1_Templates_part_7.so
#8 32.68 CCLD RLCMAC_CSN1_Types_part_5.so
#8 32.68 CCLD RLCMAC_CSN1_Types_part_6.so
#8 32.68 CCLD RLCMAC_CSN1_Types_part_7.so
#8 32.68 CCLD RLCMAC_Templates_part_1.so
#8 32.68 CCLD RLCMAC_Templates_part_2.so
#8 32.68 CCLD RLCMAC_Templates_part_3.so
#8 32.68 CCLD RLCMAC_Templates_part_4.so
#8 32.68 CCLD RLCMAC_Templates_part_5.so
#8 32.68 CCLD RLCMAC_Templates_part_6.so
#8 32.69 CCLD RLCMAC_Templates_part_7.so
#8 32.71 CCLD RLCMAC_Types_part_1.so
#8 32.71 CCLD RLCMAC_Types_part_2.so
#8 32.71 CCLD RLCMAC_Types_part_3.so
#8 32.71 CCLD RLCMAC_Types_part_4.so
#8 32.71 CCLD RLCMAC_Types_part_5.so
#8 32.71 CCLD RLCMAC_Types_part_6.so
#8 32.71 CCLD RLCMAC_Types_part_7.so
#8 32.71 CCLD RSL_Emulation_part_1.so
#8 32.71 CCLD RSL_Emulation_part_2.so
#8 32.71 CCLD RSL_Emulation_part_3.so
#8 32.71 CCLD RSL_Emulation_part_4.so
#8 32.73 CCLD RSL_Emulation_part_5.so
#8 32.73 CCLD RSL_Emulation_part_6.so
#8 32.74 CCLD RSL_Emulation_part_7.so
#8 32.74 CCLD RSL_Types_part_3.so
#8 32.74 CCLD RSL_Types_part_4.so
#8 32.75 CCLD RSL_Types_part_5.so
#8 32.75 CCLD RSL_Types_part_6.so
#8 32.75 CCLD RSL_Types_part_7.so
#8 32.75 CCLD RTP_CodecPort_part_1.so
#8 32.76 CCLD RTP_CodecPort_part_2.so
#8 32.76 CCLD RTP_CodecPort_part_3.so
#8 32.76 CCLD RTP_CodecPort_part_4.so
#8 32.76 CCLD RTP_CodecPort_part_5.so
#8 32.76 CCLD RTP_CodecPort_part_6.so
#8 32.78 CCLD RTP_CodecPort_part_7.so
#8 32.78 CCLD RTP_CodecPort_CtrlFunct_part_1.so
#8 32.78 CCLD RTP_CodecPort_CtrlFunct_part_2.so
#8 32.78 CCLD RTP_CodecPort_CtrlFunct_part_3.so
#8 32.78 CCLD RTP_CodecPort_CtrlFunct_part_4.so
#8 32.78 CCLD RTP_CodecPort_CtrlFunct_part_5.so
#8 32.78 CCLD RTP_CodecPort_CtrlFunct_part_6.so
#8 32.79 CCLD RTP_CodecPort_CtrlFunct_part_7.so
#8 32.79 CCLD RTP_Emulation_part_1.so
#8 32.79 CCLD RTP_Emulation_part_2.so
#8 32.79 CCLD RTP_Emulation_part_3.so
#8 32.79 CCLD RTP_Emulation_part_4.so
#8 32.79 CCLD RTP_Emulation_part_5.so
#8 32.80 CCLD RTP_Emulation_part_6.so
#8 32.80 CCLD RTP_Emulation_part_7.so
#8 32.80 CCLD RTP_Types_part_1.so
#8 32.80 CCLD RTP_Types_part_2.so
#8 32.81 CCLD RTP_Types_part_3.so
#8 32.81 CCLD RTP_Types_part_4.so
#8 32.83 CCLD RTP_Types_part_5.so
#8 32.83 CCLD RTP_Types_part_6.so
#8 32.83 CCLD RTP_Types_part_7.so
#8 32.83 CCLD Socket_API_Definitions_part_1.so
#8 32.83 CCLD Socket_API_Definitions_part_2.so
#8 32.83 CCLD Socket_API_Definitions_part_3.so
#8 32.83 CCLD Socket_API_Definitions_part_4.so
#8 32.83 CCLD Socket_API_Definitions_part_5.so
#8 32.83 CCLD Socket_API_Definitions_part_6.so
#8 32.83 CCLD Socket_API_Definitions_part_7.so
#8 32.83 CCLD TCCConversion_Functions_part_1.so
#8 32.83 CCLD TCCConversion_Functions_part_2.so
#8 32.84 CCLD TCCConversion_Functions_part_3.so
#8 32.85 CCLD TCCConversion_Functions_part_4.so
#8 32.85 CCLD TCCConversion_Functions_part_5.so
#8 32.86 CCLD TCCConversion_Functions_part_6.so
#8 32.86 CCLD TCCConversion_Functions_part_7.so
#8 32.86 CCLD TCCInterface_Functions_part_1.so
#8 32.86 CCLD TCCInterface_Functions_part_2.so
#8 32.86 CCLD TCCInterface_Functions_part_3.so
#8 32.86 CCLD TCCInterface_Functions_part_4.so
#8 32.86 CCLD TCCInterface_Functions_part_5.so
#8 32.86 CCLD TCCInterface_Functions_part_6.so
#8 32.87 CCLD TCCInterface_Functions_part_7.so
#8 32.87 CCLD TELNETasp_PortType_part_1.so
#8 32.88 CCLD TELNETasp_PortType_part_2.so
#8 32.88 CCLD TELNETasp_PortType_part_3.so
#8 32.88 CCLD TELNETasp_PortType_part_4.so
#8 32.89 CCLD TELNETasp_PortType_part_5.so
#8 32.89 CCLD TELNETasp_PortType_part_6.so
#8 32.89 CCLD TELNETasp_PortType_part_7.so
#8 32.89 CCLD TRXC_CodecPort_part_1.so
#8 32.89 CCLD TRXC_CodecPort_part_2.so
#8 32.89 CCLD TRXC_CodecPort_part_3.so
#8 32.89 CCLD TRXC_CodecPort_part_4.so
#8 32.89 CCLD TRXC_CodecPort_part_5.so
#8 32.90 CCLD TRXC_CodecPort_part_6.so
#8 32.90 CCLD TRXC_CodecPort_part_7.so
#8 32.90 CCLD TRXC_CodecPort_CtrlFunct_part_1.so
#8 32.91 CCLD TRXC_CodecPort_CtrlFunct_part_2.so
#8 32.91 CCLD TRXC_CodecPort_CtrlFunct_part_3.so
#8 32.91 CCLD TRXC_CodecPort_CtrlFunct_part_4.so
#8 32.91 CCLD TRXC_CodecPort_CtrlFunct_part_5.so
#8 32.92 CCLD TRXC_CodecPort_CtrlFunct_part_6.so
#8 32.92 CCLD TRXC_CodecPort_CtrlFunct_part_7.so
#8 32.92 CCLD TRXC_Types_part_1.so
#8 32.92 CCLD TRXC_Types_part_2.so
#8 32.92 CCLD TRXC_Types_part_3.so
#8 32.93 CCLD TRXC_Types_part_4.so
#8 32.93 CCLD TRXC_Types_part_5.so
#8 32.93 CCLD TRXC_Types_part_6.so
#8 32.93 CCLD TRXC_Types_part_7.so
#8 32.94 CCLD UD_PortType_part_1.so
#8 32.94 CCLD UD_PortType_part_2.so
#8 32.94 CCLD UD_PortType_part_3.so
#8 32.94 CCLD UD_PortType_part_4.so
#8 32.94 CCLD UD_PortType_part_5.so
#8 32.95 CCLD UD_PortType_part_6.so
#8 32.96 CCLD UD_PortType_part_7.so
#8 32.96 CCLD UD_Types_part_1.so
#8 32.96 CCLD UD_Types_part_2.so
#8 32.96 CCLD UD_Types_part_3.so
#8 32.96 CCLD UD_Types_part_4.so
#8 32.96 CCLD UD_Types_part_5.so
#8 32.96 CCLD UD_Types_part_6.so
#8 32.96 CCLD UD_Types_part_7.so
#8 32.96 CCLD IPA_Emulation_part_1.so
#8 32.97 CCLD IPA_Emulation_part_2.so
#8 32.97 CCLD IPA_Emulation_part_3.so
#8 32.97 CCLD IPA_Emulation_part_4.so
#8 32.97 CCLD IPA_Emulation_part_5.so
#8 32.97 CCLD IPA_Emulation_part_6.so
#8 32.98 CCLD IPA_Emulation_part_7.so
#8 32.98 CCLD IPA_CodecPort_CtrlFunctDef.so
#8 32.98 CCLD IPL4asp_PT.so
#8 32.99 CCLD IPL4asp_discovery.so
#8 32.99 CCLD IuUP_EncDec.so
#8 32.99 CCLD L1CTL_PortType_CtrlFunctDef.so
#8 32.99 CCLD Native_FunctionDefs.so
#8 33.00 CCLD OSMUX_CodecPort_CtrlFunctDef.so
#8 33.00 CCLD RLCMAC_EncDec.so
#8 33.00 CCLD RTP_CodecPort_CtrlFunctDef.so
#8 33.00 CCLD RTP_EncDec.so
#8 33.00 CCLD TCCConversion.so
#8 33.01 CCLD TCCInterface.so
#8 33.01 CCLD TELNETasp_PT.so
#8 33.01 CCLD TRXC_CodecPort_CtrlFunctDef.so
#8 33.03 CCLD UD_PT.so
#8 33.05 CCLD RSL_Types_part_2.so
#8 33.49 CCLD IPA_Emulation.so
#8 33.57 CCLD RLCMAC_CSN1_Types_part_4.so
#8 33.65 CCLD RLCMAC_CSN1_Types_part_1.so
#8 33.66 CCLD RLCMAC_CSN1_Types_part_2.so
#8 33.93 CCLD RLCMAC_CSN1_Types_part_3.so
#8 34.88 CCLD RSL_Types_part_1.so
#8 34.92 CCLD BTS_Tests
#8 35.25 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 35.7s
#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.5s done
#10 writing image sha256:b7f947aafb88abbc991ae887ba82d69293438ff3c1ddafb974a5b765e4ebf06b done
#10 naming to registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 1.6s
[33m2 warnings found (use docker --debug to expand):
[0m - 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]
51c2b31c8a46: Preparing
74946cd3a239: Preparing
377f782c776e: Preparing
9d8533c271d9: Preparing
04b23bedfa7d: Preparing
9c329dd61b4a: Preparing
fbd7907658ce: Preparing
448af1a446d9: Preparing
28b9ad1cfc1b: Preparing
8705af9659f2: Preparing
65f0e74428e0: Preparing
fb37a2f00dfb: Preparing
d5c721864223: Preparing
c67306d99938: Preparing
e718cc6b566b: Preparing
ca3716502a57: Preparing
6f4ddd0bef74: Preparing
0560cf6d9384: Preparing
6ade88c30b77: Preparing
d5c721864223: Waiting
28b9ad1cfc1b: Waiting
8705af9659f2: Waiting
0560cf6d9384: Waiting
65f0e74428e0: Waiting
6f4ddd0bef74: Waiting
6ade88c30b77: Waiting
fb37a2f00dfb: Waiting
c67306d99938: Waiting
e718cc6b566b: Waiting
ca3716502a57: Waiting
9c329dd61b4a: Waiting
448af1a446d9: Waiting
fbd7907658ce: Waiting
04b23bedfa7d: Layer already exists
9d8533c271d9: Layer already exists
9c329dd61b4a: Layer already exists
fbd7907658ce: Layer already exists
448af1a446d9: Layer already exists
28b9ad1cfc1b: Layer already exists
8705af9659f2: Layer already exists
65f0e74428e0: Layer already exists
fb37a2f00dfb: Layer already exists
d5c721864223: Layer already exists
e718cc6b566b: Layer already exists
c67306d99938: Layer already exists
377f782c776e: Pushed
6f4ddd0bef74: Layer already exists
ca3716502a57: Layer already exists
6ade88c30b77: Layer already exists
0560cf6d9384: Layer already exists
51c2b31c8a46: Pushed
74946cd3a239: Pushed
latest: digest: sha256:7eaad347f3207eaaaa9bbd9c98f73d6e530251515fdeab87682fe43ae936226e size: 4289
Finished: SUCCESS