Commit Graph

316 Commits

Author SHA1 Message Date
Gerrit Code Review 806fb1cc01 Update notes for submitted changes
* port rest octets encoding code from osmo-bsc
2019-01-12 09:51:08 +00:00
Gerrit Code Review a89418614a Update notes for submitted changes
* port arfcn range encode support from osmo-bsc
2019-01-12 09:51:05 +00:00
Gerrit Code Review 997a9ff8e4 Update notes for submitted changes
* LCLS: use proper types for value_string wrappers
2019-01-09 16:17:17 +00:00
Gerrit Code Review 7c5bdf9c69 Update notes for submitted changes
* Cosmetic: GSUP: note "on wire" for imei_result
2019-01-09 14:53:35 +00:00
Gerrit Code Review 93a1297739 Update notes for submitted changes
* msgb: fix debug print
2019-01-09 12:19:44 +00:00
Gerrit Code Review 7878b1f90c Update notes for submitted changes
* add osmo_lu_type_names[], osmo_lu_type_name()
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"
2019-01-08 14:07:07 +00:00
Gerrit Code Review 38464bf5e0 Update notes for submitted changes
* LCLS: fix LCLS-CONNECT-CONTROL encoder
2019-01-07 15:49:36 +00:00
Gerrit Code Review cccea8c506 Update notes for submitted changes
* Automatically disable GnuTLS fallback
* Streamline glibc version check
2019-01-07 15:45:00 +00:00
Gerrit Code Review 017313b142 Update notes for submitted changes
* tests/gsup_test.c: drop session IEs from MO-ForwardSM Error
2019-01-05 10:15:47 +00:00
Gerrit Code Review 03d722ae12 Update notes for submitted changes
* fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*
* osmo_rat_type: add OSMO_RAT_EUTRAN_SGS
2019-01-04 16:24:00 +00:00
Gerrit Code Review 24c5cc20e6 Update notes for submitted changes
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_type
2019-01-04 01:42:00 +00:00
Gerrit Code Review 7f6de7d3ae Update notes for submitted changes
* add LOGPFSMSL(), LOGPFSMSLSRC()
* LOGPFSM*: guard against fi == NULL
* add API doc for LOGPFSM* macros
2019-01-03 00:31:01 +00:00
Gerrit Code Review ea4ccdcad5 Update notes for submitted changes
* logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()
2018-12-29 20:15:02 +00:00
Gerrit Code Review a7280bc356 Update notes for submitted changes
* LCLS: enc/dec entire parameter set instead of GCR
2018-12-23 10:20:06 +00:00
Gerrit Code Review 18ac04812d Update notes for submitted changes
* define LOGPFSM fmt only once, in LOGPFSMLSRC
2018-12-23 10:08:55 +00:00
Gerrit Code Review 8521c08e6e Update notes for submitted changes
* Fix VTY documentation error introduced  in "bind" VTY port change
2018-12-23 09:46:18 +00:00
Gerrit Code Review cb46c8de43 Update notes for submitted changes
* vty: Make TCP port configurable and introduce telnet_init_default
2018-12-23 04:20:08 +00:00
Gerrit Code Review 8bfe254bc4 Update notes for submitted changes
* vty: The telnet interface is TCP only. Fix the comments
2018-12-23 04:00:43 +00:00
Gerrit Code Review 46ce2456b8 Update notes for submitted changes
* tests/gsm0808: use new msgb comparison API
2018-12-21 18:22:52 +00:00
Gerrit Code Review 99f287b4b6 Update notes for submitted changes
* GSUP: fix missing osmo_gsup_get_err_msg_type()s
2018-12-21 12:45:04 +00:00
Gerrit Code Review 75d7dee93c Update notes for submitted changes
* TLV: add convenience function for 1-byte values
* TLV: fix doc copy-paste error
2018-12-20 09:52:15 +00:00
Gerrit Code Review 738b2e76e1 Update notes for submitted changes
* Use define for key buffers
2018-12-20 09:51:02 +00:00
Gerrit Code Review 3f7686be2e Update notes for submitted changes
* rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAI
2018-12-19 20:50:00 +00:00
Gerrit Code Review e4b7062c6b Update notes for submitted changes
* add/clean big-endian packed structs (struct_endianess.py)
2018-12-19 18:40:03 +00:00
Gerrit Code Review f6e99f4d83 Update notes for submitted changes
* LCLC: fix doc to match type signature
2018-12-19 18:39:38 +00:00
Gerrit Code Review 5347428a18 Update notes for submitted changes
* Fix typos in SS opcode names
2018-12-19 12:56:15 +00:00
Gerrit Code Review 3fa1db7113 Update notes for submitted changes
* add to osmo_sock_get_name*() API
2018-12-19 02:31:33 +00:00
Gerrit Code Review 4c1722bd18 Update notes for submitted changes
* GSUP/SMS: introduce READY-FOR-SM message
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messages
2018-12-18 16:43:29 +00:00
Gerrit Code Review 8fddeb814d Update notes for submitted changes
* LCLS: add gsm0808_create_ass2()
* LCLS, TS 48.008: add GCR IE encoding/decoding
* LCLS, TS 29.205: add GCR routines
2018-12-14 13:15:40 +00:00
Gerrit Code Review 455b6f34fe Update notes for submitted changes
* gsm0480: fix copy-pasted note for gsm0480_gen_return_error()
2018-12-14 00:31:06 +00:00
Gerrit Code Review 56feb0d30b Update notes for submitted changes
* stats.h: Fix build on MacOS
2018-12-13 13:01:28 +00:00
Gerrit Code Review 0101b2b321 Update notes for submitted changes
* msgb: add test helpers
2018-12-12 09:34:12 +00:00
Gerrit Code Review 854e547cc2 Update notes for submitted changes
* fix api doc for osmo_bcd2str()
2018-12-11 01:18:03 +00:00
Gerrit Code Review fe5dc009bd Update notes for submitted changes
* gsm48_mi_to_string(): do not read from zero length input buffer
* gsm48_mi_to_string(): guard against zero length output buffer
* gsm48_generate_mid(): mask out ODD flag from mi_type
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner cases
* add osmo_bcd2str()
2018-12-10 17:06:30 +00:00
Gerrit Code Review d1c269d01a Update notes for submitted changes
* Constify llist_count() parameter
2018-12-10 13:42:08 +00:00
Gerrit Code Review 28f970a953 Update notes for submitted changes
* api doc: gsm48_mi_to_string(): warn of return value implementation
* gsm0408_test: test encoding and decoding Mobile Identity
2018-12-10 13:37:59 +00:00
Gerrit Code Review 3ee86bd017 Update notes for submitted changes
* timer: Fix clockid_t undefined on MacOS < 10.12
2018-12-10 10:05:03 +00:00
Gerrit Code Review 2ce0b3af5e Update notes for submitted changes
* gsm0808: add encoder for cause codes and use it
2018-12-08 19:29:34 +00:00
Gerrit Code Review 00d0701a80 Update notes for submitted changes
* gsm29118: add generator functions for GSM29118 messages
2018-12-07 20:49:11 +00:00
Gerrit Code Review a01fd509c5 Update notes for submitted changes
* gsm_29_118.h: Add constant for default port
2018-12-07 12:03:44 +00:00
Gerrit Code Review 71ff82b363 Update notes for submitted changes
* cosmetic apn: correct whitespace error
2018-12-07 11:53:23 +00:00
Gerrit Code Review 8b26f79606 Update notes for submitted changes
* Add osmo_sockaddr_in_to_str_and_uint()
2018-12-07 10:33:29 +00:00
Gerrit Code Review a8df6b2183 Update notes for submitted changes
* Allow log_init() with NULL log_info
2018-12-06 14:56:04 +00:00
Gerrit Code Review e349c441b2 Update notes for submitted changes
* gsm_29_118: add missing extern for struct value_string decl.
2018-12-05 19:35:47 +00:00
Gerrit Code Review ec71a7286e Update notes for submitted changes
* LCLS: update osmo_lcls struct
* Add msgb_tl_put() helper
2018-12-04 09:41:45 +00:00
Gerrit Code Review bbf7f06449 Update notes for submitted changes
* ctrl: use #define for TRAP id
2018-12-03 21:42:51 +00:00
Gerrit Code Review c044a97bef Update notes for submitted changes
* Update msgb Lx helpers
2018-12-03 16:11:58 +00:00
Gerrit Code Review c0bc729287 Update notes for submitted changes
* gsm0808: add message generator for BSSMAP HANDOVER PERFORMED
2018-12-03 13:54:32 +00:00
Gerrit Code Review 2ecd930447 Update notes for submitted changes
* configure.ac: check clock_gettime for glib < 2.17
2018-12-03 13:52:29 +00:00
Gerrit Code Review ff5d16ea76 Update notes for submitted changes
* Move BSSMAP_MSG_* defines to header file
2018-11-30 16:59:09 +00:00